Feature Comparison

July 28, 2026 · View on GitHub

How rolecraft stacks up against skills (Vercel) and @agentskill.sh/cli (ags).

At a glance

rolecraftskills (Vercel)@agentskill.sh/cli
RuntimeZero-dep Node ESM1 dep (Node)2 deps (TypeScript)
File size87.4 kB~465 KB~84 KB
Agent targets867215+
Skill marketplacerolecraft registryskills.sh (90K+)agentskill.sh (100K+)
Publish your own
MCP management
Bundle / Compose / Diff

Feature table

Featurerolecraftskills (Vercel)@agentskill.sh/cli
Zero dependencies✅ (1 dep)❌ (2)
Local path install1st class❌ marketplace only
GitHub repo install
GitLab / SSH git URL
npm package source
SKILL.md scaffolding (init)
Skill preview (use)
Agent auto-detect + install (setup)
Skill discovery (search)
Interactive TUI search + install
Bundle install (bundle)✅ (skillset)
Bundle create (bundle create)
Offline capable
Project-level install
Interactive scope prompt
Non-interactive flag (--yes/-y)
Dry-run preview (--dry-run)
Lockfile integrity (--frozen-lockfile)
Content hash verification (verify)
CI-mode re-install (ci)
Skill update check (check)
Skill update / re-install (update)
Symlink install (--symlink)✅ (default)
Self-upgrade (upgrade)
npm provenance
Shell completions (bash/zsh/fish)
In-agent /learn command
Skill rating / feedback
Skill diff / compose
System health check (doctor)
Watch mode (auto-sync)
AGENTS.md XML generation
MCP server management
Skill quality test
Skill conflict detection (doctor --deep)
Node.js API
Publish to registry
Security scanning (0–100)✅ (Snyk)
Telemetry / leaderboard

When to use what

  • rolecraft — You need MCP management, CI/CD pipelines, skill quality tooling (diff/compose/test), or want to publish skills to a registry. Best for power users and teams.
  • skills (Vercel) — You just want the simplest one-liner to install skills. Largest marketplace (90K+ via skills.sh). Best for casual users who trust the Vercel ecosystem.
  • @agentskill.sh/cli — You want in-agent discovery via /learn and skill rating/feedback. Largest marketplace (100K+ via agentskill.sh).

Notable skill collections

These aren't CLI tools — they're curated SKILL.md repositories. rolecraft can install from any of them directly:

CollectionSkillsInstall with rolecraft
skills.sh90,000+rolecraft install <owner/repo>
agentskill.sh100,000+rolecraft install <slug>
rolecraft Registry29+rolecraft install <slug>
garden-skills (ConardLi)~5 curatedrolecraft install ConardLi/garden-skills
anthropic/skills157K★ reporolecraft install anthropic/skills

Benchmark

rolecraft installs skills up to 301× faster than npx skills in cold-cache scenarios (local install: ~301×, GitHub install: ~9.8×).

→ Full benchmark results