From c994ede99fbc06678cd675e05bb6dc1a64c04dae Mon Sep 17 00:00:00 2001 From: Liam Steiner Date: Tue, 14 Jul 2026 06:03:07 +0300 Subject: [PATCH] docs(agents): document 3 undocumented live skills (LIA-391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds AGENTS.md skill-table rows for learn-procedure, quiz-me, and improve-codebase-architecture — all three exist and work but were missing from the onboarding table. Descriptions sourced verbatim from each skill's own SKILL.md frontmatter to avoid paraphrase drift. A 4th undocumented skill (add-guardrails) surfaced during review but is deliberately out of scope here per user direction — skill-inventory relevancy triage (deciding what's worth documenting vs. deprioritizing for infrequently-used config skills) is lower priority than the wider V2 cleanup pass. Co-Authored-By: Claude Sonnet 5 --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e4dbefc7..6ad4dbff 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -185,6 +185,8 @@ renaming a repo-owned skill, update this table in the same change. | `/grill-with-docs` | Grill a plan and capture decisions as ADRs + glossary as you go | | `/grilling` | The relentless plan/design interview engine (used by `/grill-me` and `/grill-with-docs`) | | `/handoff` | Write a structured handoff document so the next agent starts with context | +| `/improve-codebase-architecture` | Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick | +| `/learn-procedure` | Capture a repeatable task procedure from just-completed work as a durable, queryable memory node so the steps are recalled automatically next time | | `/learn-this` | Teach a topic and persist it as queryable vault memory, grounded in NotebookLM (vault-native companion to `/teach`) | | `/linear-slice` | Decompose a plan into dependency-ordered Linear issues (tracer-bullet slices) and release them into the dispatch pipeline | | `/onboard` | Onboard the current project into Deus code intelligence (codegraph + code_search indexing) | @@ -192,6 +194,7 @@ renaming a repo-owned skill, update this table in the same change. | `/preserve` | Save durable memories from the current conversation | | `/project-settings` | View or modify external project memory settings | | `/prototype` | Build a throwaway prototype to validate a state model or UI direction | +| `/quiz-me` | Use right after writing or editing code to quiz the user on what was just built and confirm they understand it | | `/resolving-merge-conflicts` | Disciplined resolution of an in-progress git merge/rebase conflict | | `/resume` | Load recent work and memory context | | `/review-logs` | Review Deus system health logs |