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

Browse skills that share this tag.

  • clean-code - Clean code guidelines for React/JavaScript projects
    reactjavascriptclean-codelucide-icons

    ★ 1 · Updated 2026-09-22

    Provides clean code guidelines, component structures, and naming conventions for React and JavaScript projects using Lucide icons.

    ⚙ Provide React component structures⚙ Define naming conventions⚙ Standardize props patterns
  • clean-code - Clean code principles for writing and reviewing quality code
    clean-codecode-qualityrefactoringreadability

    ★ 33 · Updated 2026-09-22

    Provides clean code principles covering naming, functions, readability, and error handling for code quality.

    ⚙ Apply naming best practices⚙ Refactor functions for single responsibility⚙ Use early returns to reduce nesting
  • solid - Professional software engineering and code quality guidelines
    solid-principlestddclean-coderefactoring

    ★ 0 · Updated 2026-09-21

    Guides software development, refactoring, architecture design, and code review using SOLID principles, TDD, and clean code practices.

    ⚙ Write automated tests using TDD⚙ Apply SOLID design principles⚙ Refactor code to remove smells
  • refactoring-catalog - Refactoring Catalog
    refactoringcode-smellsclean-codesoftware-design

    ★ 1 · Updated 2026-09-21

    Catalog of code smells and matching refactoring techniques to safely improve internal code structure without changing observable behavior.

    ⚙ Identify code smells⚙ Extract method⚙ Extract class
  • clean-code - Curated Clean Code Catalog for Python
    pythonclean-coderefactoringcode-review

    ★ 0 · Updated 2026-09-19

    Guides Python writing, reviewing, and refactoring with a curated Clean Code catalog tuned for Polars, JAX, and httpx.

    ⚙ Review Python code⚙ Refactor functions and names⚙ Restructure logic and chains
  • code-conventions - Coding Conventions for zoppy-api
    coding-conventionszoppy-apiclean-codelogging

    ★ 0 · Updated 2026-09-17

    Provides coding conventions for zoppy-api, including logging, error handling, validation, queue integration, and code structure rules.

    ⚙ Log mutating operations with LogService⚙ Map errors to HTTP exceptions⚙ Validate requests using ApplicationValidationBase
  • refactoring-patterns - Safe Refactoring Patterns and Workflow
    refactoringcode-qualitysoftware-designclean-code

    ★ 2 · Updated 2026-09-16

    Provides safe refactoring workflows, common structural patterns, tooling recommendations, and pre-ship verification guidelines.

    ⚙ Extract methods classes or modules⚙ Rename code symbols and variables⚙ Move functions and types
  • java-refactoring-remove-parameter - Remove unused or redundant parameters from Java methods.
    javarefactoringremove-parameterjava-17

    ★ 7 · Updated 2026-09-16

    Refactors Java 17 methods by removing unused or redundant parameters, updating internal calls, and preserving existing behavior.

    ⚙ Identify unused or redundant parameters⚙ Remove unnecessary method parameters⚙ Update internal call site arguments
  • auto-naming - Variable and function naming discipline and rules
    naming-conventionsrefactoringclean-codedomain-vocabulary

    ★ 6 · Updated 2026-09-16

    Corrects generic names, naming bankruptcy words, and inconsistent verb prefixes using domain vocabulary, verb semantics, and scope-proportional length.

    ⚙ Correct generic variable names⚙ Standardize function verb semantics⚙ Replace vague naming bankruptcy words
  • code-refactoring - Code refactoring patterns and techniques
    refactoringcode-qualitycode-smellsclean-code

    ★ 1 · Updated 2026-09-15

    Provides refactoring patterns and techniques to improve code quality, reduce complexity, and enhance maintainability without changing behavior.

    ⚙ Identify code smells⚙ Extract methods⚙ Simplify nested conditionals
  • self-documenting-code - Write self-documenting Dart and Flutter code.
    dartfluttercode-reviewrefactoring

    ★ 3 · Updated 2026-09-15

    Guides writing and reviewing Dart/Flutter code using clear naming, structure, and types instead of prose comments.

    ⚙ Replace magic numbers with constants⚙ Extract complex conditions into variables⚙ Extract code blocks into functions
  • modular-architecture - Modular Domain Architecture Standards
    architectureangularclean-coderefactoring

    ★ 41 · Updated 2026-09-14

    Enforces modular domain architecture and clean code standards for packages, domains, components, services, models, and tests in Angular libraries.

    ⚙ Enforce layer responsibilities⚙ Enforce dependency directions⚙ Enforce strict type safety
  • kotlin patterns - Conventions and refactoring patterns for Kotlin code
    kotlinrefactoringcode-qualitycoding-conventions

    ★ 12 · Updated 2026-09-13

    Provides conventions and refactoring patterns for Kotlin code quality and deprecated API updates.

    ⚙ Remove non-null assertion operators⚙ Remove redundant safe call operators⚙ Replace var with val
  • nerdzao-elite-gemini-high - Elite coding and UX workflow for Gemini High
    geminiworkflowtddui-ux

    ★ 1 · Updated 2026-09-11

    Executes an end-to-end development workflow covering planning, architecture, TDD, refactoring, code audit, and UI visual validation for Gemini 3.1 Pro High.

    ⚙ Plan development tasks rapidly⚙ Design solid software architecture⚙ Implement test driven development
  • design - Software Design Principles and Patterns
    software-designsolidarchitecturerefactoring

    ★ 17 · Updated 2026-09-09

    Provides guidance on software design principles, clean architecture, SOLID principles, and code structure evaluation.

    ⚙ Evaluate software code structure⚙ Apply Four Rules of Simple Design⚙ Apply SOLID principles
  • uncle-bob-craft - Uncle Bob Code Craftsmanship Principles
    clean-codeclean-architectureSOLIDcode-review

    ★ 129 · Updated 2026-06-30

    Apply Uncle Bob's principles for code review, writing, refactoring, and architecture discussions

    ⚙ review code⚙ refactor code⚙ write code
  • refactoring-patterns - Refactoring Patterns for Clean Code Improvements
    refactoringcode-qualitypatternsclean-code

    ★ 602 · Updated 2026-03-09

    Apply refactoring patterns to improve code structure without changing behavior.

    ⚙ extract functions from code⚙ replace conditional logic⚙ introduce parameter objects
  • refactoring-extract-superclass - Extract Superclass Code Refactoring Technique
    code-refactoringobject-orientedclean-codedesign-patterns

    ★ 271 · Updated 2026-02-23

    Create a new superclass from classes sharing common fields and methods to eliminate duplication

    ⚙ create empty superclass⚙ make classes extend superclass⚙ pull up shared fields
  • karpathy - Karpathy Coding Principles for Simplicity and Precision
    codingprinciplessimplicityclean-code

    ★ 602 · Updated 2026-02-12

    Apply Karpathy coding principles for simplicity, clarity, and surgical precision in software development.

    ⚙ Think before coding⚙ State assumptions explicitly⚙ Present multiple interpretations