diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 19ab6a14..6d819dc3 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -95,14 +95,18 @@ Once installed, just talk to your AI naturally. ## ๐Ÿ”Œ Supported Tools -| Tool | Status | Path | -| :-------------- | :-------------- | :---------------- | -| **Claude Code** | โœ… Full Support | `.claude/skills/` | -| **Gemini CLI** | โœ… Full Support | `.gemini/skills/` | -| **Codex CLI** | โœ… Full Support | `.codex/skills/` | -| **Antigravity** | โœ… Native | `.agent/skills/` | -| **Cursor** | โœ… Native | `.cursor/skills/` | -| **Copilot** | โš ๏ธ Text Only | Manual copy-paste | +| Tool | Status | Path | +| :-------------- | :-------------- | :-------------------------------------------------------------------- | +| **Claude Code** | โœ… Full Support | `.claude/skills/` | +| **Gemini CLI** | โœ… Full Support | `.gemini/skills/` | +| **Codex CLI** | โœ… Full Support | `.codex/skills/` | +| **Kiro CLI** | โœ… Full Support | Global: `~/.kiro/skills/` ยท Workspace: `.kiro/skills/` | +| **Kiro IDE** | โœ… Full Support | Global: `~/.kiro/skills/` ยท Workspace: `.kiro/skills/` | +| **Antigravity** | โœ… Native | Global: `~/.gemini/antigravity/skills/` ยท Workspace: `.agent/skills/` | +| **Cursor** | โœ… Native | `.cursor/skills/` | +| **OpenCode** | โœ… Full Support | `.agents/skills/` | +| **AdaL CLI** | โœ… Full Support | `.adal/skills/` | +| **Copilot** | โš ๏ธ Text Only | Manual copy-paste | ---