Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Understand-Anything works across multiple AI coding platforms.
```


### One-line install (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Trae / Nanobot / Kiro)
### One-line install (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Trae / Nanobot / Kiro / AdaL)


**macOS / Linux:**
Expand All @@ -217,7 +217,7 @@ The installer clones the repo to `~/.understand-anything/repo` and creates the r

> **Note on invoking skills:** the invocation prefix differs per platform. Most platforms use slash commands (`/understand`), but **Codex uses `$` instead** — type `$understand`, not `/understand`. If neither prefix is recognized on your platform, just ask in plain language: *"Use the understand skill to analyze this project."*

- Supported `<platform>` values: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `trae`, `nanobot`, `kiro`
- Supported `<platform>` values: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `trae`, `nanobot`, `kiro`, `adal`
- Update later: `./install.sh --update`
- Uninstall: `./install.sh --uninstall <platform>`

Expand All @@ -239,6 +239,16 @@ For personal skills (available across all projects), run the `install.sh` above
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```

### AdaL CLI

```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s adal
```

After installation, the skills are symlinked into `~/.adal/skills/`. Restart your AdaL CLI session to pick up the skills.

For personal skills (available across all projects), run the `install.sh` above with the `adal` platform.

### Kiro CLI / IDE

```bash
Expand Down Expand Up @@ -272,6 +282,7 @@ For personal skills (available across all projects), run the `install.sh` above
| Trae | ✅ Supported | `install.sh trae` |
| Nanobot | ✅ Supported | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Supported | `install.sh kiro` |
| AdaL CLI | ✅ Supported | `install.sh adal` |


---
Expand Down
1 change: 1 addition & 0 deletions READMEs/README.es-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ Para habilidades personales (disponibles en todos los proyectos), ejecuta el `in
| KIMI CLI | ✅ Soportado | `install.sh kimi` |
| Nanobot | ✅ Soportado | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Soportado | `install.sh kiro` |
| AdaL CLI | ✅ Soportado | `install.sh adal` |

---

Expand Down
1 change: 1 addition & 0 deletions READMEs/README.ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/
| Trae | ✅ サポート | `install.sh trae` |
| Nanobot | ✅ サポート | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ サポート | `install.sh kiro` |
| AdaL CLI | ✅ サポート | `install.sh adal` |

---

Expand Down
1 change: 1 addition & 0 deletions READMEs/README.ko-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/
| KIMI CLI | ✅ 지원 | `install.sh kimi` |
| Nanobot | ✅ 지원 | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ 지원 | `install.sh kiro` |
| AdaL CLI | ✅ 지원 | `install.sh adal` |

---

Expand Down
1 change: 1 addition & 0 deletions READMEs/README.ru-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/
| KIMI CLI | ✅ Поддерживается | `install.sh kimi` |
| Nanobot | ✅ Поддерживается | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Поддерживается | `install.sh kiro` |
| AdaL CLI | ✅ Поддерживается | `install.sh adal` |

---

Expand Down
1 change: 1 addition & 0 deletions READMEs/README.tr-TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Tüm projelerde kullanmak için kişisel beceri olarak kurmak istersen yukarıda
| KIMI CLI | ✅ Destekleniyor | `install.sh kimi` |
| Nanobot | ✅ Destekleniyor | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Destekleniyor | `install.sh kiro` |
| AdaL CLI | ✅ Destekleniyor | `install.sh adal` |

---

Expand Down
1 change: 1 addition & 0 deletions READMEs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/
| KIMI CLI | ✅ 支持 | `install.sh kimi` |
| Nanobot | ✅ 支持 | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ 支持 | `install.sh kiro` |
| AdaL CLI | ✅ 支持 | `install.sh adal` |

---

Expand Down
1 change: 1 addition & 0 deletions READMEs/README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/
| KIMI CLI | ✅ 支援 | `install.sh kimi` |
| Nanobot | ✅ 支援 | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ 支援 | `install.sh kiro` |
| AdaL CLI | ✅ 支援 | `install.sh adal` |

---

Expand Down
4 changes: 4 additions & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ $Platforms = [ordered]@{
trae = @{ Target = (Join-Path $HOME '.trae\skills'); Style = 'per-skill' }
nanobot = @{ Target = (Join-Path $HOME '.nanobot\workspace\skills'); Style = 'per-skill' }
kiro = @{ Target = (Join-Path $HOME '.kiro\skills'); Style = 'per-skill' }
adal = @{ Target = (Join-Path $HOME '.adal\skills'); Style = 'per-skill' }
}

function Show-Usage {
Expand Down Expand Up @@ -245,6 +246,9 @@ function Cmd-Install([string]$Id) {
if ($Id -eq 'kiro') {
Write-Host "`n Usage: kiro-cli chat --agent understand `"Analyze this project`""
}
if ($Id -eq 'adal') {
Write-Host "`n Tip: AdaL uses /plugin commands — install with /plugin marketplace add Egonex-AI/Understand-Anything and /plugin install understand-anything, or use the install.ps1 above."
}
Comment on lines +249 to +251
}

function Cmd-Uninstall([string]$Id) {
Expand Down
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kimi|$HOME/.kimi/skills|folder
trae|$HOME/.trae/skills|per-skill
nanobot|$HOME/.nanobot/workspace/skills|per-skill
kiro|$HOME/.kiro/skills|per-skill
adal|$HOME/.adal/skills|per-skill
EOF
}

Expand Down Expand Up @@ -232,6 +233,9 @@ KIROEOF
if [[ "$id" == "kiro" ]]; then
printf '\n Usage: kiro-cli chat --agent understand "Analyze this project"\n'
fi
if [[ "$id" == "adal" ]]; then
printf '\n Tip: AdaL uses /plugin commands — install with /plugin marketplace add Egonex-AI/Understand-Anything and /plugin install understand-anything, or use the install.sh script above.\n'
fi
Comment on lines +236 to +238
}

cmd_uninstall() {
Expand Down