claude-code-ultimate-guide/examples/skills
Florian BRUNIAUX 4a0a0bf30e docs: complete factual audit pass 2 — 90+ corrections
Second 10-agent parallel audit covering all remaining sections:
ultimate-guide.md (ch1-ch11), workflows/ (17 files), quiz/ (12 files),
examples/agents+skills+commands. Source of truth: official Anthropic docs.

Key corrections:

Hook system (+8 missing events):
- Complete 17-event list: PermissionRequest, PostToolUseFailure, SubagentStart,
  TeammateIdle, TaskCompleted, WorktreeCreate, WorktreeRemove, SessionEnd
- SessionStart confirmed valid (previous audit wrongly doubted it)
- Hook output format: hookSpecificOutput.permissionDecision (not {"decision":"block"})
- Missing common input fields added: transcript_path, cwd, permission_mode

Agent YAML frontmatter (13 valid fields restored/added):
- Restored: disallowedTools, memory, background, isolation, skills, permissionMode, hooks
- Added new: maxTurns, mcpServers
- Fixed: tools format is comma-separated (not space-separated)

Plan Mode (12 occurrences fixed):
- Ctrl+G = "open plan in text editor" (NOT "enter plan mode")
- Plan Mode = Shift+Tab × 2 (Normal → acceptEdits → plan)

Commands table (10.1) + built-in commands (6.1):
- Added 18+ missing commands: /copy, /doctor, /hooks, /memory, /model,
  /config, /permissions, /remote-control, /rename, /resume, /sandbox, etc.

Workflow files:
- agent-teams.md: removed fake --experimental-agent-teams flag
- hooks.yaml + post_edit event → settings.json + PostToolUse (2 files)
- TodoWrite → TaskCreate/TaskUpdate (3 files)
- task-management.md: removed fake "failed" task status

Quiz / examples:
- 01-010: Esc stops mid-action (not Ctrl+C)
- refactoring-specialist.md: removed MultiEdit (not a valid tool)
- ast-grep-patterns.md: name field (not title)
- validate-changes.md, diagnose.md: field name fixes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 18:21:28 +01:00
..
audit-agents-skills feat: add agent/skill quality audit tooling + Grenier evaluation 2026-02-07 15:40:18 +01:00
ccboard feat(skills): publish 5 new skills to SkillHub 2026-02-15 21:10:09 +01:00
design-patterns docs(examples): add YAML frontmatter to 19 miscellaneous example files 2026-02-15 19:21:00 +01:00
guide-recap feat(skills): publish 5 new skills to SkillHub 2026-02-15 21:10:09 +01:00
landing-page-generator feat(skills): publish 5 new skills to SkillHub 2026-02-15 21:10:09 +01:00
release-notes-generator feat(skills): publish 5 new skills to SkillHub 2026-02-15 21:10:09 +01:00
rtk-optimizer docs: v3.27.1 — fact-check corrections, grepai docs, RTK overhaul 2026-02-15 18:41:45 +01:00
skill-creator feat: add session summary screenshot, skills, and GitHub templates 2026-02-15 20:55:16 +01:00
talk-pipeline docs: add Talk Preparation Pipeline workflow + skill templates 2026-02-20 15:51:29 +01:00
voice-refine docs(examples): add YAML frontmatter to 19 miscellaneous example files 2026-02-15 19:21:00 +01:00
ast-grep-patterns.md docs: complete factual audit pass 2 — 90+ corrections 2026-02-26 18:21:28 +01:00
pdf-generator.md release: v3.28.1 - Visual Diagrams Series (40 Mermaid diagrams) 2026-02-22 15:51:21 +01:00
security-checklist.md feat: add Learning Paths, examples, and project governance files 2026-01-10 14:25:22 +01:00
tdd-workflow.md feat: add Learning Paths, examples, and project governance files 2026-01-10 14:25:22 +01:00