Launching today

Skillkit
The package manager for AI agent skills
174 followers
The package manager for AI agent skills
174 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
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
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!
Skillkit
Really cool to see this direction. The portability issue between Claude Code, Cursor, Copilot, etc. is something Iβve run into as well β each agent having its own βskill dialectβ makes it hard to build consistent workflows.
Iβm working on a different layer of the stack (Iceberg Framework), where the focus is on deterministic execution and validation for LLMβpowered systems. What youβre doing with Skillkit around persistent skills and crossβagent translation actually complements that nicely β one solves the portability problem, the other solves the reliability/consistency problem.
Love seeing more tooling appear in this space. The ecosystem really needs it.
Skillkit
I maintain about 15 Claude Code skills for my daily workflow and the portability problem is real. Right now if I want the same behavior in Cursor I'm manually rewriting CLAUDE.md into .cursorrules. The translate command would save me a lot of time.
Curious about the memory feature -- how does it handle conflicting patterns across projects? Like if I have one repo that uses snake_case and another that uses camelCase, does it scope learnings per-project or is it global?
The concept of a package manager for AI skills is brilliant. As a dev, Iβm curiousβhow does it handle dependency versioning for different LLM models? Great work on making it Open Source!
Same boat as kxbnb - been manually converting CLAUDE.md to .cursorrules whenever switching tools. The translate command alone is worth it. Also curious about the mesh network for multi-agent setups, sounds like it could be interesting for coordinating different specialized agents.