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:

  1. Building a new agent — pick the modules your agent needs, read the matching reference, start from the matching template.
  2. Debugging an existing agent — find the failure mode in a reference's Pitfalls section and apply the documented guard.

Agent anatomy

Installs
5
GitHub Stars
1
First Seen
12 days ago
agent-creator — alfredzhang98/agent-creator-skill