Releases: zigrivers/coding-skill
Releases · zigrivers/coding-skill
v1.0.0
coding-skill v1.0.0
Six behavioral guidelines for AI coding assistants. Works with Claude Code, Codex CLI, and Gemini CLI.
Install
npm install -g @zigrivers/coding-skill
coding-skill initWhat's included
- Cross-CLI support — generates
CLAUDE.md,AGENTS.md, andGEMINI.mdfrom a single source - 5 CLI commands —
init,update,doctor,diff,eject - Per-principle configuration — toggle individual principles, add custom content
- Marker-based managed sections — user content outside markers preserved on update
- Safe lifecycle —
--yesfor CI automation,--forcefor intentional reset,ejectfor clean exit - Zero runtime dependencies — Node.js built-ins only
- 62 tests — unit + integration lifecycle coverage
- Claude Code plugin — also installable as a skill for auto-invocation
Six Principles
- Think Before Coding — surface assumptions, present alternatives
- Simplicity First — minimum code, no speculative features
- Surgical Changes — touch only what the task requires
- Goal-Driven Execution — define success criteria, loop until verified
- Communicate Progress — narrate steps before executing
- Trace Before Building — enumerate system states before crossing module boundaries
Derived from Andrej Karpathy's observations on LLM coding pitfalls.
Full changelog: CHANGELOG.md