A brand-new category emerges: tools for publishing, discovering, installing, and managing reusable AI agent skills. We compare 10 contenders vying to become the package manager for the AI coding era.
In 2026, AI coding agents are the new IDE. Claude Code, Codex CLI, Cursor, Gemini Code Assist — every major platform ships an agentic coding experience. But there's a missing layer: how do you share, version, and discover skills across these agents?
Today, agent skills are trapped in silos. A Claude Code skill cannot run in Codex CLI. A Cursor rule cannot be used by Gemini. There is no npm install for AI agent skills. This is the gap that AI Skill Package Managers fill — and it's a gap so large that it defines a new software category.
This comparison evaluates 10 tools across the spectrum — from purpose-built skill package managers (SkillForge) to general-purpose agentic frameworks (superpowers) to built-in skill systems (Claude Code, Codex CLI). We rank them by their fit for the "npm for AI skills" vision, not their star count or popularity.
| # | Tool | ⭐ Stars | Type | Package Format | Best For |
|---|---|---|---|---|---|
| 1 | SkillForge NEW | 74 | Package Manager | MCP-native skill packages | Publishing & sharing AI agent skills |
| 2 | superpowers KING | 266,458 | Framework | Agent skill DSL | Agentic skill frameworks & orchestration |
| 3 | reverse-skill | 17,817 | Router | Reverse-engineered skill format | Multi-agent skill routing |
| 4 | skill-recorder MSFT | 969 | Platform | Recorded workflow → CLI skill | Capturing GUI workflows as Copilot skills |
| 5 | Codex as MCP | 169 | Bridge | MCP server protocol | Connecting Codex CLI to MCP tools |
| 6 | memmy-agent | 538 | Agent Platform | Local memory + skill hub | Personal AI with persistent skill memory |
| 7 | agents-council | 295 | Framework | Multi-agent skill orchestration | Coordinating multiple AI agents |
| 8 | agent-manager | 254 | TUI Manager | Session-based skill management | Terminal UI for agent session management |
| 9 | Claude Code Skills | — built-in | Built-in | CLAUDE.md + skill files | Claude Code users (ecosystem-locked) |
| 10 | Codex CLI Skills | — built-in | Built-in | Codex rules + prompts | Codex CLI users (ecosystem-locked) |
Ranked by fit for the "npm for AI skills" vision, not star count. Stars reflect ecosystem momentum as of August 2026.
SkillForge is the first purpose-built AI skill package manager — a "skill version of npm" for AI coding agents (Claude Code, Cursor, Codex CLI, Gemini Code Assist). It's local-first, model-agnostic, and MCP-native, making it the only tool in this comparison designed from the ground up for the "npm for AI skills" paradigm.
SkillForge introduces a skillfile.toml manifest format (analogous to package.json), a skillforge publish / skillforge install workflow, and automatic MCP server generation from skill definitions. It supports versioning, dependency resolution, and cross-agent compatibility — meaning a skill published for Claude Code can also run in Cursor or Codex CLI.
With only 74 stars as of this writing, SkillForge is early but category-defining. It's the closest thing to an actual "npm for AI skills" that exists today.
By raw popularity, superpowers is the overwhelming category king with 266K+ stars. It's a full agentic skill framework that provides a DSL for defining AI agent capabilities, skill composition, and multi-agent orchestration. While not a "package manager" per se, superpowers includes skill packaging, dependency resolution, and discovery mechanisms.
Superpowers is most useful as a skill development framework — you build skills using its DSL and deploy them to agents. It lacks the registry/publishing workflow that defines npm, but its massive community and mature tooling make it the de facto standard for building agentic skills today.
reverse-skill takes a unique approach: it reverse-engineers how AI agents discover and invoke skills, then provides a routing layer that maps skill requests to the right handler. Think of it as a skill-oriented reverse proxy for AI agents.
It's particularly useful for teams running multiple agents (Claude + Codex + Gemini) who need a unified skill dispatch layer. However, it's a router, not a package manager — it doesn't help you publish, version, or share skills.
skill-recorder is Microsoft's tool for recording on-screen workflows and publishing them as CLI skills usable via Copilot. It captures GUI interactions (clicks, typing, navigation) and converts them into a reusable skill that can be triggered by natural language — essentially macro recording for AI agents.
While innovative, skill-recorder is tightly coupled to the Microsoft/Copilot ecosystem. Skills created with it are not portable to Claude Code, Cursor, or Codex CLI. It's also more of a skill authoring tool than a package manager — there's no registry, no versioning, and no dependency management.
Codex as MCP bridges Codex CLI with the Model Context Protocol (MCP) ecosystem. It runs Codex CLI as an MCP server, allowing other MCP-compatible agents (Claude, Cursor, etc.) to use Codex CLI's capabilities and vice versa. This is a protocol-level bridge rather than a skill package manager.
It's an important piece of the puzzle — MCP is the emerging standard for tool interoperability, and any serious "npm for AI skills" will need to be MCP-native. Codex as MCP demonstrates the bridging pattern but doesn't address packaging, publishing, or discovery of skills.
memmy-agent is a personal AI agent platform that runs locally with a persistent memory hub. It manages skills as part of its memory architecture — skills are stored, recalled, and composed based on the agent's memory of past interactions. This is a memory-first approach to skill management.
Memmy's skill management is deeply tied to its memory system. Skills are not standalone packages but are embedded in the agent's knowledge graph. This makes it powerful for personal use but less suitable for publishing or sharing skills across teams.
agents-council is a multi-agent collaboration framework that includes skill management as a core feature. It enables multiple AI agents to coordinate, share skills, and delegate tasks. Think of it as a skill governance layer for agent teams.
Its skill management is focused on coordination — who has which skill, how skills are routed between agents, and how skill conflicts are resolved. It's less about the npm-style publishing workflow and more about runtime skill orchestration.
agent-manager provides a terminal UI (TUI) for managing AI agent sessions and their associated skills. It's a dashboard for your agents — you can see which skills are loaded, enable/disable them, and monitor agent-skill interactions in real time.
While useful for operational management, agent-manager is a control panel, not a package manager. It assumes skills already exist and focuses on runtime management rather than the publish/install/discover workflow that defines npm.
Claude Code CLI includes a built-in skill system based on CLAUDE.md files, custom slash commands, and skill definitions in the project's .claude/ directory. Skills are defined as markdown files with structured frontmatter, and Claude Code discovers them automatically.
The system is elegant but isolated — skills are tied to Claude Code's internal agent architecture. There's no registry, no versioning, and no way to publish or share skills beyond copying files. It's a skill system, not a skill package manager.
Codex CLI has its own built-in skill system using rules files, prompt templates, and configuration in .codex/ directories. Skills are defined as structured prompt files that Codex CLI uses to guide its behavior across sessions.
Like Claude Code's system, Codex CLI skills are platform-specific. They work well within the Codex ecosystem but cannot be shared with or used by other agent platforms. The lack of a standardized format means the two built-in systems are effectively incompatible with each other — despite both solving the same problem.
Ready to build your own skill ecosystem? These services complement the AI Skill Package Manager workflow.
Host your skill registry, MCP servers, and agent infrastructure. Get $200 free credit.
Get $200 Credit →The AI-first IDE with native skill support. Subscribe for Pro to unlock full agentic coding.
Try Cursor Pro →Microsoft's AI pair programmer with skill-recorder integration. Skills meet Copilot.
Get Copilot →Deploy MCP servers and skill infrastructure in seconds. Simple pricing, global CDN.
Deploy on Railway →Anthropic's agentic coding tool. The most popular target for AI skill packages.
Try Claude Code →Host your AI skill marketplace frontend and API. Optimized for Next.js and edge functions.
Deploy on Vercel →Some links above are affiliate links. We may earn a commission if you make a purchase through these links, at no additional cost to you.
AI Skill Package Managers are the next great platform shift. Just as npm turned JavaScript into the world's largest software ecosystem, a standardized "npm for AI skills" will unlock composable, shareable, and versioned agent capabilities. The window is wide open — no tool has achieved dominance yet.
Here's the landscape:
If you want the closest thing to npm for AI skills today: Choose SkillForge (rank #1). It's the only tool purpose-built for the "npm for AI skills" paradigm. It's early (74 stars), but it's the only tool that thinks about skills the way npm thinks about packages — with manifests, versioning, dependency resolution, and cross-agent compatibility. This is the category-defining tool.
If you need a mature agentic skill framework with a large community: Choose superpowers (rank #2). With 266K stars, it's the category king by adoption. It's not a package manager, but its DSL and orchestration capabilities make it the most powerful skill development framework available.
If you need multi-agent routing: Combine reverse-skill (rank #3) with a package manager. Its routing layer solves the "which agent should run this skill" problem.
If you're in the Microsoft ecosystem: skill-recorder (rank #4) is compelling for capturing GUI workflows as Copilot skills, but don't expect portability.
SkillForge is the only tool that understands the "npm for AI skills" vision in its entirety — publishing, versioning, discovery, installation, and cross-agent compatibility. With 74 stars, it's early, but it's the category-defining tool. If you're betting on the future of AI skill package management, this is where the paradigm begins.
The category is wide open. The tool that wins will be the one that makes skill publishing as easy as npm publish. That tool is SkillForge — and it's just getting started.
💡 Cursor recommendation: Ai-first code editor with agentic autocomplete. Try Cursor →
Affiliate disclosure: we may earn a commission if you sign up via this link, at no extra cost to you.
💡 Hostinger recommendation: Ssd web hosting starting at $2.99/mo with a 99.9% uptime guarantee. Try Hostinger →
Affiliate disclosure: we may earn a commission if you sign up via this link, at no extra cost to you.