← ClaudeAtlas

agent-creatorlisted

Create agents that pass agent-review's six gates by construction — role capture, distinct-from-skill check, tool allowlist minimization, draft against gates, dogfood self-review. Use when authoring a new agent, refactoring an existing one, or promoting a Mall agent into the heir's brain.
fabioc-aloha/Alex_ACT_Edition · ★ 0 · AI & Automation · score 73
Install: claude install-skill fabioc-aloha/Alex_ACT_Edition
<!-- intentional divergence from Supervisor: Edition replaces Supervisor-specific phrasing ("Mall agent into Supervisor or Edition", "Supervisor agents folder") with heir-portable phrasing ("into the heir's brain", "the agents folder"). Same six gates, same workflow. Audited 2026-05-31. --> # Agent Creator Author agents that pass [`agent-review`](../agent-review/SKILL.md)'s five gates plus Gate 6 (Tool Allowlist Minimality) by construction. Agents are subordinate execution contexts — sub-processes the parent delegates to. Every tool granted is an attack/error surface. Mirrors [`skill-creator`](../skill-creator/SKILL.md)'s seven-phase structure with agent-specific guidance. If a phase here disagrees with skill-creator on the shared scaffold, skill-creator wins; this file owns only the per-type guidance. ## When to Use - Authoring a new agent in `.github/agents/` - Refactoring an existing agent (role tighten, allowlist trim, boundary clarification) - Promoting a Mall agent into your heir's brain ## When **not** to use - The work can be done by the parent invoking a skill directly → author a skill instead - The work has no parallelism need, no context-isolation need, no tighter-allowlist need → no delegation justified - Authoring a slash-command workflow → use [prompt-creator](../prompt-creator/SKILL.md) - Authoring an always-on rule → use [instruction-creator](../instruction-creator/SKILL.md) ## The Seven Phases Each phase inverts one of the five (or six) gates. Author