Skip to content

Commit ada55ec

Browse files
beautyfreeclaude
andcommitted
feat(agents): add 28 agents from vercel-labs/skills + project_skills_dir
- Add 28 new agent TOMLs (amp, augment, bob, command-code, continue, cortex, crush, deepagents, firebender, goose, junie, iflow-cli, kilo, kimi-cli, kode, mcpjam, mistral-vibe, mux, openhands, pi, qwen-code, replit, roo, trae-cn, zencoder, neovate, pochi, adal) with detect paths, CLI commands, and install docs URLs — matching the mapping in vercel-labs/skills. - Introduce AgentConfig.project_skills_dir so every agent knows where it reads skills inside a repo ('.agents/skills' for universal agents, own dir otherwise). Backfills for existing agents. - Wire @lobehub/icons for 11 newly supported agents (amp, goose, junie, kilo, kimi, mistral, openhands, qwen, replit, roo, zencoder) and drop SVG/PNG fallbacks for 10 more (augment, firebender, continue, mcpjam, neovate, pi, deepagents, pochi, crush, command-code) pulled from the projects' own repos or press kits. - registry.ts parses project_skills_dir from TOML. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d003974 commit ada55ec

57 files changed

Lines changed: 360 additions & 1 deletion

Some content is hidden

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

agents/adal.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
slug = "adal"
2+
name = "AdaL"
3+
enabled = true
4+
project_skills_dir = ".adal/skills"
5+
global_paths = ["~/.adal/skills"]
6+
skill_format = "skill-md"
7+
detect_paths = ["~/.adal"]

agents/amp.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
slug = "amp"
2+
name = "Amp"
3+
enabled = true
4+
project_skills_dir = ".agents/skills"
5+
global_paths = ["~/.config/agents/skills"]
6+
skill_format = "skill-md"
7+
cli_command = "amp"
8+
install_command = "npm install -g @sourcegraph/amp"
9+
install_docs_url = "https://ampcode.com/manual"
10+
detect_paths = ["~/.config/amp"]

agents/antigravity.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
slug = "antigravity"
22
name = "Antigravity"
33
enabled = true
4+
project_skills_dir = ".agents/skills"
45
global_paths = ["~/.gemini/antigravity/skills"]
56
skill_format = "skill-md"
67
cli_command = "antigravity"

agents/augment.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
slug = "augment"
2+
name = "Augment"
3+
enabled = true
4+
project_skills_dir = ".augment/skills"
5+
global_paths = ["~/.augment/skills"]
6+
skill_format = "skill-md"
7+
cli_command = "augment"
8+
install_command = "curl -fsSL https://install.augmentcode.com | bash"
9+
install_docs_url = "https://docs.augmentcode.com"
10+
detect_paths = ["~/.augment"]

agents/bob.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
slug = "bob"
2+
name = "IBM Bob"
3+
enabled = true
4+
project_skills_dir = ".bob/skills"
5+
global_paths = ["~/.bob/skills"]
6+
skill_format = "skill-md"
7+
detect_paths = ["~/.bob"]

agents/claude-code.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
slug = "claude-code"
22
name = "Claude Code"
33
enabled = true
4+
project_skills_dir = ".claude/skills"
45
global_paths = ["~/.claude/skills"]
56
skill_format = "skill-md"
67
cli_command = "claude"

agents/cline.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
slug = "cline"
22
name = "Cline"
33
enabled = true
4+
project_skills_dir = ".agents/skills"
45
global_paths = ["~/.cline/skills"]
56
skill_format = "skill-md"
67
cli_command = "cline"

agents/codebuddy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
slug = "codebuddy"
22
name = "CodeBuddy"
33
enabled = true
4+
project_skills_dir = ".codebuddy/skills"
45
global_paths = ["~/.codebuddy/skills"]
56
skill_format = "skill-md"
67
cli_command = "codebuddy"

agents/codex.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
slug = "codex"
22
name = "Codex"
33
enabled = true
4+
project_skills_dir = ".agents/skills"
45
global_paths = ["~/.codex/skills"]
56
skill_format = "skill-md"
67
cli_command = "codex"

agents/command-code.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
slug = "command-code"
2+
name = "Command Code"
3+
enabled = true
4+
project_skills_dir = ".commandcode/skills"
5+
global_paths = ["~/.commandcode/skills"]
6+
skill_format = "skill-md"
7+
detect_paths = ["~/.commandcode"]

0 commit comments

Comments
 (0)