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 plan

Browse skills that produce this output.

  • andrej-karpathy-skills - Karpathy-inspired coding discipline for AI agents
    coding-disciplinearchitecturebackendrefactoring

    ★ 17 · Updated 2026-09-19

    Guides AI agents to practice simple, surgical, and verifiable software engineering through explicit planning and validation.

    ⚙ Plan implementation before coding⚙ Keep changes minimal and simple⚙ Perform surgical code edits
  • implement-issue - Triage, plan, and implement fixes for GitHub issues
    githubissue-trackinggit-worktreebug-fix

    ★ 602 · Updated 2026-09-18

    Triages GitHub issues, researches codebase context, creates worktrees, drafts implementation plans, writes fixes, and runs verification checks.

    ⚙ Fetch GitHub issue details⚙ Research relevant codebase paths⚙ Create git worktrees and branches
  • mcp-protocol - Implement Model Context Protocol clients and servers
    mcpmodel-context-protocolprotocols-toolsadvanced

    ★ 2 · Updated 2026-09-10

    Provides techniques for implementing Model Context Protocol clients and servers.

    ⚙ Implement MCP clients⚙ Implement MCP servers⚙ Validate code formatting
  • planning-agent - Plan implementation tasks from conversation context
    planning agentcode researchAI agentdevelopment tool

    ★ 602 · Updated 2026-06-15

    Planning agent that creates implementation plans and handoffs from conversation context

    ⚙ Research codebase⚙ Create detailed plan⚙ Write handoff
  • specify-flow - Orchestrate Speckit SDD Pipeline
    specificationworkfloworchestrationdevelopment

    ★ 0 · Updated 2026-03-23

    Drive the full Speckit Spec-Driven Development workflow sequentially from constitution through implementation

    ⚙ check constitution file⚙ create feature branch⚙ generate specification document
  • mcp-builder - MCP Server Development Guide
    pythontypescriptnodemarkdown

    ★ 6 · Updated 2026-03-20

    Guide for creating MCP servers that enable LLMs to interact with external services through tools.

    ⚙ read MCP documentation⚙ read framework documentation⚙ read API documentation
  • brainstorming - Collaborative Design Brainstorming
    DesignPlanningCollaborationArchitecture

    ★ 602 · Updated 2026-03-19

    Turn rough ideas into designs through dialogue exploring alternatives

    ⚙ Explore project context⚙ Ask clarifying questions⚙ Propose design alternatives
  • ui-clone - Pixel-perfect UI cloning from screenshots or reference pages
    UICloningNext.jsFrontend

    ★ 0 · Updated 2026-03-09

    Replicate UI designs from screenshots or reference websites in Next.js projects

    ⚙ analyze UI structure⚙ generate design specifications⚙ create component files
  • changeover-optimizer - Reduce Setup Time with SMED Methodology
    operationsbusinessworkflow-automationmanufacturing

    ★ 1,788 · Updated 2026-02-23

    Reduce setup and changeover times using SMED methodology and sequence optimization

    ⚙ Separate internal/external setup⚙ Analyze changeover videos⚙ Identify parallel tasks
  • local-dev-workflow - Complete Local Development Workflow from Requirements to Git Management
    developmentworkflowlocalgit

    ★ 0 · Updated 2026-02-12

    End-to-end local development process covering requirements understanding to Git operations

    ⚙ read AGENTS.md⚙ read module code⚙ read architecture docs
  • local-dev-workflow - Local Development Workflow Management
    developmentworkflowlocalgit

    ★ 0 · Updated 2026-02-12

    Manages the complete local development workflow from requirement understanding to Git management

    ⚙ Read project documentation⚙ Understand current code status⚙ Align implementation approach
  • 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