git-workflow
Installation
SKILL.md
AI-consumed reference. Optimized for Claude to read during execution. Human-readable explanation: see docs/architecture/HIERARCHICAL_PLANNING.md or docs/getting-started/ depending on topic.
Git Workflow
Token-efficient git: 2-4 tool calls max.
Commit Process
1. Stage + Security Scan
Stage files, check diff stats, scan for secrets (api_key|token|password|secret|credential).
If secrets found: STOP. Show matches. Block commit.