agent-creator

Create Claude Code sub-agents with configured models and tool access.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/This-HW/hantu_quant --skill agent-creator-this-hw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/This-HW/hantu_quant/tree/main/.claude/skills/agent-creator
Command: npx skills add https://github.com/This-HW/hantu_quant --skill agent-creator-this-hw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create Claude Code sub-agents with optimized configuration to streamline building purpose-built assistants and AI workflows.

Core Features & Use Cases

  • Generates agent skeletons and frontmatter metadata for new agents
  • Allows model selection, permission modes, and tool whitelists/blacklists
  • Stores agent files in .claude/agents/ (project) or ~/.claude/agents/ (global)

Quick Start

Create a new Claude Code sub-agent by specifying its objective, required tools, and trigger conditions.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create Claude Code sub-agents for specific AI workflows?

To create Claude Code sub-agents, generate an agent skeleton with frontmatter metadata, then specify the objective, required tools, and trigger conditions to configure specialized assistants for task-specific automation.

Can I configure model selection and tool permissions for custom Claude Code agents?

Yes, you can configure custom Claude Code agents by selecting specific models, setting permission modes, and applying tool whitelists or blacklists to strictly control agent capabilities during AI workflows.

What is the correct file location for storing Claude Code agent files?

Claude Code agent files are stored under the .claude/agents/ directory for project-specific agents or ~/.claude/agents/ for global agents, ensuring proper deployment and accessibility across your environment.

Does frontmatter validation matter when generating Claude Code sub-agents?

Frontmatter validation is enforced during Claude Code sub-agent generation to ensure the metadata schema is correct, preventing configuration errors before the agent file is written to the .claude/agents/ directory.

What is the best way to automate task-specific workflows with Claude Code sub-agents?

The best way to automate task-specific workflows is by generating purpose-built Claude Code sub-agents with optimal setup, defining trigger conditions and tool whitelists to constrain the agent to its specialized task.