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

Browse skills that use this input.

  • beazley-deep-python - Beazley Python Style Guide
    pythongeneratorscoroutinesmetaprogramming

    ★ 57 · Updated 2026-05-11

    Write Python code emphasizing generators, coroutines, metaprogramming, and understanding Python's internals

    ⚙ use generators for data processing⚙ create coroutines for state machines⚙ apply metaprogramming techniques
  • multi-agent-verify - Multi-Agent Parallel Code Verification
    multi-agentparallel executioncode reviewtesting

    ★ 9 · Updated 2026-05-09

    Spawn 3 independent agents to review, test, and fix code in parallel

    ⚙ spawn agents⚙ create git worktrees⚙ launch OpenCode CLI
  • tdd-workflow - Test-Driven Development Workflow
    testingTDDquality assurancedevelopment workflow

    ★ 26 · Updated 2026-03-23

    Enforces TDD with 80%+ coverage including unit, integration, and E2E tests

    ⚙ write unit tests⚙ write integration tests⚙ write E2E tests
  • kotlin-spring - Spring Boot Kotlin Development Guide
    Spring BootKotlinBackendWeb Development

    ★ 602 · Updated 2026-02-14

    Provides Kotlin Spring Boot code examples and guidance

    ⚙ generate Spring Boot code⚙ show Kotlin examples⚙ demonstrate coroutines usage
  • coding - Enhanced Coding Assistance for Development Tasks
    programmingdevelopmentdebuggingcode-review

    ★ 237 · Updated 2026-02-12

    Provides guidance for writing, debugging, and reviewing code

    ⚙ write code snippets⚙ analyze error messages⚙ suggest debugging approaches
  • tdd - Test-Driven Development Facilitation with Red-Green-Refactor Cycle
    testingdevelopmentqualityworkflow

    ★ 18 · Updated 2026-02-11

    Guide users through test-first development using the red-green-refactor cycle

    ⚙ guide red-green-refactor cycle⚙ write failing tests first⚙ implement minimal passing code