create-agent

Generate a YAML agent template and save it under .claude/agents.

7|2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Dexploarer/hyper-forge --skill create-agent-dexploarer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/Dexploarer/hyper-forge/tree/main/.claude/skills/create-agent
Command: npx skills add https://github.com/Dexploarer/hyper-forge --skill create-agent-dexploarer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly scaffold a new specialized subagent when the task domain requires expertise beyond the current set, saving time and reducing cognitive load.

Core Features & Use Cases

  • Agent Template: Provides a ready-to-use agent blueprint with a research-first protocol.
  • Domain Expansion: Create a new agent quickly for unfamiliar tasks without disrupting current agents.
  • Best Practices: Reuse existing patterns and configurations whenever possible.

Quick Start

  • Create a new agent named "data-collector" using the Agent Template and save to .claude/agents/data-collector.md
  • Then activate the new agent by referencing it in a task: I need to create-agent → Use data-collector agent

Frequently Asked Questions about create-agent

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

FAQPage Schema
How do I scaffold a new specialized agent for tasks my current agents don't handle?▼

Create a new specialized agent by using this Skill to generate a YAML template with name, description, responsibilities, domain expertise, and workflow. The template saves to .claude/agents for on-demand loading, letting you extend your agent roster without modifying existing ones.

When should I create a new agent instead of using an existing one?▼

Create a new agent when you need deep domain expertise, configuration or meta-level work, or a temporary one-time specialist that your current agents cannot handle. This Skill scaffolds those specialized agents quickly without disrupting your existing workflow.

What does the agent template include?▼

The agent template specifies name, description, emoji, responsibilities, domain expertise, when-to-use guidance, workflow steps, and the Research-First Protocol. This structure ensures your new agent has consistent configuration and clear activation criteria.

Where does the new agent get saved and how do I activate it?▼

The agent manifest saves under .claude/agents as a YAML file. Activate it by referencing the agent name in your task instructions to load and use the specialized agent on demand.

Can I reuse patterns from existing agents when creating a new one?▼

Yes. This Skill follows best practices by reusing existing patterns and configurations whenever possible, reducing duplication and keeping your agent ecosystem consistent.