learn-claude-code — Summary
learn-claude-code by shareAI-lab is the most comprehensive harness-engineering curriculum in this batch: 62,800 stars, 23 contributors, trilingual (English, Chinese, Japanese), 20 structured lessons covering the complete arc from basic agent loops to autonomous teams, MCP plugins, and worktree isolation. Each lesson (s01–s20) contains a README in 3 languages plus working Python code demonstrating the concept. Topics include: agent loop, tool use, permissions, hooks, TodoWrite, subagents, skill loading, context compaction, memory, system prompts, error recovery, task systems, background tasks, cron scheduling, agent teams, team protocols, autonomous agents, worktree isolation, MCP plugins, and a comprehensive final project. The repo ships 4 community skills in .skills/ (agent-builder, code-review, mcp-builder, pdf), a Next.js web companion (web/), and tests (tests/). The README opens with a philosophical declaration that "agency comes from the model, not from external code orchestration."
Differs from seeds: Unlike any seed, this is an educational harness engineering curriculum — not a deployable framework. The closest structural parallel is superpowers (teaching what Claude Code can do) but learn-claude-code teaches implementation-level harness engineering (how to build the vehicle, not how to use it). The philosophical framing ("agency is trained, not coded; harness engineers build the vehicle") is the most intellectually rigorous anti-pattern argument in the corpus, directly refuting "drag-and-drop workflow builders" and "no-code AI Agent platforms."