Skip to content

Commit bf6ec90

Browse files
authored
Merge pull request #118 from rohitg00/release/1.24.0
chore: release v1.24.0
2 parents a974515 + c4959a5 commit bf6ec90

50 files changed

Lines changed: 131 additions & 113 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<br/>
1010

11-
### *One skill. Every agent. 45 of them.*
11+
### *One skill. Every agent. 46 of them.*
1212

1313
<br/>
1414

@@ -20,14 +20,14 @@
2020

2121

2222
<a href="https://skillkit.sh"><img src="assets/tags/skills.svg" alt="400K+ skills"></a>
23-
<a href="#supported-agents"><img src="assets/tags/agents.svg" alt="45 agents"></a>
23+
<a href="#supported-agents"><img src="assets/tags/agents.svg" alt="46 agents"></a>
2424
<a href="#skill-sources"><img src="assets/tags/sources.svg" alt="31 sources"></a>
2525
<img src="assets/tags/tests.svg" alt="757 tests">
2626
<a href="LICENSE"><img src="assets/tags/license.svg" alt="Apache 2.0"></a>
2727
<a href="CONTRIBUTING.md"><img src="assets/tags/prs-welcome.svg" alt="PRs welcome"></a>
2828

2929
<a href="#full-vs-slim"><img src="assets/tags/slim-install.svg" alt="slim install"></a>
30-
<a href="https://github.com/rohitg00/skillkit/releases/latest"><img src="assets/tags/v1.23.0.svg" alt="v1.23.0"></a>
30+
<a href="https://github.com/rohitg00/skillkit/releases/latest"><img src="assets/tags/v1.24.0.svg" alt="v1.24.0"></a>
3131
<img src="assets/tags/new.svg" alt="new">
3232
<img src="assets/tags/one-skill.svg" alt="one skill">
3333
<img src="assets/tags/every-agent.svg" alt="every agent">
@@ -67,7 +67,7 @@ You rewrite the same skill for each agent. Or you lock in to one.
6767

6868
## The fix
6969

70-
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 45 agents at once.
70+
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.
7171

7272
```bash
7373
npx skillkit add anthropics/skills

apps/skillkit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SkillKit
22

3-
Universal skills manager for AI coding agents. Install, manage, and sync skills across 45 AI agents including Claude Code, Cursor, Codex, Gemini CLI, and more.
3+
Universal skills manager for AI coding agents. Install, manage, and sync skills across 46 AI agents including Claude Code, Cursor, Codex, Gemini CLI, and more.
44

55
## Installation
66

@@ -188,9 +188,9 @@ skillkit memory compress
188188
skillkit memory export auth-insight --output auth-skill.md
189189
```
190190

191-
## Supported Agents (45)
191+
## Supported Agents (46)
192192

193-
**Primary (18):** Claude Code, Cursor, Codex, Gemini CLI, Windsurf, GitHub Copilot, OpenCode, Antigravity, Amp, Clawdbot, OpenClaw, Droid, Goose, Kilo, Kiro, Roo, Trae, Universal
193+
**Primary (19):** Claude Code, Cursor, Codex, Gemini CLI, Windsurf, GitHub Copilot, OpenCode, Antigravity, Amp, Clawdbot, OpenClaw, Droid, Goose, Hermes Agent, Kilo, Kiro, Roo, Trae, Universal
194194

195195
**Extended (27):** Aider, Amazon Q, Augment Code, Bolt, Cline, CodeBuddy, CodeGPT, CommandCode, Continue, Crush, Devin, Factory, Lovable, MCPJam, Mux, Neovate, OpenHands, Pi, PlayCode Agent, Qoder, Qwen, Replit Agent, Sourcegraph Cody, Tabby, Tabnine, Vercel, Zencoder
196196

apps/skillkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillkit",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"description": "Supercharge AI coding agents with portable skills. Install, translate, and share skills across Claude Code, Cursor, Codex, Copilot & 41 more",
55
"type": "module",
66
"bin": {

assets/tags/agents.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

docs/fumadocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillkit-docs",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

docs/fumadocs/src/components/Documentation.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ const sections: DocSection[] = [
4444
content: (
4545
<div className="space-y-4">
4646
<p className="text-zinc-300">
47-
SkillKit is a universal command-line interface (CLI) and programmatic toolkit for managing AI agent skills across 45 AI coding platforms. It solves the fragmentation problem where each AI agent uses different skill formats and directory structures.
47+
SkillKit is a universal command-line interface (CLI) and programmatic toolkit for managing AI agent skills across 46 AI coding platforms. It solves the fragmentation problem where each AI agent uses different skill formats and directory structures.
4848
</p>
4949
<h3 className="text-lg font-semibold text-white mt-6">Core Capabilities</h3>
5050
<ul className="list-disc list-inside space-y-2 text-zinc-400">
5151
<li><span className="text-white">Skill Discovery</span> - Browse 400K+ skills from registries with AI-powered recommendations</li>
52-
<li><span className="text-white">Cross-Agent Translation</span> - Automatically convert skills between 45 agent-specific formats</li>
52+
<li><span className="text-white">Cross-Agent Translation</span> - Automatically convert skills between 46 agent-specific formats</li>
5353
<li><span className="text-white">Team Collaboration</span> - Share skills via .skills manifest files and publish to marketplace</li>
5454
</ul>
5555
</div>
@@ -130,7 +130,7 @@ skillkit install anthropics/skills`}</CodeBlock>
130130
<ul className="list-disc list-inside space-y-2 text-zinc-400">
131131
<li><span className="text-white">UI Tier</span> - CLI commands, Terminal UI (OpenTUI-based), and documentation website</li>
132132
<li><span className="text-white">Core Logic Tier</span> - @skillkit/core for business logic; @skillkit/agents for adapter implementations</li>
133-
<li><span className="text-white">Integration Tier</span> - File systems, Git repositories, marketplace APIs, and 45 AI agents</li>
133+
<li><span className="text-white">Integration Tier</span> - File systems, Git repositories, marketplace APIs, and 46 AI agents</li>
134134
</ul>
135135

136136
<h3 className="text-lg font-semibold text-white mt-6">Monorepo Structure</h3>
@@ -158,7 +158,7 @@ skillkit install anthropics/skills`}</CodeBlock>
158158
content: (
159159
<div className="space-y-4">
160160
<p className="text-zinc-300">
161-
SkillKit supports 45 AI coding agents with automatic format translation:
161+
SkillKit supports 46 AI coding agents with automatic format translation:
162162
</p>
163163

164164
<Table

docs/fumadocs/src/components/Features.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface Feature {
99
const FEATURES: Feature[] = [
1010
{
1111
title: 'Multi-Agent',
12-
description: 'Deploy to 45 AI coding agents with one command.',
12+
description: 'Deploy to 46 AI coding agents with one command.',
1313
icon: (
1414
<svg className="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
1515
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" />
@@ -64,7 +64,7 @@ const FEATURES: Feature[] = [
6464
];
6565

6666
const COMPARISONS = [
67-
['Agents', '1', '45'],
67+
['Agents', '1', '46'],
6868
['Translation', 'Manual', 'Auto'],
6969
['Sharing', 'Copy/paste', '.skills manifest'],
7070
['Discovery', 'Forums', 'CLI + AI'],
@@ -83,7 +83,7 @@ export function Features(): React.ReactElement {
8383
</p>
8484
<div className="flex gap-6 sm:gap-8">
8585
<div>
86-
<div className="text-2xl sm:text-3xl font-bold text-white font-mono">45</div>
86+
<div className="text-2xl sm:text-3xl font-bold text-white font-mono">46</div>
8787
<div className="text-zinc-600 text-[10px] sm:text-xs font-mono">Agents</div>
8888
</div>
8989
<div>

docs/img/banner.svg

Lines changed: 47 additions & 35 deletions
Loading

docs/skillkit/components/AdvancedFeatures.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ const ADVANCED_FEATURES: AdvancedFeature[] = [
6969
id: 'primer',
7070
title: 'Primer',
7171
subtitle: 'Zero-Config AI Instructions',
72-
description: 'Automatically generate CLAUDE.md, .cursorrules, and agent instructions by analyzing your codebase. Detects your tech stack, coding patterns, and project structure—then creates optimized instructions for all 45 agents.',
73-
highlight: 'Auto-generates instructions for 45 agents',
72+
description: 'Automatically generate CLAUDE.md, .cursorrules, and agent instructions by analyzing your codebase. Detects your tech stack, coding patterns, and project structure—then creates optimized instructions for all 46 agents.',
73+
highlight: 'Auto-generates instructions for 46 agents',
7474
icon: (
7575
<svg className="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
7676
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" />
7777
</svg>
7878
),
7979
commands: [
8080
{ cmd: 'primer', desc: 'Analyze & generate for detected agents' },
81-
{ cmd: 'primer --all-agents', desc: 'Generate for all 45 agents' },
81+
{ cmd: 'primer --all-agents', desc: 'Generate for all 46 agents' },
8282
{ cmd: 'primer --analyze-only', desc: 'Preview codebase analysis' },
8383
{ cmd: 'primer --json', desc: 'Machine-readable output' },
8484
],

0 commit comments

Comments
 (0)