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 with output: Implementation code

Browse skills that produce this output.

  • test-driven-development - Test-Driven Development (TDD) Workflow
    tddtestingsoftware-engineeringrefactoring

    ★ 0 · Updated 2026-09-21

    Guides feature and bugfix implementation by writing failing tests first, writing minimal passing code, and refactoring.

    ⚙ Write failing tests first⚙ Verify test failure cause⚙ Write minimal code to pass
  • modular-architecture - Modular Architecture and Component Splitting Design
    modular-architecturesystem-designdependency-managementclean-architecture

    ★ 602 · Updated 2026-09-15

    Guides system design, dependency management, and scalable modular architecture implementation based on high cohesion and low coupling principles.

    ⚙ Analyze system architecture and requirements⚙ Identify module boundaries⚙ Design inter-module interfaces
  • tdd - Test-driven development workflow guide.
    tddtestingsoftware-development

    ★ 1 · Updated 2026-09-13

    Guides test-driven development using the red-green loop, seam confirmation, and anti-pattern avoidance.

    ⚙ Write failing tests first⚙ Implement minimal passing code⚙ Confirm test seams before testing
  • code-assist - TDD Code Implementation Assistant
    tddcode-implementationtestingdevelopment-workflow

    ★ 3,158 · Updated 2026-06-30

    Guides code task implementation using TDD in Explore, Plan, Code, Commit workflow.

    ⚙ Initialize project environment⚙ Analyze requirements and context⚙ Search existing code patterns
  • coder - Implementation Agent for TDD Workflow
    TDDtestingimplementationcode generation

    ★ 602 · Updated 2026-06-15

    Implements features using full Test-Driven Development workflow in single context

    ⚙ Read issue description⚙ Read spec file⚙ Find integration points
  • state-diagram - Create state machine diagrams from behavior descriptions
    modelingdiagramworkflowlifecycle

    ★ 28 · Updated 2026-03-09

    Generate state machine diagrams for lifecycle and workflow modeling

    ⚙ Analyze behavior descriptions⚙ Identify states and transitions⚙ Generate state diagrams
  • nobody-uses-tdd - Test-Driven Development Implementation Guide
    testingdevelopmenttddquality

    ★ 36 · Updated 2026-02-14

    Implements features or bug fixes using test-driven development methodology

    ⚙ Write failing tests first⚙ Implement minimal code⚙ Refactor after tests pass
  • nist - NIST Compliance Standards Implementation
    compliancesecuritystandardsnist

    ★ 18 · Updated 2026-02-13

    Implement NIST standards in compliance environments

    ⚙ Follow compliance patterns⚙ Implement error handling⚙ Add logging systems
  • psi - Plan Spec Implement Workflow for Structured Development
    workflowdevelopmentdocumentationplanning

    ★ 18 · Updated 2026-02-11

    Structured workflow for planning, specifying, and implementing changes with documentation-first approach

    ⚙ Generate ephemeral plans⚙ Apply specs to project docs⚙ Implement test-first code