agent-creator

Guides teams in scaffolding orchestrators, subagents, routing tables, and artifact plans for agent families.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/skurekjakub/docwriter-agent --skill agent-creator-skurekjakub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/skurekjakub/docwriter-agent/tree/main/.github/skills/agent-creator
Command: npx skills add https://github.com/skurekjakub/docwriter-agent --skill agent-creator-skurekjakub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams through building a complete agent family from scratch for a given repo and task, ensuring phase-gated delivery and auditable artifacts.

Core Features & Use Cases

  • End-to-end orchestration design that outputs orchestrator, subagents, skills, and routing tables.
  • Phase-by-phase checkpoints to confirm each deliverable before proceeding.
  • Generates plan artifacts under plans/<agent-name>/ for traceability and repeatability.

Quick Start

Initiate the guided workflow to scaffold an orchestrator, subagents, and plans, then review each phase at the checkpoint.

Frequently Asked Questions about agent-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a multi-agent system with orchestration and routing from scratch?

You can build a complete multi-agent system by using a guided workflow that scaffolds an orchestrator, subagents, skills, and routing tables for your specific repository and task.

What are artifact contracts in agent orchestration and when do I need them?

Artifact contracts are structured deliverables used for progress gating and traceability in agent orchestration. You need them when your workflow requires auditable artifacts and phase-by-phase checkpoint confirmations.

How do I add human-in-the-loop checkpoints to a subagent workflow?

You add human-in-the-loop checkpoints by applying a phase-gated delivery model to your subagent workflow, requiring review and confirmation of each generated deliverable before the next phase executes.

Can I use guided agent creation for an existing code repository?

Yes, guided agent creation applies directly to an existing code repository by analyzing the repo and task to output a tailored agent family with structured phase delivery.

What is the best way to ensure traceability when creating new subagents?

The best way to ensure traceability is to generate plan artifacts under a dedicated plans directory for each agent, creating auditable records of the orchestration design and routing tables.

Why use phase-gated delivery instead of a single-pass agent generation approach?

Phase-gated delivery prevents downstream errors by confirming each structured deliverable at a checkpoint before proceeding, whereas single-pass generation lacks artifact-based progress gating and auditable traceability.