A small collection of coding-agent skills I use in real projects.
Install the repo and pick the skill you want:
npx skills add https://github.com/athif23/skills --skill repo-shapeYou can also list available skills first:
npx skills add https://github.com/athif23/skills --listKeeps code and repo changes calm, skimmable, and natural.
Useful for pushing coding agents away from:
- fake enterprise layering
- jargon-heavy naming
- over-architecture
- duplicated tiny helpers
- AI-slop comments
It helps bias the model toward:
- clearer naming
- flatter structure
- direct code paths
- better local refactors
- a more skimmable codebase overall