Module 10: Coding Agents¶
Category: Intermediate — Module 10 (3 of 7 in this category)
(Placeholder module — a short overview for now; full lesson content is coming soon.)
How coding-specific agents (like Claude Code) get extended and customized beyond their built-in behavior.
Topics this module will cover: - Slash Commands - Skills - AGENTS.md - Subagents - Hooks - MCP - Plugins
Tutorial Progress¶
graph LR
A[8: Prompt Engineering] --> B[9: Context Engineering]
B --> C[10: Coding Agents]
C --> D[11: Harness Engineering]
D --> E[12: Security]
E --> F[13: Loop Engineering]
F --> G[14: Personal Agents]
style A fill:#90EE90
style B fill:#90EE90
style C fill:#FFFF00
Previous Module: Module 9: Context Engineering Next Module: Module 11: Harness Engineering