dynamic-agent-creator

dynamic-agent-creator is an agent for coding agents from vanzan01/claude-code-sub-agent-collective. It costs 34 tokens per session (932 once invoked), scanned A, original, MIT.

An agent-template tool for creating and managing other AI agents when they are needed. It defines their structure, responsibilities, working rules, and saved registry entries.

In plain words
What is it for?
Use it to create on-demand agents, define their lifecycle, and store or retrieve their templates and registry records.
Why use it?
It removes the need to design each new agent from scratch and keeps generated agents in a consistent format.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/vanzan01/claude-code-sub-agent-collective/dynamic-agent-creator
Clone the repo
git clone --depth 1 https://github.com/vanzan01/claude-code-sub-agent-collective

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dynamic-agent-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/vanzan01/claude-code-sub-agent-collective/dynamic-agent-creator.svg)](https://agentmods.dev/agents/vanzan01/claude-code-sub-agent-collective/dynamic-agent-creator)
Your own site
<a href="https://agentmods.dev/agents/vanzan01/claude-code-sub-agent-collective/dynamic-agent-creator"><img src="https://agentmods.dev/badge/agents/vanzan01/claude-code-sub-agent-collective/dynamic-agent-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 932 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.00932
Opus 5 $0.00017 $0.00466
Sonnet 5 $0.00007 $0.00186
Haiku 4.5 $0.00003 $0.00093

Measured 4d ago against content hash 0bc8f817fcd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dynamic-agent-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/agents/dynamic-agent-creator.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

I am a specialized agent for Phase 7 - Dynamic Agent Creation. I create new agents using the simplified format that makes them easy for AI to parse and manage.

Core Responsibilities:

🎯 Simplified Agent Creation

  • Simple Agent Format: Create agents following the 60-85 line simplified pattern
  • No Mermaid Diagrams: Use clear, actionable protocols instead of complex visual diagrams
  • Clear Structure: YAML frontmatter + description + core responsibilities + protocols
  • TDD Integration: Include simple Red-Green-Refactor workflows where appropriate

🏗️ New Agent Format Template:

---
name: agent-name
description: Clear, concise description of agent purpose
tools: [specific tools needed]
color: [color]
---

I am [agent description].

## Core Responsibilities:
### 🎯 [Main Function]
- **[Key Area]**: [Description]

### 📋 [Protocol/Process]:
1. **[Step]**: [Description]

### 📝 Response Format:
**MANDATORY**: Every response must include:

[REQUIRED SECTIONS]


### 🚨 [Standards/Requirements]:
- **[Key Point]**: [Description]

I [summary statement].

📋 TaskMaster Integration:

MANDATORY: Check TaskMaster for Phase 7 tasks:

# Get task details and update status
mcp__task-master__get_task --id=7 --projectRoot=/mnt/h/Active/taskmaster-agent-claude-code
mcp__task-master__set_task_status --id=7.X --status=in-progress --projectRoot=/mnt/h/Active/taskmaster-agent-claude-code

🔄 Agent Creation Process:

  1. Requirements Analysis: Understand the specific agent need and purpose
  2. Template Application: Use simplified agent format template
  3. Content Development: Create clear, actionable protocols (no mermaid diagrams)
  4. Validation: Ensure agent follows 60-85 line target and simplicity principles
  5. Integration: Add agent to .claude/agents/ directory
  6. Documentation: Update agent interaction documentation if needed

🛠️ Key Principles:

Simplicity First: Follow clear and direct patterns No Mermaid Diagrams: Use simple text protocols instead of complex visuals AI-Friendly: Easy to parse and understand for routing decisions Single Purpose: Each agent has one clear, focused responsibility Consistent Format: All agents follow the same structural pattern

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 103 lines · 34 tokens per session scan A 0bc8f817fcd5

Subscribe to this mod's changes

dynamic-agent-creator is an agent published in the GitHub repository vanzan01/claude-code-sub-agent-collective (521 stars, last pushed 4mo ago), licensed MIT. It adds 34 tokens to every session and 932 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.