SkillKit
Universal skills manager for AI coding agents. Install, manage, and sync skills across 32 AI agents including Claude Code, Cursor, Codex, Gemini CLI, and more.
Installation
npm install -g skillkit
Quick Start
skillkit init
skillkit install anthropics/skills
skillkit recommend
skillkit ui
Core Features
Cross-Agent Translation
skillkit translate react-patterns --to cursor
skillkit translate --all --to windsurf,codex
skillkit translate my-skill --to copilot --dry-run
Smart Recommendations
skillkit recommend
skillkit recommend --search "authentication"
skillkit recommend --min-score 85
Team Collaboration
skillkit team init --name "Engineering Team"
skillkit team bundle-create
skillkit team share onboarding-bundle
skillkit team sync
Plugin System
skillkit plugin list
skillkit plugin install @company/custom-translator
skillkit plugin info my-plugin
Development Methodologies
skillkit methodology list
skillkit methodology load tdd
skillkit methodology apply agile
Plan System
skillkit plan parse ./implementation-plan.md
skillkit plan validate ./plan.md
skillkit plan execute ./feature-plan.md
skillkit plan status
Hooks & Automation
skillkit hook list
skillkit hook register pre-commit
skillkit hook trigger pre-commit
Workflow Orchestration
skillkit workflow list
skillkit workflow run feature-development
skillkit workflow create deployment-flow
Session Memory
skillkit memory list
skillkit memory search "error handling"
skillkit memory compress
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
Install and Sync
skillkit install anthropics/skills --agent claude-code,cursor
skillkit sync --all
Context Management
skillkit context init
skillkit context show
skillkit context sync --all
Testing
skillkit test
skillkit test ./my-skill --tags unit
skillkit cicd init
Documentation
Full documentation: https://github.com/rohitg00/skillkit
License
Apache-2.0