Package for applying clean-code principles during writing, review, and refactoring.
npm install clean-code-skillIf installing locally from this repo:
cd clean-code
npm pack
npm install ./clean-code-skill-1.0.0.tgzUse this package when reviewing or refactoring code for readability, naming, duplication, structure, tests, or separation of concerns.
-
SKILL.md- metadata and core guidance -
references/- principles and a review checklist
- Update the version in
package.json. - Run
npm pack. - Publish with
npm publish.
Based on DevCom clean-code guidance and the Nevo skill packaging guide.