Launching today
Skillkit

Skillkit

The package manager for AI agent skills

37 followers

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.
Skillkit gallery image
Skillkit gallery image
Skillkit gallery image
Free
Launch Team
Webflow | AI site builder
Webflow | AI site builder
Start fast. Build right.
Promoted

What do you think? …

Rohit Ghumare

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.

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:

- Ed25519 cryptography & XChaCha20-Poly1305 encryption

- UDP multicast LAN discovery

- Trust management with fingerprint verification

🎯 AI-Powered Recommendations

skillkit recommend --explain
# > 92% match: vercel-react-best-practices (Next.js detected)
# > 87% match: tailwind-v4-patterns (Tailwind 4 in package.json)

πŸ“š 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

Jakub MΓ‘lek

Package manager for AI skills is brilliant! I'm working with Claude Code and the problem of 'teaching' it project-specific patterns is real. Does Skillkit let me create custom skills like 'how we structure Phoenix LiveView components' and have the agent remember across sessions? The cross-platform support (Claude, Cursor, etc.) is the killer feature - skills shouldn't be tool-locked. How does versioning work? Congrats on open sourcing this!

Rohit Ghumare
@jakub_malek1 glad you liked it, everything is open source and whatever you mentioned skillkit does it all.