agent-creator

Installation
SKILL.md

It does not create the skills an agent references -- for that, use skill-creator; agent-creator only wires the agent frontmatter and workflow around skills that already exist or are created alongside it.

Agent Creator

Agent Workflow (MANDATORY)

Before ANY agent creation, delegate via Agent — spawn 2 agents in parallel (single message, 2 Agent calls). Generated agents carry Agent and SendMessage in their tools, so this same pattern is what they must use internally too:

  1. fuse-ai-pilot:explore-codebase - Check existing agents, analyze patterns
  2. fuse-ai-pilot:research-expert - Fetch latest agent conventions

mcp__context7__query-docs is a direct MCP call, not a spawned agent — invoke it directly (alongside the 2 Task calls) to get examples from existing agents.

After creation, run fuse-ai-pilot:sniper for validation.

Installs
53
GitHub Stars
27
First Seen
Feb 10, 2026
agent-creator — fusengine/agents