+
+
+
+
+
-**Universal Skills for AI Coding Agents**
+
-[](https://www.npmjs.com/package/skillkit)
-[](https://www.npmjs.com/package/skillkit)
+[](https://www.npmjs.com/package/skillkit)
+[](https://www.npmjs.com/package/skillkit)
+[](https://github.com/rohitg00/skillkit/stargazers)
[](https://github.com/rohitg00/skillkit/actions/workflows/ci.yml)
-[](https://agenstskills.com)
-[](https://agenstskills.com/docs)
-[](https://agenstskills.com/api)
-[](https://opensource.org/licenses/Apache-2.0)
-[](https://agenstskills.com)
+[](https://opensource.org/licenses/Apache-2.0)
+[](https://agenstskills.com)
+[](https://agenstskills.com/docs)
+[](https://agenstskills.com/api)
-Skills make AI coding agents smarter. But every agent uses a different format — Claude Code wants `.claude/skills/`, Cursor uses `.mdc`, Copilot expects `.github/skills/`. You end up rewriting the same skill for each agent, or locking into one platform.
+**Write a skill once, deploy it to all 32 agents. No rewrites.**
-SkillKit fixes this. Write a skill once, deploy it to all 32 agents.
+[Website](https://agenstskills.com) · [Docs](https://agenstskills.com/docs) · [API](https://agenstskills.com/api) · [npm](https://www.npmjs.com/package/skillkit)
+
+
+
+---
+
+Skills make AI coding agents smarter. But every agent uses a different format:
+
+| Agent | Format | Directory |
+|-------|--------|-----------|
+| Claude Code | `SKILL.md` | `.claude/skills/` |
+| Cursor | `.mdc` | `.cursor/skills/` |
+| Copilot | Markdown | `.github/skills/` |
+| Windsurf | Markdown | `.windsurf/skills/` |
+
+You end up rewriting the same skill for each agent, or locking into one platform.
+
+**SkillKit fixes this.** Install from 15,000+ skills, auto-translate between formats, persist learnings with Memory. Works with Claude, Cursor, Windsurf, Copilot, and 28 more.
```bash
npx skillkit@latest
@@ -26,9 +44,13 @@ npx skillkit@latest
## See It In Action
-
+
+
+[](https://raw.githubusercontent.com/rohitg00/skillkit/main/docs/video/skillkit.mp4)
-> If the video doesn't play above, [watch it here](https://raw.githubusercontent.com/rohitg00/skillkit/main/docs/video/skillkit.mp4)
+*Click the image above to watch the full demo*
+
+
## Quick Start
@@ -105,7 +127,7 @@ async with SkillKitClient() as client:
results = await client.search("react performance", limit=5)
```
-[REST API docs](https://agenstskills.com/docs/rest-api) · [MCP Server docs](https://agenstskills.com/docs/mcp-server) · [Python Client docs](https://agenstskills.com/docs/python-client) · [Interactive API explorer](https://agenstskills.com/api)
+[REST API docs](https://agenstskills.com/docs/rest-api) · [MCP Server docs](https://agenstskills.com/docs/mcp-server) · [Python Client docs](https://agenstskills.com/docs/python-client) · [Interactive API explorer](https://agenstskills.com/api)
### Auto-generate agent instructions
@@ -167,7 +189,7 @@ Team members run `skillkit manifest install` and they're in sync.
skillkit ui
```
-`h` Home · `m` Marketplace · `r` Recommend · `t` Translate · `i` Installed · `s` Sync · `q` Quit
+`h` Home · `m` Marketplace · `r` Recommend · `t` Translate · `i` Installed · `s` Sync · `q` Quit

@@ -292,7 +314,7 @@ SkillKit aggregates skills from trusted sources. All original creators are credi
### Community
-[trailofbits/skills](https://github.com/trailofbits/skills) · [obra/superpowers](https://github.com/obra/superpowers) · [wshobson/agents](https://github.com/wshobson/agents) · [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) · [travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills) · [langgenius/dify](https://github.com/langgenius/dify) · [better-auth/skills](https://github.com/better-auth/skills) · [onmax/nuxt-skills](https://github.com/onmax/nuxt-skills) · [elysiajs/skills](https://github.com/elysiajs/skills) · [kadajett/agent-nestjs-skills](https://github.com/kadajett/agent-nestjs-skills) · [cloudai-x/threejs-skills](https://github.com/cloudai-x/threejs-skills) · [dimillian/skills](https://github.com/dimillian/skills) · [waynesutton/convexskills](https://github.com/waynesutton/convexskills) · [kepano/obsidian-skills](https://github.com/kepano/obsidian-skills) · [giuseppe-trisciuoglio/developer-kit](https://github.com/giuseppe-trisciuoglio/developer-kit) · [openrouterteam/agent-skills](https://github.com/openrouterteam/agent-skills)
+[trailofbits/skills](https://github.com/trailofbits/skills) · [obra/superpowers](https://github.com/obra/superpowers) · [wshobson/agents](https://github.com/wshobson/agents) · [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) · [travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills) · [langgenius/dify](https://github.com/langgenius/dify) · [better-auth/skills](https://github.com/better-auth/skills) · [onmax/nuxt-skills](https://github.com/onmax/nuxt-skills) · [elysiajs/skills](https://github.com/elysiajs/skills) · [kadajett/agent-nestjs-skills](https://github.com/kadajett/agent-nestjs-skills) · [cloudai-x/threejs-skills](https://github.com/cloudai-x/threejs-skills) · [dimillian/skills](https://github.com/dimillian/skills) · [waynesutton/convexskills](https://github.com/waynesutton/convexskills) · [kepano/obsidian-skills](https://github.com/kepano/obsidian-skills) · [giuseppe-trisciuoglio/developer-kit](https://github.com/giuseppe-trisciuoglio/developer-kit) · [openrouterteam/agent-skills](https://github.com/openrouterteam/agent-skills)
**Want to add your skills?** [Submit your repository](https://github.com/rohitg00/skillkit/issues/new?template=add-source.md)
@@ -312,4 +334,4 @@ Apache License 2.0 — see [LICENSE](LICENSE).
## Links
-[Documentation](https://agenstskills.com/docs) · [Website](https://agenstskills.com) · [API Explorer](https://agenstskills.com/api) · [npm](https://www.npmjs.com/package/skillkit) · [GitHub](https://github.com/rohitg00/skillkit)
+[Documentation](https://agenstskills.com/docs) · [Website](https://agenstskills.com) · [API Explorer](https://agenstskills.com/api) · [npm](https://www.npmjs.com/package/skillkit) · [GitHub](https://github.com/rohitg00/skillkit)
diff --git a/docs/img/banner.svg b/docs/img/banner.svg
new file mode 100644
index 00000000..93305815
--- /dev/null
+++ b/docs/img/banner.svg
@@ -0,0 +1,57 @@
+
diff --git a/docs/skillkit/App.tsx b/docs/skillkit/App.tsx
index 0beeee74..a9fb7f35 100644
--- a/docs/skillkit/App.tsx
+++ b/docs/skillkit/App.tsx
@@ -43,7 +43,7 @@ export default function App(): React.ReactElement {