Skip to content

kumarishan/kistack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kistack

A growing collection of Claude Code skills for developers.

Install

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.

Skills

Skill What it does
repo-tutorial Turn any code repository into a hands-on, chapter-by-chapter tutorial

Usage

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

Contributing / Adding Skills

Each skill lives in skills/<skill-name>/SKILL.md. To add a new skill:

  1. Create skills/your-skill-name/SKILL.md
  2. Add frontmatter with name and description
  3. Write the skill body (see existing skills for reference)
  4. Update the skills table in this README
  5. Bump the version in .claude-plugin/plugin.json

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors