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: Existing codebase

Browse skills that use this input.

  • planning-and-task-breakdown - Planning and Task Breakdown
    planningtask-breakdownarchitectureworkflow

    ★ 3 · Updated 2026-09-23

    Decomposes work into small, ordered, verifiable tasks with explicit acceptance criteria and checkpoints.

    ⚙ Analyze specifications and codebase⚙ Map component dependency graph⚙ Slice features vertically
  • delight - Add moments of joy and polish to user interfaces
    uiuxfrontendanimation

    ★ 0 · Updated 2026-09-22

    Identifies opportunities and implements subtle animations, personality copy, micro-interactions, sound cues, and celebrations to enhance interface usability.

    ⚙ Assess delight opportunities in interfaces⚙ Implement micro-interactions and animations⚙ Add personality to UI copy
  • incremental-implementation - Deliver changes incrementally in thin vertical slices.
    developmentworkflowgitrefactoring

    ★ 1 · Updated 2026-09-22

    Delivers code changes incrementally in small testable slices when implementing multi-file changes or large features.

    ⚙ Implement smallest complete functional slice⚙ Run test suite per increment⚙ Verify build and type checks
  • using-agent-skills - Using Agent Skills
    agent-skillsmeta-skillskill-discoveryworkflow

    ★ 0 · Updated 2026-09-20

    Discovers and invokes agent skills based on development phases and task requirements.

    ⚙ Discover applicable agent skills⚙ Invoke appropriate engineering skills⚙ Surface implicit technical assumptions
  • private-house-code - Minimal Complete Code Implementation Guidelines
    codingcode-reviewrefactoringdebugging

    ★ 92 · Updated 2026-09-18

    Guides planning, writing, editing, debugging, testing, refactoring, reviewing, and maintaining code with minimal complete implementations.

    ⚙ Plan code implementations⚙ Write code⚙ Edit code
  • 5-steps - Simplify design and challenge requirements before coding
    software-designrequirements-analysisarchitecturesimplification

    ★ 33 · Updated 2026-09-17

    Challenges requirements, removes unnecessary work, and simplifies design before writing code when building, automating, or migrating software.

    ⚙ Challenge system requirements⚙ Remove unnecessary code and process⚙ Simplify system design
  • agent-coder - Code Implementation Agent
    codingrefactoringoptimizationapi-design

    ★ 0 · Updated 2026-09-17

    Implementation specialist for writing clean, efficient, and maintainable code.

    ⚙ Generate code⚙ Refactor existing code⚙ Optimize code performance
  • test-driven-development - Test-Driven Development Cycle and Best Practices
    tddtestingunit-testingrefactoring

    ★ 3 · Updated 2026-09-17

    Executes test-driven development by writing failing tests, writing minimal implementation code, and refactoring while adding features or fixing bugs.

    ⚙ Write failing tests first⚙ Implement minimum passing code⚙ Refactor code safely
  • receiving-code-review - Code Review Reception
    code-reviewverificationrefactoringcommunication

    ★ 0 · Updated 2026-09-17

    Process code review feedback through technical verification and clarification before implementing changes.

    ⚙ Verify feedback against codebase⚙ Clarify unclear review feedback⚙ Evaluate technical soundness
  • 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
  • andrej-karpathy - Karpathy Guidelines for Reducing LLM Coding Mistakes
    coding-guidelinescode-reviewllm-codingsimplicity

    ★ 281 · Updated 2026-09-14

    Behavioral guidelines to reduce LLM coding mistakes by avoiding overcomplication, making surgical changes, and defining verifiable success criteria.

    ⚙ Surface explicit code assumptions⚙ Simplify overcomplicated implementation code⚙ Make surgical target code changes
  • grill-with-docs - Stress-test plans against domain models and update docs
    documentationdomain-driven-designarchitecture-decision-recordsplanning

    ★ 0 · Updated 2026-09-13

    Challenges plans against domain models, sharpens terminology, and updates CONTEXT.md and ADRs inline during interview sessions.

    ⚙ Interview user about plan details⚙ Explore codebase for existing documentation⚙ Challenge ambiguous or conflicting terminology
  • karpathy - Karpathy Coding Principles
    karpathycoding-principlessimplicitysurgical-changes

    ★ 0 · Updated 2026-09-09

    Coding principles for simplicity, clarity, and surgical precision.

    ⚙ State assumptions before implementing⚙ Present tradeoffs and simpler approaches⚙ Keep solutions minimal and unspeculative
  • general-best-practices - Software Development Best Practices Guide
    software developmentbest practicescode qualitytesting

    ★ 57 · Updated 2026-03-19

    Collection of software development best practices covering code quality, testing, security, performance, and maintainability

    ⚙ Write readable code⚙ Structure code architecture⚙ Implement testing strategies
  • solid-react - SOLID React Architecture & Code Quality
    ReactSOLIDArchitectureCode Quality

    ★ 602 · Updated 2026-03-19

    Enforce SOLID principles for React 19 with file size limits, modular architecture, and code quality standards

    ⚙ analyze project structure⚙ read existing files⚙ identify patterns
  • docs-architect - Technical documentation architect for codebase analysis and comprehensive manuals
    documentationtechnical-writingarchitecturecode-analysis

    ★ 0 · Updated 2026-03-09

    Creates comprehensive technical documentation from existing codebases

    ⚙ Analyze codebase structure⚙ Identify design patterns⚙ Map data flows
  • frontend-design - Create Frontend Components for Fables & Sagas D&D App
    frontendreactnextjsui-design

    ★ 0 · Updated 2026-03-09

    Create frontend components and pages for the Fables & Sagas D&D app

    ⚙ Create React components⚙ Implement Tailwind CSS styles⚙ Use DaisyUI components
  • build - AI-Powered Feature Building for Non-Technical Founders
    AI codingfeature developmentno-codeworkflow

    ★ 246 · Updated 2026-03-09

    Build features using AI coding tools with proper workflow, prompting, and iteration strategies

    ⚙ Choose AI coding tools⚙ Write effective prompts⚙ Review AI-generated code
  • 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
  • karpathy-guidelines - Behavioral guidelines to reduce LLM coding mistakes and improve code quality
    codingguidelinesbest-practicescode-review

    ★ 18 · Updated 2026-02-14

    Provides guidelines for writing, reviewing, or refactoring code to avoid common pitfalls in LLM-generated code

    ⚙ apply coding guidelines⚙ review code structure⚙ avoid overcomplication

Scroll to load more