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

Browse skills that use this input.

  • copilot-customization-features - Guide for GitHub Copilot customization features in VS Code
    github-copilotvs-codecustomizationagent-skills

    ★ 2 · Updated 2026-09-22

    Helps select, create, review, and modify GitHub Copilot customization features in VS Code.

    ⚙ Select Copilot feature types⚙ Create Copilot customization features⚙ Review customization feature structures
  • test-driven-development - Test-Driven Development (TDD)
    tddtestingrefactoringbest-practices

    ★ 165 · Updated 2026-09-22

    Guides feature implementation and bug fixes by writing failing tests before writing minimal production code.

    ⚙ Write failing tests first⚙ Verify expected test failures⚙ Write minimal production code
  • frontend - HARP React Frontend Development Guide
    reacttypescriptfrontendzustand

    ★ 6 · Updated 2026-09-18

    Provides development guidance for HARP React frontend (React 19, TypeScript, Vite, Tailwind v4), generating pages, stores, API modules, and routes.

    ⚙ Generate React frontend pages⚙ Add UI components⚙ Create Zustand stores
  • firebase-development-add-feature - Add features to Firebase projects using TDD workflow
    firebasecloud-functionsfirestoretdd

    ★ 6 · Updated 2026-09-17

    Guides adding Cloud Functions, Firestore collections, and API endpoints to existing Firebase projects using test-driven development.

    ⚙ Identify Firebase feature types⚙ Write unit tests first⚙ Create Cloud Function files
  • ralph - Autonomous feature implementation loop
    automationautonomous-agentfeature-developmentprd

    ★ 52 · Updated 2026-09-13

    Breaks features into user stories in prd.json and executes them autonomously in iterative agent loops.

    ⚙ Create prd.json with user stories⚙ Execute iterative implementation loop⚙ Track progress via progress file
  • 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
  • oag-spec-template - Template and structure for workspace spec documents
    templatespecificationplanningopencode

    ★ 1 · Updated 2026-09-12

    Provides the template and structure for creating and maintaining workspace-wide specification documents in plan/spec.md.

    ⚙ Provide spec.md document template⚙ Guide specification document writing
  • reasoning-first-principles - First principles reasoning and 5-step optimization
    first-principlesreasoningoptimizationproblem-solving

    ★ 18 · Updated 2026-09-09

    Applies first principles reasoning, the Idiot Index, and a 5-step optimization process to solve problems and evaluate requirements.

    ⚙ Deconstruct problems to core principles⚙ Calculate Idiot Index ratio⚙ Question and evaluate assumptions
  • nestjs - Develop NestJS microservices
    NestJSmicroservicesTypeScriptPrisma

    ★ 83 · Updated 2026-09-09

    Create and maintain NestJS controllers, services, modules, guards, interceptors, and related patterns for authentication, order, and product services.

    ⚙ Create NestJS modules⚙ Implement service repositories⚙ Build Swagger controllers
  • elephant-build - Build Multi-file Features with Momentum
    buildmulti-filefeature implementationSvelteKit

    ★ 18 · Updated 2026-03-23

    Implement features spanning multiple files or systems

    ⚙ Implement multi-file feature⚙ Define scope boundaries⚙ Gather materials
  • use-tdd - Test-Driven Development Practice
    TDDTestingDevelopmentTest-Driven

    ★ 650 · Updated 2026-03-10

    Implement features using test-first methodology

    ⚙ Write failing test⚙ Run test⚙ Verify test fails
  • Schema Design - Design migration-ready database schemas with SQL
    databaseschemamigrationSQL

    ★ 1 · Updated 2026-03-10

    Design relational database schemas with normalization trade-offs, migration plans, and indexing strategies

    ⚙ inventory existing entities⚙ identify new entities⚙ define entity attributes
  • fullstack-guardian - Security-Focused Full-Stack Developer for End-to-End Features
    full-stacksecuritydevelopmentimplementation

    ★ 60 · Updated 2026-03-09

    Implements features across frontend and backend with built-in security considerations

    ⚙ Implement features across frontend and backend⚙ Build APIs with corresponding UI⚙ Create data flows from database to UI
  • create-impl-plan - Implementation and Refactoring Planning
    planningtechnical-designcode-analysisimplementation

    ★ 0 · Updated 2026-02-18

    Creates implementation plans for features and refactoring plans

    ⚙ Analyze requirements⚙ Read codebase⚙ Grep code patterns
  • writing-plans - Create detailed implementation plans for engineers
    ImplementationPlanningDevelopmentTDD

    ★ 1 · Updated 2026-02-18

    Create detailed implementation plans with granular tasks for feature implementation or complex changes.

    ⚙ Create detailed implementation plans⚙ Break work into granular tasks⚙ Structure plans with required headers
  • 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
  • geepers-product - Product management orchestrator for research and planning
    product-managementmarket-researchproduct-planningstrategy

    ★ 1 · Updated 2026-02-12

    Conducts market research, generates PRDs, and defines product roadmaps

    ⚙ Analyze competitors, trends, user needs⚙ Create PRDs, roadmaps, feature specs⚙ Define value proposition and target audience
  • feature - Safe Feature Implementation for Code Optimization
    code-implementationarchitecture-compliancepython-developmentfeature-engineering

    ★ 18 · Updated 2026-02-12

    Implement new features or optimize existing code based on ARCHITECTURE.md specifications

    ⚙ load context from ARCHITECTURE.md⚙ locate related code files⚙ plan code modifications
  • test-driven-development - Write tests before code implementation
    testingdevelopmentsoftwarequality

    ★ 291,683 · Updated 2026-02-09

    Write failing tests first before implementing features or fixing bugs

    ⚙ Write failing test first⚙ Verify test fails correctly⚙ Write minimal implementation code