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 capability: stage specific files

Browse skills that share this capability.

  • commit - Git Commit with Conventional Commits
    gitversion-controlcommitconventional-commits

    ★ 78 · Updated 2026-02-23

    Create a git commit following Conventional Commits specification format

    ⚙ run git status⚙ run git diff⚙ stage specific files
  • commit - Create clean atomic git commits following best practices
    version-controlgitcommitcode-management

    ★ 138 · Updated 2026-02-17

    Organize and commit code changes into logical atomic units

    ⚙ analyze git changes⚙ stage specific files⚙ create patch files
  • gt-stack - Organize code changes into Graphite stack for PR isolation
    gitversion-controlcode-reviewpr-management

    ★ 4 · Updated 2026-02-15

    Analyzes changes and organizes them into a Graphite stack of logically isolated PRs

    ⚙ run gt ls⚙ run git status⚙ run git diff
  • Atomic Commit - Create clean atomic commits by analyzing changes and detecting mixed concerns
    gitversion-controlcommitworkflow

    ★ 1 · Updated 2026-02-15

    Helps create clean, atomic commits by analyzing changes, detecting mixed concerns, and ensuring each commit is a complete unit of work

    ⚙ analyze git changes⚙ detect mixed concerns⚙ group files by purpose
  • Atomic Commit - Create clean, atomic commits with change analysis and concern detection
    gitcommitversion-controlcode-quality

    ★ 18 · Updated 2026-02-15

    Analyzes git changes to detect mixed concerns and create atomic commits as complete units of work

    ⚙ analyze git changes⚙ detect mixed concerns⚙ group files by purpose
  • git - Git workflow automation for agents
    version-controlgitdevelopmentworkflow

    ★ 602 · Updated 2026-02-13

    Manage git workflows including staging, committing, pushing, worktrees, and selective changes

    ⚙ stage specific files⚙ commit with conventional format⚙ push to remote