Working With Agents banner
TashonBraganca TashonBraganca

Working With Agents

Productivity community

Description

--- description: Dispatching subagents and writing the instructions they run on. Use when fanning work out to parallel agents, when a task is big enough to delegate, or when writing or editing a SKILL.md, CLAUDE.md or AGENTS.md. Dispatching and instruction-writing are the same problem: an agent is only as good as the document it was handed. --- Use the `working-with-agents` skill for this request. Read its SKILL.md in full and follow it exactly. $ARGUMENTS

Installation

Installs to ~/.claude/skills/tashonbraganca-skills-library-working-with-agents/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tashonbraganca-skills-library-working-with-agents && curl -fsSL https://raw.githubusercontent.com/TashonBraganca/skills-library/HEAD/commands/working-with-agents.md -o ~/.claude/skills/tashonbraganca-skills-library-working-with-agents/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository