Dev & Engineering skills-managementclimulti-agenttranslationmarketplacesession-memorymcp-serverrest-api

SkillKit — Package Manager for AI Agent Skills

Install, translate, and share skills across 46 AI coding agents like Claude Code, Cursor, Codex, Copilot.

FollowAgents review · FARS-2.1
Not recommended
40/ 100 5-point scale 2.0 / 5
1 2 3 4 5 6
1Trust7 / 29 · 1.2/5

Evidence: installation requires user confirmation (interactive selection), security scan mentioned (42/42 pass), but no least-privilege principle stated, no data flow transparency, no sensitive data handling, dependency security only via npm audit claim (0 vulns), external effects include writing to multiple agent config dirs, no rollback mechanism, source attribution clear (official and community sources listed). Deductions: missing data flow transparency, sensitive data handling, rollback; least privilege only partially shown.

2Reliability6 / 14 · 2.1/5

Evidence: README and tests consistent, tests cover multiple adapters, CI runs multi-version tests, but dependency availability not verified (no lockfile or dependency list), failure messages only mention CLI catches missing optional packages and prints hint, but no detailed error handling. Deductions: dependency availability unproven, failure message details insufficient.

3Adaptability9 / 18 · 2.5/5

Evidence: clear target users (AI coding agents), rich scenarios (install, translate, recommend, etc.), supports 46 agents, environment fit (Node>=18, npm/pnpm/bun), but capability boundaries not explicit (e.g., security scan limitations), trigger precision (commands) clear but no auto-trigger conditions. Deductions: capability boundaries and trigger precision partially insufficient.

4Convention8 / 18 · 2.2/5

Evidence: clear information architecture (README with nav), detailed install notes (multiple methods), naming stable (skillkit and sk), rich examples, license clear (Apache-2.0), version present (v1.24.0), but no known limitations, no changelog, maintenance responsibility unclear (no maintainer or contributing guide). Deductions: missing known limitations, changelog, maintenance responsibility.

5Effectiveness7 / 13 · 2.7/5

Evidence: high output usability (clear command output), high marginal value (solves multi-format problem), but cost-benefit not quantified (no performance benchmarks or resource usage). Deductions: cost-benefit evidence insufficient.

6Verifiability3 / 8 · 1.9/5

Evidence: README claims (e.g., 46 agents, 400K skills) lack traceable sources, tests provide partial verification, but facts and inferences not separated. Deductions: claim traceability insufficient, facts and inferences not separated.

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision d2e5c346f733
Safety controls not found in source: data-flow disclosure, sensitive-data handling, rollback or recovery path
Before you use it
  • The tool writes to multiple agent config directories, potentially modifying user project files; use with caution.
  • Security scan is static only and does not guarantee skills are free of malicious code.
  • Dependency security relies solely on npm audit claims without lockfile verification.
  • No rollback mechanism provided; installation may be hard to undo.
Review evidence [1][2][3][4][5][6][7]
See the full review method →

What does this agent do, and when should you use it?

SkillKit is a package manager for AI agent skills that solves the problem of incompatible skill formats across different agents. It installs skills from 31 sources including GitHub, GitLab, local paths, and gists, and automatically translates between formats for 46 agents. The core CLI offers commands like add, translate, sync, and recommend, with optional packages for an interactive TUI, REST API server, P2P mesh network, and agent messaging. It also includes session memory compression, AI skill generation, team manifest sync, security scanning, and codebase analysis. The project is Apache 2.0 licensed, has 757 tests, and is CI-validated.

SkillKit reads and converts skill files like SKILL.md, installing them into agent-specific directories such as .claude/skills/ or .cursor/skills/. It clones skill repositories from GitHub, GitLab, local paths, or gists via skillkit add, performing a security scan. skillkit translate converts skills to other agent formats. skillkit sync deploys skills to agent config files. skillkit recommend analyzes the project stack and suggests relevant skills. It also provides skillkit serve to start a REST API on port 3737, an MCP server, and a Python client. skillkit memory compress extracts session learnings, and skillkit generate creates new skills using multi-source context.

  1. A developer who wants to install Anthropic's official skills into Claude Code with skillkit add anthropics/skills
  2. A team that needs to share the same skill set across Cursor, Codex, Copilot, and other agents, using translate and sync commands
  3. A developer who wants automatic skill recommendations based on their project stack, using skillkit recommend
  4. A team that wants to automate skill updates in CI/CD pipelines, using skillkit cicd init
  5. A user who wants to save a webpage as a skill from Chrome, using the extension and importing the generated SKILL.md
  6. A team that needs to distribute agents across multiple machines, using skillkit mesh init to create an encrypted P2P network

What are this agent's strengths and limitations?

Pros
  • Supports 46 agents, one skill source works everywhere
  • Installs from 31 sources covering 400K+ skills
  • Automatic format translation saves duplicate effort
  • Advanced features: security scan, recommendations, session memory
  • Slim install mode reduces dependencies to 118 packages
Limitations
  • Requires Node.js environment and npm toolchain
  • Full install pulls 418 packages, potentially heavy for some users
  • AI generation features depend on external API keys or local models
  • Skill source quality varies, relies on community curation

How do you install or deploy this agent?

Install globally via npm, pnpm, or bun:

npm install -g skillkit
# or
pnpm add -g skillkit
# or
bun add -g skillkit

Alternatively, use npx skillkit without installation. Optional packages: npm i -g @skillkit/tui, @skillkit/api, @skillkit/mesh, @skillkit/messaging.

How do you use this agent?

Initialize and install skills:

skillkit init
skillkit add anthropics/skills

Translate a skill:

skillkit translate my-skill --to cursor

Sync to agents:

skillkit sync

Start the REST server:

skillkit serve
curl "http://localhost:3737/search?q=react+performance"

FAQ

Is SkillKit completely free?
Yes, SkillKit is licensed under Apache 2.0, so it's free to use and modify.
How are permissions handled when installing skills?
SkillKit runs a security scan, e.g., '42/42 skills pass' in the example. However, users should still review skill content, especially from community sources.
Is there any loss during skill translation?
Translation may have subtle differences due to format variations (e.g., SKILL.md to .mdc). Use --dry-run to preview changes.
How do I uninstall installed skills?
Use skillkit remove <skill> or skillkit remove --source org/repo for bulk removal, or --all to remove everything.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents