skillkit
Install and manage AI agent skills across 46 coding agents
All Skills in This Repository (14)
Pure Emerald Level IndicatorsStructured Code Review
Coordinate multi-stage code reviews with stage-specific checklists and feedback templates.
Parallel Investigation
Coordinate multiple investigation threads with hub-and-spoke coordination and sync-point decisions.
Handoff Protocols
Transfer work context between team members and agents using structured handoff templates.
Trace and Isolate
Trace and isolate bug causes using logging, breakpoints, and minimal reproductions.
Hypothesis Testing
Turn bug symptoms into testable hypotheses with documented experiment plans.
Root Cause Analysis
Guide systematic root cause analysis from symptoms to verified underlying defects.
Verification Gates
Define verification gates to validate work across planning, design, implementation, and deployment.
Task Decomposition
Decompose complex tasks into atomic units with done criteria and dependency mapping.
Design First
Plan and design software solutions through a four-phase workflow before coding.
Skill Authoring
Author AI agent skills with standardized frontmatter and content templates.
Red-Green-Refactor
Automate the test-driven development cycle through failing tests, minimal implementations, and safe refactoring.
Test Patterns
Organize unit tests with Arrange-Act-Assert, Given-When-Then, and data builders.
Frequently Asked Questions
FAQPage SchemaHow to install SkillKit?▼
Run `npx skills add rohitg00/skillkit --all -g -y` in your terminal to install all skills in this suite globally.
What does SkillKit do?▼
SkillKit is a package manager for AI agent skills. It lets you install skills from 400K+ sources and deploy them to 46 different AI coding agents at once.
Can one skill work in Claude Code, Cursor, and Copilot?▼
Yes. SkillKit automatically translates skill formats between agents, so you write a skill once and ship it everywhere without manual rewrites.
How do I find skills for my tech stack?▼
Run the recommend command and SkillKit reads your repository, detects your stack, and ranks the most relevant skills for your project.
Do I need coding experience to use SkillKit?▼
Basic terminal use is enough. Simple commands like add, sync, and recommend handle installation and agent configuration for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core