From 129949ddf09f50d67829e8affee8904564fa0487 Mon Sep 17 00:00:00 2001 From: liyin2015 Date: Tue, 3 Feb 2026 10:27:27 -0800 Subject: [PATCH] fix: correct AdaL CLI information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1465fe2..9aa49a0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Copilot](https://img.shields.io/badge/GitHub%20Copilot-VSCode-lightblue)](https://github.com/features/copilot) [![OpenCode](https://img.shields.io/badge/OpenCode-CLI-gray)](https://github.com/opencode-ai/opencode) [![Antigravity](https://img.shields.io/badge/Antigravity-DeepMind-red)](https://github.com/sickn33/antigravity-awesome-skills) -[![AdaL](https://img.shields.io/badge/AdaL-Self--evolving%20Agent-pink)](https://github.com/HumanSignal/Adala) +[![AdaL CLI](https://img.shields.io/badge/AdaL%20CLI-SylphAI-pink)](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.