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 input: Project codebase

Browse skills that use this input.

  • test-driven-development - Test-Driven Development (TDD)
    testingtdddevelopmentquality

    ★ 0 · Updated 2026-09-22

    Enforces the RED-GREEN-REFACTOR cycle by requiring a failing test before writing implementation code for features, bug fixes, or refactoring.

    ⚙ Write failing tests⚙ Verify test failures⚙ Write minimal implementation code
  • security-best-practices - Security Best Practices
    securitybest-practices

    ★ 17 · Updated 2026-09-21

    Checks language and framework security best practices, generates security review reports, and suggests secure-by-default code fixes.

    ⚙ Identify languages and core frameworks⚙ Load security guidance references⚙ Detect code security vulnerabilities
  • documentation - Automated technical documentation and diagram generation
    documentationmarkdowndiagramsapi-docs

    ★ 2 · Updated 2026-09-20

    Generates technical documentation, architecture diagrams, API documentation, and usage guides for software projects.

    ⚙ Document completed features⚙ Generate or update README files⚙ Write API documentation
  • security-best-practices - Security Best Practices Review and Guidance
    securitybest-practicescode-reviewvulnerability-detection

    ★ 11 · Updated 2026-09-20

    Performs language and framework specific security best-practice reviews and suggests improvements.

    ⚙ Identify project languages and frameworks⚙ Load reference security documentation⚙ Detect vulnerabilities in codebase
  • wjttc-tester - F1-inspired test executor and reporter
    testingtest-executionbug-reproductionci-signal

    ★ 0 · Updated 2026-09-20

    Executes test plans, reproduces bugs, audits CI signal integrity, and files WJTTC test reports with tier verdicts.

    ⚙ Execute test plans⚙ Reproduce and root-cause bugs⚙ Audit CI signal integrity
  • writing-plans - Write implementation plans for multi-step tasks
    planningtddworkflowdocumentation

    ★ 7 · Updated 2026-09-18

    Create detailed, step-by-step implementation plans from specs or requirements before touching code.

    ⚙ Map file structure and responsibilities⚙ Decompose requirements into bite-sized tasks⚙ Define test-driven implementation steps
  • openspec-verify-change - Verify implementation matches change artifacts.
    openspecverificationcode-review

    ★ 0 · Updated 2026-09-17

    Verifies that an implementation matches change artifacts including specs, tasks, and design before archiving.

    ⚙ Select change using openspec CLI⚙ Check change status and schema⚙ Load change context and artifacts
  • executar-bugfix - Execute root cause bugfixes and regression testing
    bugfixregression-testingplaywrightqa

    ★ 0 · Updated 2026-09-13

    Analyzes feature bug reports, fixes root causes, creates regression tests, validates UI bugs via Playwright MCP, and generates fix reports.

    ⚙ Analyze bug reports and context⚙ Fix root causes of defects⚙ Verify code typing
  • domain-modeling - Build and sharpen a project's domain model.
    domain-modelingarchitectureadrdocumentation

    ★ 2 · Updated 2026-09-13

    Builds and sharpens project domain models by capturing terminology, code constraints, and architectural decisions.

    ⚙ Challenge ambiguous domain terminology⚙ Propose precise canonical terms⚙ Test domain models with scenarios
  • domain-modeling - Build and sharpen a project's domain model.
    domain-modelingarchitectureadrglossary

    ★ 0 · Updated 2026-09-12

    Build and sharpen a project domain model by clarifying terms, testing scenarios, updating CONTEXT.md, and recording ADRs.

    ⚙ Challenge terms against existing glossary⚙ Propose precise canonical terms⚙ Stress-test domain relationships with scenarios
  • trellis-spec-bootstarp - Bootstrap Trellis Coding Specs from Codebase
    trellisspecificationcodebase-analysisdocumentation

    ★ 0 · Updated 2026-09-11

    Bootstrap project-specific Trellis coding specs with a platform-neutral single-agent workflow.

    ⚙ Analyze repository architecture⚙ Decompose spec work by package⚙ Write concrete spec documentation
  • e2e - E2E Test Workflow Orchestrator
    e2e-testingjiragithubtest-automation

    ★ 8 · Updated 2026-09-09

    Automates e2e test creation from Jira stories, including planning, coding, validation, and PR management.

    ⚙ Ingest Jira QE stories⚙ Discover e2e testing infrastructure⚙ Plan test scenarios
  • solid-react - SOLID principles for React 19 architecture and code quality.
    react-19solid-principlesarchitecturetypescript

    ★ 18 · Updated 2026-09-09

    Guides React 19 component architecture using SOLID principles, enforcing strict file line limits, interface separation, and JSDoc documentation.

    ⚙ Analyze codebase structure and patterns⚙ Research stack technology documentation⚙ Check integration compatibility
  • feature-technical-spec - Generate feature technical specification
    Technical SpecificationFeature DevelopmentCode AnalysisDocumentation

    ★ 602 · Updated 2026-05-11

    Define technical approach and write feature technical specification document

    ⚙ Read feature specification⚙ Analyze existing code⚙ Check pattern compliance
  • mcp-generator - Generate custom MCP servers for projects
    MCPservercode-generationsemantic-search

    ★ 18 · Updated 2026-05-11

    Generate custom MCP server with project-aware tools, semantic search, and health monitoring

    ⚙ generate MCP server⚙ analyze project⚙ detect tech stack
  • autonomous-agent-readiness - Assess codebase autonomous agent readiness
    code assessmentautonomous agentsreadiness evaluationinfrastructure audit

    ★ 602 · Updated 2026-03-24

    Evaluate codebase against autonomous agent execution patterns and provide improvement recommendations.

    ⚙ Examine project structure⚙ Review development workflow⚙ Assess current automation
  • search-first - Research Before Coding Workflow
    researchworkflowcode-reusego

    ★ 0 · Updated 2026-03-24

    Search codebase, Go packages, and MCP tools before implementing custom code

    ⚙ Search codebase⚙ Search Go packages⚙ Search MCP tools
  • Dongshan Next Map Development - Dongshan Next Map LBS Game Development Guide
    game-developmentarchitecturelbsthreejs

    ★ 602 · Updated 2026-03-09

    Provides architectural guidelines for developing the Dongshan Next Map LBS game

    ⚙ Define 3-layer architecture⚙ Set up Zustand state management⚙ Create custom game systems
  • Robust Error Handling - Implement robust error handling with Result Pattern
    error-handlingasyncsafetyresult-pattern

    ★ 0 · Updated 2026-02-12

    Provides guidelines for implementing robust error handling using the Result Pattern

    ⚙ Check if safe utility exists⚙ Generate safe utility implementation⚙ Wrap async operations with safe()