Commit 1fd10ad
Refactor Claude skills for better delegation and reduced verbosity
This refactor addresses issues where skills that should invoke other
skills often skip those invocations. Key changes:
**Stronger delegation patterns:**
- Add "Skill Dependencies (MANDATORY)" tables at top of skills
- Use explicit ">>> STOP. INVOKE /skill NOW." checkpoint blocks
- Replace passive "Use Skill tool with..." language with imperative commands
**Reduced verbosity:**
- run-tutorial: 408 → 214 lines (-48%)
- validate: 249 → 194 lines (-22%)
- Extract detailed content to reference files
**New reference files:**
- run-tutorial/references/acceptable-differences.md: What to flag vs ignore
- run-tutorial/references/pr-workflow.md: PR creation workflow
- shared/repo-conventions.md: Directory mapping used by multiple skills
All critical assertions and checks are preserved, either inline or in
reference files. Writing style checks from PR #774 are maintained.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ae49408 commit 1fd10ad
File tree
7 files changed
+312
-370
lines changed- .claude/skills
- find-todos
- run-tutorial
- references
- test-example
- validate
7 files changed
+312
-370
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 10 | + | |
19 | 11 | | |
20 | 12 | | |
21 | 13 | | |
| |||
0 commit comments