From 45315b884d76163fe4343efaba02cddb651a7134 Mon Sep 17 00:00:00 2001
From: liyin2015
Date: Sun, 1 Feb 2026 17:51:51 -0800
Subject: [PATCH] docs: add AdaL installation instructions
---
README.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 97dc35b..19ca136 100644
--- a/README.md
+++ b/README.md
@@ -8,18 +8,24 @@ This skill fixes that. When Claude Code discovers something non-obvious (a debug
### Step 1: Clone the skill
-**User-level (recommended)**
+**Claude Code (User-level, recommended)**
```bash
git clone https://github.com/blader/Claudeception.git ~/.claude/skills/claudeception
```
-**Project-level**
+**Claude Code (Project-level)**
```bash
git clone https://github.com/blader/Claudeception.git .claude/skills/claudeception
```
+**AdaL**
+
+```bash
+git clone https://github.com/blader/Claudeception.git ~/.adal/skills/claudeception
+```
+
### Step 2: Set up the activation hook (recommended)
The skill can activate via semantic matching, but a hook ensures it evaluates every session for extractable knowledge.