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: code-simplification

Browse skills that share this tag.

  • code-simplifier - Simplify code for clarity while preserving functionality.
    code-simplificationrefactoringcode-qualitymaintainability

    ★ 3 · Updated 2026-09-14

    Simplifies and refines code for clarity, consistency, and maintainability while preserving exact functionality based on project standards.

    ⚙ Identify recently modified code sections⚙ Analyze code for readability improvements⚙ Apply project specific coding standards
  • ponytail - Find the simplest working solution with minimal code.
    yagniminimalismcode-simplificationstandard-library

    ★ 0 · Updated 2026-09-13

    Finds minimal working solutions by questioning task necessity, preferring standard libraries, and avoiding over-engineering.

    ⚙ Question task necessity⚙ Prefer standard library solutions⚙ Use native platform features
  • simplify-code - Simplify recently changed or user-selected code
    code-simplificationrefactoringcode-cleanup

    ★ 2 · Updated 2026-09-09

    Simplifies code while preserving observable behavior, public APIs, tests, and required safeguards.

    ⚙ Read target code and tests⚙ Preserve observable behavior and APIs⚙ Remove dead code and redundancy
  • code-simplifier - Refactor and clean up code to improve readability.
    code-simplificationrefactoringgocode-quality

    ★ 0 · Updated 2026-09-09

    Refactors recently modified code to improve clarity, consistency, and maintainability without changing behavior.

    ⚙ Simplify code structure⚙ Reduce unnecessary nesting⚙ Remove redundant code
  • code-simplifier - Code Simplification and Refactoring
    code-refactoringcode-optimizationcode-qualitycode-simplification

    ★ 19 · Updated 2026-03-23

    Analyze code and simplify it by extracting functions and removing redundancies

    ⚙ Extract code patterns⚙ Remove redundant code⚙ Remove dead code
  • code-simplifier - Simplify and Refine Code for Clarity and Maintainability
    code-refactoringcode-qualitymaintainabilitycode-simplification

    ★ 18 · Updated 2026-02-18

    Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality.

    ⚙ Analyze recently modified code⚙ Apply project coding standards⚙ Simplify code structure