From 73ed4245cd26cfb8d56d7ce0a7c1b53b538de9a3 Mon Sep 17 00:00:00 2001 From: Abdelrahman Sayed Soliman Mohamed <58190534+Abdulrahmansoliman@users.noreply.github.com> Date: Wed, 25 Feb 2026 06:56:56 -0800 Subject: [PATCH] docs: add AdaL CLI instructions Added instructions for AdaL CLI to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 33ffaba2..319e47bf 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ npx antigravity-awesome-skills --kiro # OpenCode npx antigravity-awesome-skills --path .agents/skills +# AdaL CLI +npx antigravity-awesome-skills --path .adal/skills + # Workspace-specific (e.g. .agent/skills for Antigravity workspace) npx antigravity-awesome-skills --path ~/.agent/skills @@ -211,6 +214,9 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skil # OpenCode git clone https://github.com/sickn33/antigravity-awesome-skills.git .agents/skills + +# AdaL CLI specific +git clone https://github.com/sickn33/antigravity-awesome-skills.git .adal/skills ``` ### Option C: Kiro IDE Import (GUI)