A growing collection of Claude Code skills for developers.
From GitHub (once the repo is public):
/plugins marketplace add github:kumarishan/kistack
/plugins install kistack
From a local clone:
/plugins marketplace add /path/to/kistack
/plugins install kistack
Then restart Claude Code for skills to activate.
| Skill | What it does |
|---|---|
repo-tutorial |
Turn any code repository into a hands-on, chapter-by-chapter tutorial |
Skills activate automatically when relevant. You can also invoke them explicitly:
create a tutorial for this repo
teach me this codebase
build a learning guide for the auth module
Each skill lives in skills/<skill-name>/SKILL.md. To add a new skill:
- Create
skills/your-skill-name/SKILL.md - Add frontmatter with
nameanddescription - Write the skill body (see existing skills for reference)
- Update the skills table in this README
- Bump the version in
.claude-plugin/plugin.json
MIT