rohitg00

rohitg00/skillkit

TypeScript Apache-2.0 AI & ML

Supercharge AI coding agents with portable skills. Install, translate & share skills across Claude Code, Cursor, Codex, Copilot & 40 more

1.4k stars
125 forks
slow
GitHub +38 / week

1.4k

Stars

125

Forks

23

Open issues

2

Contributors

v1.24.0 21 Apr 2026

AI Analysis

SkillKit is a package manager for AI coding agent skills that solves format fragmentation across 46 different AI agents (Claude Code, Cursor, Copilot, Windsurf, and others). It enables developers to define skills once and auto-translate them across incompatible formats, install from 400K+ community skills, and persist learnings across sessions—designed for developers building with multiple AI coding assistants who need portable, reusable skill definitions.

AI & ML Developer Tool Discovery value: 6/10
Documentation 8/10
Activity 8/10
Community 7/10
Code quality 7/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

agent-skills ai-coding multi-agent skill-translation cli-tool
Actively maintained Well documented Popular Apache-2.0 licensed Niche/specialized use case Beginner friendly Production ready
Deep Analysis · Based on README and public signals
2w ago

SkillKit aims to be a universal package manager for AI coding agent skills across 46 tools

SkillKit addresses a real fragmentation problem: every major AI coding agent (Claude Code, Cursor, Copilot, Windsurf, etc.) uses a different format and directory convention for skills/instructions. SkillKit provides a CLI that installs skills from a claimed 400K+ registry, auto-translates between agent formats, and deploys to multiple agents simultaneously. It is built for developers who work across multiple AI coding tools and want to reuse and share behavioral instructions without manual reformatting. The project is young (created January 2026) but has grown to 1,243 stars with apparent npm distribution.

Origin

Created in January 2026, SkillKit emerged as AI coding assistants proliferated and each developed proprietary skill/instruction formats. The project appears to be a direct response to this fragmentation, positioning itself analogously to how npm solved JavaScript package distribution.

Growth

With 1,243 stars since January 2026 (~5 months), growth appears modest but steady. The 13 stars in the last 7 days suggests organic but slow traction. The category itself appears competitive — similar repos like VoltAgent/awesome-agent-skills (26K stars) and vercel-labs/skills (23K stars) significantly outpace it, suggesting SkillKit may be a late or differentiated entrant rather than the category leader. The CLI-first, npm-distributed approach may appeal to developers who want tooling rather than a curated list.

In production

Adoption not verified from available metadata. The README claims 400K+ skills available in the registry and support for 46 agents, but no download counts, testimonials, case studies, or enterprise usage are visible. npm download badge is present in README but the actual count is not readable from metadata. The presence of a dedicated website (skillkit.sh) and versioned releases suggests some investment beyond a personal experiment.

Code analysis
Architecture

Appears to be a TypeScript CLI tool distributed via npm, with a modular optional-package design: core CLI plus four optional packages (@skillkit/tui, @skillkit/api, @skillkit/mesh, @skillkit/messaging). This likely reflects a plugin-style architecture where heavy features are tree-shaken from the default install. The 418-package full install vs 118-package slim install suggests meaningful dependency surface. Format translation between agent-specific schemas is a central capability, likely implemented as adapter modules per agent.

Tests

README mentions 757 tests via a badge, which suggests meaningful test investment for a project of this age and size. Whether this represents unit, integration, or end-to-end coverage is not specified.

Maintenance

Last push was June 2, 2026 — approximately 3 weeks before the evaluation date. At version v1.24.0, the project has had regular releases. CI badge is present. These signals indicate active, ongoing maintenance rather than abandonment. The gap between last push and evaluation date is not concerning for a project at this stage.

Honest verdict

ADOPT IF: you actively use 3+ AI coding agents and are spending real time manually reformatting or duplicating skills across them — SkillKit's translation layer directly addresses that pain. AVOID IF: you are locked into a single agent or your team has not yet standardized on skills-based workflows; the complexity overhead is unjustified for single-agent use. MONITOR IF: you are building tooling around AI coding agents professionally — the category is clearly consolidating and whichever registry/CLI wins will have significant ecosystem leverage.

Independent dimensions

Mainstream potential

4/10

Technical importance

7/10

Adoption evidence

2/10

Risks
  • The 'skills' format for AI coding agents is still evolving rapidly; each agent vendor may change their format, requiring constant adapter maintenance that a small open-source project may struggle to keep up with.
  • Dominant players like Vercel and Anthropic may absorb this problem natively into their tools, eliminating the need for a third-party translation layer.
  • The claimed 400K+ skills registry cannot be independently verified from available metadata, raising questions about actual content quality and curation.
  • At 1,243 stars with significantly more prominent competitors in the same space, SkillKit may struggle to achieve the network effects needed for a registry/marketplace model to deliver value.
  • The 418-package full install is a meaningful dependency footprint for a CLI tool; security and supply chain risk surface is non-trivial, even with the reported 0 critical/high vulnerabilities at time of README authoring.
Prediction

SkillKit will likely remain a useful niche tool for multi-agent developers in the near term. Its trajectory depends heavily on whether AI agent skill formats consolidate or fragment further — fragmentation favors SkillKit, consolidation makes it redundant.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

TypeScript
99.2%
JavaScript
0.4%
Python
0.2%
CSS
0.1%
Shell
0%
HTML
0%

Information

Language
TypeScript
License
Apache-2.0
Last updated
1mo ago
Created
6mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

VoltAgent

VoltAgent/awesome-agent-skills

Awesome Agent Skills is a curated collection of 1,500+ skills for AI agent...

27.7k AI & ML
numman-ali

numman-ali/openskills

OpenSkills is a universal CLI tool that brings Anthropic's Claude Code skills...

10.6k TypeScript AI & ML
vercel-labs

vercel-labs/skills

skills is a CLI tool that provides a package manager for AI agent capabilities,...

25.7k TypeScript Dev Tools
KKKKhazix

KKKKhazix/khazix-skills

A collection of structured AI Skills for agent-based workflows (Claude Code,...

16.8k Python AI & ML
heilcheng

heilcheng/awesome-agent-skills

Awesome Agent Skills is a curated directory of reusable AI agent skill...

6k TypeScript AI & ML
vs. alternatives
VoltAgent/awesome-agent-skills

Has 26K stars — roughly 21x more than SkillKit — and appears to be a curated awesome-list format rather than a package manager CLI. These serve different use cases: browsing vs. installing. Not a direct competitor in the tooling sense.

vercel-labs/skills

23K stars, TypeScript, backed by Vercel. Likely has significant distribution advantage through Vercel's ecosystem. SkillKit's agent-agnostic positioning differentiates it, but Vercel's reach is a structural disadvantage for SkillKit.

numman-ali/openskills

10K stars, TypeScript. Name suggests a similar open registry approach. Without README access, direct feature comparison is not possible, but the star gap suggests openskills has stronger community traction.

KKKKhazix/khazix-skills

15K stars, Python. Different language target may mean different user base. Python-based tooling may better serve ML/data science developers, while SkillKit's TypeScript focus aligns with frontend/fullstack AI tool users.

heilcheng/awesome-agent-skills

5.7K stars, TypeScript. Closer in scale to SkillKit. Again likely a curated list rather than a package manager, so the comparison is more about mindshare than direct feature overlap.