StackMap
Subscribe
Explore / skillkit
rohitg00

skillkit

Package manager for AI agent skills — install from 400K+ skills across 31 sources, auto-translate between 46 agents' incompatible formats, security-scan on install, sync to every agent at once.

1,383 127 TypeScript Apache-2.0updated 1 months ago
Curator's take

Use it the moment skills must live on more than one agent — you write Claude SKILL.md, a teammate runs Cursor: author once, `skillkit sync` translates and deploys everywhere; the install-time security scan is a real feature now that skill marketplaces are a prompt-injection vector. NOT needed if you're all-in on a single agent — Claude Code's first-party plugin/marketplace flow is simpler and better supported. Format translation is lossy at the edges (agent-specific frontmatter, hooks, tool references), so verify ported skills actually trigger; and treat the optional mesh/messaging/REST extras as experiments, not infrastructure.

Mapped by ShipWithAI editors · links verified
README.md
SkillKit. One skill. Every agent.

One skill. Every agent. 46 of them.


npm downloads stars CI license

400K+ skills 46 agents 31 sources 757 tests Apache 2.0 PRs welcome

slim install v1.24.0 new one skill every agent

Quick nav

Quick start · Install · Commands · Agents · Sources · API · Website


The problem

Every AI coding agent wants skills. Every agent invented a different format.

Agent Format Directory
Claude CodeSKILL.md.claude/skills/
Cursor.mdc.cursor/skills/
CopilotMarkdown.github/skills/
WindsurfMarkdown.windsurf/skills/
... 41 more

You rewrite the same skill for each agent. Or you lock in to one.

The fix

SkillKit is the package manager for AI agent skills. Install from 400K+ skills across 31 sources. Auto-translate between formats. Persist session learnings. Ship to 46 agents at once.

npx skillkit add anthropics/skills

That is the whole first-run. Pick your agent (your detected agent is pre-selected), confirm, done.

Quick start

npx skillkit init                     # detect agent, create dirs
skillkit recommend                    # stack-aware suggestions
skillkit add anthropics/skills        # install from marketplace
skillkit sync                         # deploy to agent config

Four commands. Your agent now has PDF processing, code review, auth patterns, and whatever you need.

What the first install looks like

$ npx skillkit add anthropics/skills

 ◇ Detected 32 agents
 │
 ◆ Install to
 │  ● Just Claude Code (detected)      claude-code
 │  ○ Select specific agents           space

Continue your stack

What teams reach for next — and why each earns a place beside skillkit. Ranked by curator confidence.

Alternative to See all + compare →