Skip to content

athif23/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

skills

A small collection of coding-agent skills I use in real projects.

Install

Install the repo and pick the skill you want:

npx skills add https://github.com/athif23/skills --skill repo-shape

You can also list available skills first:

npx skills add https://github.com/athif23/skills --list

Skills

repo-shape

Keeps 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

About

A small collection of coding-agent skills for calmer, more skimmable codebases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors