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: modified code files

Browse skills that produce this output.

  • development-workflow - .NET Development Workflow Skill
    development workflow.NETcode qualitytesting

    ★ 3 · Updated 2026-05-09

    General .NET development workflow patterns for implementing features, fixing bugs, or refactoring code

    ⚙ read requirements⚙ explore codebase⚙ implement changes
  • cleanup - Code Cleanup and Refactoring
    code refactoringcode cleanuptest optimization

    ★ 18 · Updated 2026-03-19

    Remove unnecessary comments, simplify docstrings, parameterize tests, and clean up code

    ⚙ remove comments⚙ simplify docstrings⚙ parameterize tests
  • implement-feature - Implement Italian Invoicing Features
    invoicingfiscal-complianceitalian-taxworkflow-automation

    ★ 57 · Updated 2026-03-10

    Implement features in Italian invoicing system with fiscal compliance validation

    ⚙ read fiscal rules⚙ analyze domain files⚙ analyze API endpoints
  • implement - End-to-end feature implementation pipeline
    feature implementationTDDcode qualityworkflow automation

    ★ 26 · Updated 2026-03-10

    Combines pre-flight, TDD, scope guard, and quality commit into one implementation flow

    ⚙ validate workspace⚙ run pre-flight checks⚙ write failing tests
  • refactoring-code - Fast Batch Code Refactoring with MorphLLM
    code-refactoringbatch-processingsemantic-mergemulti-file

    ★ 211 · Updated 2026-02-15

    Perform batch code refactoring across multiple files using MorphLLM edit_file

    ⚙ edit file with semantic merge⚙ search codebase with WarpGrep⚙ preview changes with dry run
  • headless-codex - Headless Codex CLI for Automated Code Analysis and Refactoring
    code analysisautomated refactoringCLI toolAI programming assistant

    ★ 0 · Updated 2026-02-14

    Run OpenAI Codex CLI in headless mode for code analysis, refactoring, and editing tasks

    ⚙ run Codex CLI commands⚙ analyze code⚙ refactor code
  • code-review - Code Review Workflow Skill for PR Creation and Feedback Response
    code-reviewpull-requestdevelopment-workflowcode-quality

    ★ 422 · Updated 2026-02-13

    Complete code review workflow for both requesting and receiving reviews

    ⚙ read files⚙ grep code patterns⚙ edit code
  • feature - Python Feature Development - Architecture-Compliant Implementation
    pythondevelopmentarchitectureimplementation

    ★ 602 · Updated 2026-02-13

    Implement new features or optimize existing code based on architectural specifications

    ⚙ read ARCHITECTURE.md documentation⚙ locate existing code files⚙ write Python implementation code
  • ai-factory.fix - AI Factory Fix - Direct Bug Fixing Tool
    bug-fixingcode-maintenancedebugginglogging

    ★ 1,092 · Updated 2026-02-11

    Fixes specific bugs in codebase without creating plans or reports

    ⚙ analyze code for bugs⚙ fix identified issues⚙ add logging statements
  • sub-agent-patterns - Sub-Agents in Claude Code: Context Hygiene and Delegation
    delegationcontext-managementworkflow-automationagent-orchestration

    ★ 1,018 · Updated 2026-02-09

    Create and delegate tasks to specialized sub-agents with isolated context windows and configurable tools

    ⚙ create custom sub-agents⚙ delegate tasks to agents⚙ configure agent tools