Skip to content

Commit 474e939

Browse files
mariuspruvotclaude
andcommitted
docs: refresh skills tables and drop stale "Optional Files" section
Audit revealed three stale sections — only the obvious ones, not cosmetic drift: - CLAUDE.md + README.md: skills tables listed only `challenge-me` but skills/ now contains 5 skills (challenge-me, eli5, hot-seat, pair-debug, test-me). Expanded both tables. - docs/creating-skills.md: "Optional Files" section documented examples/, scoring.md, context.md conventions that no skill actually uses (grep/find: zero hits). Removed the section — can re-add when a skill actually needs the convention. All file paths, symbol refs, env vars, make targets, and module claims in the other docs verified clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6331162 commit 474e939

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ Skills are pluggable Claude Code agent definitions in `skills/`. See `skills/SKI
6868

6969
| Skill | Purpose | PR fetch strategy |
7070
|-------|---------|-------------------|
71-
| `challenge-me` | Socratic quiz on PR changes | Shallow clone |
71+
| `challenge-me` | Socratic comprehension quiz on PR changes | `shallow_clone` |
72+
| `eli5` | Explain Like I'm 5 — vulgarize your own code | `shallow_clone` |
73+
| `hot-seat` | Architecture Hot Seat — defend design choices under pressure | `shallow_clone` |
74+
| `pair-debug` | Find the subtle bug Claude injected into your code | `shallow_clone` |
75+
| `test-me` | Predict whether test cases pass or fail on your code | `shallow_clone` |
7276

7377
## Code Style
7478

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Skills are pluggable Claude Code agent definitions. Each skill is a self-contain
5858
| Skill | Description | Duration |
5959
|-------|-------------|----------|
6060
| **[challenge-me](skills/challenge-me/)** | Socratic comprehension quiz -- probes whether the PR author truly understands their own changes. Generates 3-5 targeted questions, evaluates answers, and produces a score card. | 5-10 min |
61+
| **[eli5](skills/eli5/)** | Explain Like I'm 5 -- can you vulgarize your own code? | 5-8 min |
62+
| **[hot-seat](skills/hot-seat/)** | Architecture Hot Seat -- defend your design choices under pressure. | 5-10 min |
63+
| **[pair-debug](skills/pair-debug/)** | Pair Debug -- find the subtle bug Claude injected into your code. | 5-12 min |
64+
| **[test-me](skills/test-me/)** | Test Me -- predict whether test cases pass or fail on your code. | 5-8 min |
6165

6266
Want to create your own? See [Creating Skills](docs/creating-skills.md).
6367

docs/creating-skills.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -228,20 +228,6 @@ Or test via the full helPRs stack:
228228

229229
---
230230

231-
## Optional Files
232-
233-
Skills can include additional files referenced from `CLAUDE.md`:
234-
235-
| File | Purpose |
236-
|------|---------|
237-
| `examples/` | Example inputs/outputs for testing |
238-
| `scoring.md` | Detailed scoring rubric |
239-
| `context.md` | Additional domain context |
240-
241-
These must be explicitly referenced in `CLAUDE.md` -- Claude Code will not discover them automatically.
242-
243-
---
244-
245231
## Output Conventions
246232

247233
For `sse_stream` skills, the frontend parses known patterns from the streamed output:

0 commit comments

Comments
 (0)