Releases: NicolasYusim/better-codebase
Releases · NicolasYusim/better-codebase
Release list
Better Codebase v0.1.0 — Initial Release
Better codebase, not bigger codebase
Better Codebase is an evidence-first collection of agent skills for improving existing software without overengineering it.
Instead of mechanically applying SOLID, DRY, Clean Architecture, or the latest dependency versions, it requires every recommendation to show its evidence, impact, smallest safe change, and verification method.
What’s included
This release introduces one orchestrator and seven focused skills:
better-codebase— holistic review and safe implementationbetter-architecture— boundaries and dependency directionbetter-simplicity— KISS, YAGNI, and unnecessary complexitybetter-duplication— repeated knowledge without forced DRYbetter-maintainability— clarity, control flow, and changeabilitybetter-dependencies— package health and migration riskbetter-testing— critical behavior and trustworthy testsbetter-performance— measured bottlenecks and complexity issues
Core principles
- Preserve intended behavior.
- Group symptoms by root cause.
- Cite exact files and lines.
- Prefer the smallest safe change.
- Separate review, planning, and implementation.
- Verify changes with relevant tests and checks.
- Record improvements that were considered but deliberately rejected.
- Avoid unnecessary rewrites.
Install
npx skills add NicolasYusim/better-codebase --skill '*'