LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: simplification

Browse skills that share this tag.

  • decision-clarity - Decision Clarity
    decision-makingproblem-solvingfirst-principlessimplification

    ★ 60 · Updated 2026-09-19

    Improves decision quality by clarifying problems, exposing hidden assumptions, reasoning from facts, reducing complexity, and providing clear next steps.

    ⚙ Clarify real problems⚙ Expose hidden assumptions⚙ Reduce issues to fundamental facts
  • 5-steps - Simplify design and challenge requirements before coding
    software-designrequirements-analysisarchitecturesimplification

    ★ 33 · Updated 2026-09-17

    Challenges requirements, removes unnecessary work, and simplifies design before writing code when building, automating, or migrating software.

    ⚙ Challenge system requirements⚙ Remove unnecessary code and process⚙ Simplify system design
  • distill - Strip designs to their essence by removing complexity.
    designuiuxsimplification

    ★ 3 · Updated 2026-09-17

    Removes unnecessary complexity from visual designs, layout, interactions, copy, and code to reveal essential elements.

    ⚙ Assess sources of design complexity⚙ Plan design simplification strategies⚙ Simplify information architecture and hierarchy
  • simplify - Simplify code and comments for review
    code-reviewrefactoringsimplificationcomments

    ★ 3 · Updated 2026-09-13

    Reviews and simplifies code changes and comments within a specified scope without altering behavior, and runs relevant existing checks.

    ⚙ Review changes in specified scope⚙ Simplify wording in comments⚙ Refactor internal code structure
  • bro - Re-explain the last assistant message simply
    explanationsimplificationrephraseslash-command

    ★ 337 · Updated 2026-09-10

    Re-explains the most recent assistant message in simple, plain language while keeping all original facts exact.

    ⚙ Re-explain previous message⚙ Simplify text explanation
  • trim-pr - PR Code Cleanup and Simplification
    code cleanuppull requestsimplificationrefactoring

    ★ 2 · Updated 2026-03-22

    Remove accumulated complexity and cruft from code before merging a pull request

    ⚙ read pull request⚙ identify code cruft⚙ remove duplicate code
  • use-table-driven-rules - Table-Driven Rules for Rule-Based Systems
    rule-basedconfigurationdata-drivensimplification

    ★ 4 · Updated 2026-02-13

    Store rules as data structures instead of code for easier maintenance and modification

    ⚙ store rules in tables⚙ lookup rules by key⚙ apply simplification rules
  • code-simplifier - Code Simplifier: Refactor Recently Changed Code
    code-refactoringsimplificationmaintenancegit

    ★ 0 · Updated 2026-02-13

    Refactors and simplifies recently changed code to improve clarity, consistency, and maintainability without changing functionality.

    ⚙ Identify recently changed files⚙ Analyze changed code sections⚙ Refactor nested ternary operators
  • code-simplicity-reviewer - Code Simplicity Reviewer for Minimalist Programming
    code-reviewsimplificationYAGNIrefactoring

    ★ 0 · Updated 2026-02-11

    Final review pass to ensure code is as simple and minimal as possible, focusing on YAGNI violations and simplification opportunities.

    ⚙ analyze code complexity⚙ identify YAGNI violations⚙ suggest simplifications