create-agent

Scaffolds a new specialized subagent with a research-first protocol and specified tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually invent a new subagent from scratch by providing a repeatable way to scaffold a specialized agent when existing agents don’t cover the task domain.

Core Features & Use Cases

  • Specialized agent scaffolding: Creates a new subagent based on clearly defined domain boundaries and triggers.
  • Research-first operational protocol: Enforces a workflow that prioritizes researching existing patterns before writing code.
  • Reusable agent template: Generates an agent configuration with tools, model, responsibilities, and workflow sections.
  • Use Case: You need a migration-focused agent for a one-off Express-to-Elysia or schema update task; use this Skill to quickly generate a targeted subagent you can deploy immediately.

Quick Start

Ask to create a new agent by specifying the agent name, the domain (what it handles), and the tools it should use, for example: “I need a migration-specialist agent to help with Express-to-Elysia migrations using Read, Write, and Grep—scaffold the new agent file.”

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 specialized subagent for a one-off migration task?

To scaffold a specialized subagent for a one-off migration task, you specify the agent name, domain boundaries, and required tools. This generates a reusable agent template with a research-first operational protocol for immediate deployment.

When do I need to create a new specialist agent instead of using existing ones?

You need to create a new specialist agent when existing agents do not cover the requested task domain. This applies to specialized one-off complex work like codebase configuration, documentation, performance, or framework migrations.

What is a research-first operational protocol for agent creation?

A research-first operational protocol is a workflow that enforces prioritizing researching existing codebase patterns before writing code. When creating a specialist subagent, this protocol is built into the generated template to guide its operational boundaries.

Can I generate an agent template for specific codebase configuration tasks?

Yes, you can generate an agent template for specific codebase configuration tasks. The scaffolding process requires defining clear responsibilities, domain boundaries, specified tools, and the model to create a SKILL-aligned configuration file.

What's the best way to define domain boundaries when scaffolding a new agent?

The best way to define domain boundaries when scaffolding a new agent is to specify exactly what the agent handles and its triggers. This ensures the generated subagent template has clear responsibilities and does not overlap with existing agents.

Does the generated subagent template include predefined tools and model specifications?

Yes, the generated subagent template includes predefined tools and model specifications. When you scaffold a new specialized agent, the output configuration explicitly defines the tools, model, responsibilities, and workflow sections required for execution.