Adding chmod-777-claude
chmod-777-claude is a collection of three opinionated root-mode skills for Claude Code that scope behavior by intent.
The Three Modes
- rootfix — Root-cause debugging with WHY×5 drilling, drift/race detection, and trade-off-explicit options (band-aid vs partial vs root fix)
- rootclean — Behavior-preserving refactoring with baseline-capture, one-pattern-per-PR discipline, and four-smells detection (duplication, long fn, naming, magic numbers)
- rootbuild — Pattern-respecting feature additions with mandatory existing-pattern grep, requirement clarification, and test-coupled implementation
Why It's Different
Existing debug/refactor skills focus on tools (debuggers, formatters). This one encodes opinionated workflows that prevent the three most common failure modes:
- Symptom-patching instead of root-cause fixing
- "While I'm here" scope creep during cleanup
- Ignoring existing patterns when adding features
Features
- Bilingual (Korean + English) trigger phrases
- Python-focused examples (FastAPI, Lambda, AI/ML)
- 6-step workflows + anti-patterns per mode
- MIT licensed, installer script included
Checklist