claude-code-playbook (toy-crane) — Summary
claude-code-playbook by toy-crane is a Korean-language Claude Code lecture site built with Next.js/Fumadocs (MDX) that doubles as a Claude Code plugin providing QA and migration skills for students. The project is primarily an educational content site (content/docs/ MDX) rather than a framework for general use; the plugin is a lightweight learning aid shipped alongside the docs site. It ships three specialized .claude/agents/: fact-check-reviewer (Opus model), style-reviewer (Sonnet), and korean-reviewer (Sonnet), each reading CLAUDE.md rules and returning table-formatted reports without making any edits. The CLAUDE.md enforces TDD for logic changes and portless proxy-based branch URLs for live preview; three worktree-lifecycle hooks (WorktreeCreate, WorktreeRemove, PreToolUse:Edit|Write) guard branch isolation. Two skills are published via a .claude-plugin/ manifest: /qna (lecture Q&A) and /migrate-to-copilot (bulk migration of Claude Code primitives to Copilot CLI format).
Differs from seeds: Closest to agent-os (Archetype 4 — markdown-scaffold + small command surface), but toy-crane adds a live web deployment, a publishing plugin manifest, and subagents with role-differentiated model selection (Opus for fact-checking, Sonnet for style/language). Unlike superpowers, which is a general-purpose skills framework, toy-crane's plugin exists purely to support students of a specific Korean lecture series and is tightly coupled to the site's MDX content structure.