What is creating-an-agent?
Use when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt structure, and testing agents Source: ed3dai/ed3d-plugins.
Use when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt structure, and testing agents
Quickly install creating-an-agent AI skill to your development environment via command line
Source: ed3dai/ed3d-plugins.
REQUIRED BACKGROUND: Read ed3d-extending-claude:writing-claude-directives for foundational guidance on token efficiency, compliance techniques, and directive structure. This skill focuses on agent-specific patterns.
Agents are spawned via the Task tool or defined in plugin agents/ directories.
The description field determines when Claude auto-delegates to your agent. It's searched when matching tasks to available agents.
Use when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt structure, and testing agents Source: ed3dai/ed3d-plugins.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ed3dai/ed3d-plugins --skill creating-an-agentUse when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt structure, and testing agents Source: ed3dai/ed3d-plugins.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ed3dai/ed3d-plugins --skill creating-an-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ed3dai/ed3d-plugins