minimal-code-discipline
FeaturedYAGNI-ladder coding discipline for writing changes — existence-first, reuse before writing, dependency ladder, shortest correct diff, with non-negotiables that must never be minimized away
Install
Quality Score: 96/100
Skill Content
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
core-minimal-change-discipline
Operational doctrine for scoping code changes to the minimum necessary to fulfill a task in {{PROJECT_NAME}}. Prevents scope creep, accidental regressions, and sentinel violations by requiring agents to reason explicitly about change boundaries before touching any file. Use when authoring, reviewing, or planning any code edit — especially when an existing codebase section is "close to" the task but not explicitly authorized for modification.
minimal-code
Use before writing any code — write the least code that fully solves the task (YAGNI, stdlib-first, no unrequested abstractions) to save tokens and reduce maintenance.
minimalism
Use in any coding session when writing or changing code — enforces the laziest solution that actually works (YAGNI, stdlib-first, shortest diff) while never trimming validation, error handling, security, accessibility, or the pipeline's tests/gates. Also triggers on "minimalism", "be lazy", "simplest/minimal solution", "yagni", "do less", "shortest path", or complaints about over-engineering, bloat, boilerplate, or unnecessary dependencies.