claude-code-methodology
Installation
SKILL.md
Agent Development Methodology
Extracted from Claude Code
All patterns in this skill are derived from Claude Code. This is not theoretical — every pattern shown has been validated at scale in one of the most-used AI coding tools.
Detect Mode and Jump In
Identify which mode the user needs, then work through it directly:
| Mode | User Context | Action |
|---|---|---|
| Architecture | "I want to build an agent that..." / designing from scratch | Gather requirements → work through relevant dimensions → produce architecture design |
| Implementation | Specific question: "How do I design X?" / "What's the best approach for Y?" | Identify dimension → load reference file → apply pattern to their context |
| Review | Sharing existing code or design for critique | Read their work → evaluate each relevant dimension → structured review output |