sub-agent-creator

Guide interactive creation of Claude Code sub-agents with formatted agent files.

17|1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/Parallel-7/FlashForgeWebUI --skill sub-agent-creator-parallel-7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sub-agent-creator
Source: https://github.com/Parallel-7/FlashForgeWebUI/tree/main/.claude/skills/sub-agent-creator
Command: npx skills add https://github.com/Parallel-7/FlashForgeWebUI --skill sub-agent-creator-parallel-7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of specialized AI sub-agents, guiding users through the entire process from requirement gathering to file generation.

Core Features & Use Cases

  • Guided Agent Creation: Interactive workflow for defining agent purpose, persona, and capabilities.
  • Context Integration: Helps identify and incorporate relevant skills and documentation.
  • File Generation: Writes correctly formatted agent files to the .claude/agents/ directory.
  • Use Case: You need an agent to specifically analyze user feedback logs. This skill will help you define its name, system prompt, and necessary tools, then create the agent file for you.

Quick Start

Use the sub-agent-creator skill to create a new agent that analyzes code quality.

Frequently Asked Questions about sub-agent-creator

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

FAQPage Schema
How do I create a custom AI sub-agent for Claude Code?

Creating a custom AI sub-agent for Claude Code involves interactively defining its identifier, system prompt, and context, then generating a properly formatted file in the `.claude/agents/` directory. This process enforces critical formatting rules for agent validation.

What do I need to define when building a new AI agent interactively?

When building a new AI agent interactively, you need to define the agent's purpose, persona, and capabilities. This includes specifying agent identifiers, crafting system prompts, and selecting relevant skills and documentation for context integration.

Can I generate agent files directly into my project directory?

Yes, you can generate agent files directly into your project directory. The interactive creation process writes correctly formatted agent files specifically to the `.claude/agents/` directory to ensure proper validation and immediate usability.

Does the sub-agent creation process enforce formatting rules for validation?

Yes, the sub-agent creation process enforces critical formatting rules for agent validation. This ensures that the generated agent files in the `.claude/agents/` directory are correctly structured and recognized by Claude Code.

What is the best way to integrate existing documentation into a new agent?

The best way to integrate existing documentation into a new agent is through guided context integration. The interactive workflow helps you identify and incorporate relevant skills and documentation into the agent's system prompt during the creation process.