agent-creator
Installation
SKILL.md
Agent Creator
Overview
This skill packages the architecture of production LLM agents into reusable
modules. It was built by systematically reverse-engineering working agent
codebases (see case-studies/) and extracting, for every subsystem: the
mechanisms, the design decisions with their tradeoffs, the exact constants
used in production, a generic reusable code pattern, and the pitfalls the
design guards against.
Use it in two directions:
- Building a new agent — pick the modules your agent needs, read the matching reference, start from the matching template.
- Debugging an existing agent — find the failure mode in a reference's Pitfalls section and apply the documented guard.