run-agent

Delegate work to a named custom agent with optional task text.

4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AMindToThink/claude-code-settings --skill run-agent-amindtothink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-agent
Source: https://github.com/AMindToThink/claude-code-settings/tree/main/skills/run-agent
Command: npx skills add https://github.com/AMindToThink/claude-code-settings --skill run-agent-amindtothink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually invoking a custom agent by turning a simple name and optional task into a direct delegation flow.

Core Features & Use Cases

  • Agent Delegation: Sends work to a specific custom agent by name.
  • Task Handoff: Passes an optional task description so the agent knows exactly what to do.
  • Interactive Follow-Up: Prompts for missing task details when a user only specifies the agent name.
  • Use Case: Use it when you want a specialized agent to handle a focused task without rewriting the request yourself.

Quick Start

Ask the run-agent skill to delegate your request to the named agent and include a clear task description if you want it to proceed immediately.

Frequently Asked Questions about run-agent

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

FAQPage Schema
How do I delegate work to a custom agent in Claude Code?

Agent delegation routes your request to a named custom agent by specifying the agent name and an optional task description, enabling instant task handoff in Claude Code workflows.

Can I pass a specific task description when routing work to a subagent?

Yes, task handoff supports passing an optional task text argument alongside the agent name, ensuring the subagent knows exactly what to do without manual rewriting.

What happens if I invoke an agent by name but forget to include the task details?

Interactive follow-up triggers when task details are missing, prompting you to provide the necessary task text so the agent delegation can proceed effectively.

When should I use task delegation for workflow automation instead of writing the request myself?

Task delegation is ideal for workflow automation when you need a specialized agent to handle a focused task, removing the friction of manually invoking and rewriting custom agent requests.

Does agent handoff require a valid agent name argument to function correctly?

Yes, agent handoff requires a valid agent name argument parsed from the invocation to route the request, while the task text remains an optional parameter for immediate execution.