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