Supercharge AI coding agents with portable skills. Install, translate, and share skills across Claude Code, Cursor, Codex, Copilot & 13 more
npm install skillkitUniversal skills manager for AI coding agents. Install, manage, and sync skills across 32 AI agents including Claude Code, Cursor, Codex, Gemini CLI, and more.
``bash`
npm install -g skillkit
`bashInitialize skillkit in your project
skillkit init
Core Features
$3
`bash
Translate a Claude skill to Cursor format
skillkit translate react-patterns --to cursorTranslate all skills to multiple agents
skillkit translate --all --to windsurf,codexPreview translation
skillkit translate my-skill --to copilot --dry-run
`$3
`bash
Get project-aware suggestions
skillkit recommendFilter by task
skillkit recommend --search "authentication"Quality threshold
skillkit recommend --min-score 85
`$3
`bash
Initialize team
skillkit team init --name "Engineering Team"Create skill bundle
skillkit team bundle-createShare with team
skillkit team share onboarding-bundleSync with remote registry
skillkit team sync
`$3
`bash
List installed plugins
skillkit plugin listInstall custom plugin
skillkit plugin install @company/custom-translatorView plugin info
skillkit plugin info my-plugin
`$3
`bash
List available methodologies
skillkit methodology listLoad TDD methodology
skillkit methodology load tddApply to project
skillkit methodology apply agile
`$3
`bash
Parse and validate plan
skillkit plan parse ./implementation-plan.md
skillkit plan validate ./plan.mdExecute plan
skillkit plan execute ./feature-plan.mdCheck status
skillkit plan status
`$3
`bash
List hooks
skillkit hook listRegister pre-commit hook
skillkit hook register pre-commitTrigger manually
skillkit hook trigger pre-commit
`$3
`bash
List workflows
skillkit workflow listRun workflow
skillkit workflow run feature-developmentCreate new workflow
skillkit workflow create deployment-flow
`$3
`bash
View learnings
skillkit memory listSearch past sessions
skillkit memory search "error handling"Compress observations
skillkit memory compressExport learning as skill
skillkit memory export auth-insight --output auth-skill.md
`Supported Agents (32)
Primary (17): Claude Code, Cursor, Codex, Gemini CLI, Windsurf, GitHub Copilot, OpenCode, Antigravity, Amp, Clawdbot, Droid, Goose, Kilo, Kiro, Roo, Trae, Universal
Extended (15): Cline, CodeBuddy, CommandCode, Continue, Crush, Factory, MCPJam, Mux, Neovate, OpenHands, Pi, Qoder, Qwen, Vercel, Zencoder
Usage Examples
$3
`bash
Install to multiple agents
skillkit install anthropics/skills --agent claude-code,cursorSync all skills to detected agents
skillkit sync --all
`$3
`bash
Initialize project context
skillkit context initView detected stack
skillkit context showSync to all agents
skillkit context sync --all
`$3
`bash
Run all skill tests
skillkit testTest specific skills
skillkit test ./my-skill --tags unitCI/CD integration
skillkit cicd init
``Full documentation: https://github.com/rohitg00/skillkit
Apache-2.0