The universal skill platform for AI coding agents. Auto-generate instructions with Primer, persist learnings with Memory, and distribute across Mesh networks. One CLI for Claude, Cursor, Windsurf, Copilot, and 28 more.
The problem I kept running into: My skills for Claude Code were useless in Cursor. My team was on Copilot. Each agent has its own format. Worse: every time I close a session, my AI forgets everything it learned.
So I built SkillKit - a universal platform for AI coding agents that goes way beyond skill management.
npx skillkit@latest
What makes it different from "skill installers":
🔄 Cross-Agent Translation (32 agents)
skillkit translate my-skill --from claude --to cursor,codex,copilot
One command. Write once, use in Claude Code, Cursor, Codex, Windsurf, Copilot, Gemini CLI, and 26 more.
🧠 Session Memory That Persists
Your AI agents learn patterns, but that knowledge dies every session. SkillKit captures learnings with semantic embeddings and makes them persistent:
skillkit memory compress # Extract patterns from sessions
skillkit memory search "auth patterns" # Recall past learnings
skillkit memory export # Turn learnings into shareable skills
🤖 Multi-Agent Team Orchestration
Spawn teams of AI agents with leader/teammate hierarchies, task assignment, plan approval workflows, and code review stages:
skillkit team init
skillkit message send # Inter-agent messaging
skillkit workflow run # Orchestrate multi-step tasks
🌐 Mesh Network for Distributed Teams
Your agents can communicate across machines with E2E encrypted P2P:
Hey Product Hunt! 👋
I'm Rohit, the maker of SkillKit.
The problem I kept running into: My skills for Claude Code were useless in Cursor. My team was on Copilot. Each agent has its own format. Worse: every time I close a session, my AI forgets everything it learned.
So I built SkillKit - a universal platform for AI coding agents that goes way beyond skill management.
What makes it different from "skill installers":
🔄 Cross-Agent Translation (32 agents)
One command. Write once, use in Claude Code, Cursor, Codex, Windsurf, Copilot, Gemini CLI, and 26 more.
🧠 Session Memory That Persists
Your AI agents learn patterns, but that knowledge dies every session. SkillKit captures learnings with semantic embeddings and makes them persistent:
🤖 Multi-Agent Team Orchestration
Spawn teams of AI agents with leader/teammate hierarchies, task assignment, plan approval workflows, and code review stages:
🌐 Mesh Network for Distributed Teams
Your agents can communicate across machines with E2E encrypted P2P:
- Ed25519 cryptography & XChaCha20-Poly1305 encryption
- UDP multicast LAN discovery
- Trust management with fingerprint verification
🎯 AI-Powered Recommendations
📚 Built-in Methodology Packs
TDD, Design-First, Root Cause Analysis, Structured Review - battle-tested development methodologies baked in.
More Features:
- 🧪 Skill Testing Framework with assertions
- 🔧 Auto-generate CI/CD configs (GitHub Actions, GitLab CI)
- 🌳 Hierarchical skill taxonomy with tree navigation
- 📡 Self-host your skills (RFC 8615 well-known URIs)
- 🔌 Plugin system for extensions
- 📊 Quality scoring and security audits
This is for you if:
- You switch between AI coding agents
- Your team uses different tools
- You want your AI to actually remember and learn
- You're building multi-agent workflows
- You want enterprise-grade skill management
Fully open source.
Website: agenstskills.com | Docs: agenstskills.com/docs