@empjs/skill 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@ Unified CLI tool for managing AI agent skills across Claude Code, Cursor, Windsu
5
5
  ## Features
6
6
 
7
7
  - ✅ **Unified Storage**: All skills stored in `~/.emp-agent/skills/`
8
- - ✅ **Multi-Agent Support**: Auto-detect and link to Claude Code, Cursor, Windsurf, Cline, Gemini, Copilot
8
+ - ✅ **Multi-Agent Support**: Auto-detect and link to 18+ agents (AMP, Claude, Cursor, Windsurf, Cline, Gemini, etc.)
9
9
  - ✅ **Symlink Distribution**: Skills symlinked to each AI agent's directory
10
10
  - ✅ **Dev Mode**: Local development with instant updates
11
11
  - ✅ **NPM Integration**: Install from public NPM registry or Git URL
@@ -72,12 +72,23 @@ eskill list
72
72
 
73
73
  The CLI automatically detects and links to:
74
74
 
75
+ - **AMP** - `~/.config/agents/skills/`
76
+ - **Antigravity** - `~/.gemini/antigravity/skills/`
75
77
  - **Claude Code** - `~/.claude/skills/`
76
- - **Cursor** - `~/.cursor/skills/`
77
- - **Windsurf** - `~/.windsurf/skills/`
78
+ - **ClawdBot** - `~/.openclaw/skills/` or `~/.clawdbot/skills/`
78
79
  - **Cline** - `~/.cline/skills/`
79
- - **Gemini Code** - `~/.gemini/skills/`
80
+ - **Codex** - `~/.codex/skills/`
81
+ - **Cursor** - `~/.cursor/skills/`
82
+ - **Droid** - `~/.factory/skills/`
83
+ - **Gemini** - `~/.gemini/skills/`
80
84
  - **GitHub Copilot** - `~/.copilot/skills/`
85
+ - **Goose** - `~/.config/goose/skills/`
86
+ - **Kilo Code** - `~/.kilocode/skills/`
87
+ - **Kiro CLI** - `~/.kiro/skills/`
88
+ - **OpenCode** - `~/.config/opencode/skills/`
89
+ - **Roo Code** - `~/.roo/skills/`
90
+ - **Trae** - `~/.trae/skills/`
91
+ - **Windsurf** - `~/.windsurf/skills/` or `~/.codeium/windsurf/skills/`
81
92
 
82
93
  ## Directory Structure
83
94
 
@@ -223,7 +234,10 @@ sudo chown -R $(whoami) /usr/local/lib/node_modules
223
234
  If you see "No AI agents detected", ensure you have at least one of the supported agents installed:
224
235
 
225
236
  ```bash
226
- # Check if directories exist
237
+ # Check supported agents
238
+ eskill agents
239
+
240
+ # Example directories
227
241
  ls ~/.claude/skills # Claude Code
228
242
  ls ~/.cursor/skills # Cursor
229
243
  ls ~/.windsurf/skills # Windsurf