MUST USE for git operations. Split commits cleanly, avoid destructive history edits by default, and use non-interactive git commands.
From oh-imeannpx claudepluginhub vc999999999/opencode-imeanThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use this skill for:
git log, git blame, git show, git log -S, git bisectgit reset --hard or git checkout -- unless explicitly requested.git status
git diff --stat
git diff --staged --stat
git branch --show-current
git log -10 --oneline
git add -p
git add <paths>
git restore --staged <paths>
git rebase --interactive <base>
git commit --fixup <commit>
git rebase --autosquash <base>
Use:
git blame <file>
git log -- <file>
git log -S'<text>'
git show <commit>
git bisect start
Before finishing any git task, state: