fix: correct AdaL CLI information
Fix several inaccuracies in AdaL entry: - Type: Agent → CLI (AdaL is a CLI tool like Claude Code) - Badge: HumanSignal/Adala → SylphAI (correct company) - Description: Self-evolving AI Agent → Self-evolving Coding Agent - Invocation: Auto (skills load on-demand when relevant) - Path: .agent/skills/ → .adal/skills/ AdaL CLI is fully compatible with Claude Code skills and uses the same slash command pattern for skill invocation. Ref: https://docs.sylph.ai/docs/features/plugins-and-skills Co-Authored-By: AdaL <adal@sylph.ai>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
[](https://github.com/features/copilot)
|
||||
[](https://github.com/opencode-ai/opencode)
|
||||
[](https://github.com/sickn33/antigravity-awesome-skills)
|
||||
[](https://github.com/HumanSignal/Adala)
|
||||
[](https://sylph.ai/)
|
||||
|
||||
**Antigravity Awesome Skills** is a curated, battle-tested library of **626 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants:
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- 🩵 **GitHub Copilot** (VSCode Extension)
|
||||
- 🟠 **Cursor** (AI-native IDE)
|
||||
- ⚪ **OpenCode** (Open-source CLI)
|
||||
- 🌸 **AdaL** (Self-evolving AI Agent)
|
||||
- 🌸 **AdaL CLI** (Self-evolving Coding Agent)
|
||||
|
||||
This repository provides essential skills to transform your AI assistant into a **full-stack digital agency**, including official capabilities from **Anthropic**, **OpenAI**, **Google**, **Supabase**, and **Vercel Labs**.
|
||||
|
||||
@@ -95,7 +95,7 @@ These skills follow the universal **SKILL.md** format and work with any AI codin
|
||||
| **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` |
|
||||
| **Copilot** | Ext | `(Paste content manually)` | N/A |
|
||||
| **OpenCode** | CLI | `opencode run @skill-name` | `.agent/skills/` |
|
||||
| **AdaL** | Agent | `(Agent Mode) Use skill...` | `.agent/skills/` |
|
||||
| **AdaL CLI** | CLI | `(Auto) Skills load on-demand` | `.adal/skills/` |
|
||||
|
||||
> [!TIP]
|
||||
> **Universal Path**: We recommend cloning to `.agent/skills/`. Most modern tools (Antigravity, recent CLIs) look here by default.
|
||||
|
||||
Reference in New Issue
Block a user