🤖
AI EngineeringTypeScript

Subagent Delegation

by Waishnav

Subagent Delegation is an AI Engineering skill for Claude Code, published by Waishnav in devspace.

3.7K stars410 forkson Waishnav/devspaceAdded 2026/08/16+1% in starsRepository updated 2026/08/15
agent-orchestrationchatgptclaudeclaude-codecodexdyanmic-workflowpi-coding-agent
Install in seconds
Install Subagent Delegation
Copy Subagent Delegation into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Waishnav/devspace/tree/main/skills/subagent-delegation ~/.claude/skills/subagent-delegation

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Waishnav/devspace.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/subagent-delegation/SKILL.md in Waishnav/devspace
Installs to
~/.claude/skills/subagent-delegation
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Subagent Delegation does

Subagent Delegation lets an agent delegate coding tasks to user-configured DevSpace subagents using a small set of commands. Use it when the user asks for delegation, a second opinion, or a named subagent.

Subagent Delegation is cataloged under AI Engineering on DirSkills. Subagent Delegation comes from a repository tagged agent-orchestration, chatgpt, claude, claude-code and codex.

Documentation

README

Subagent Delegation

Use this skill when the user explicitly asks to delegate work to another coding agent, use a named subagent, get a second opinion, compare approaches, or run a subagent-like workflow.

Do not use subagents silently. Tell the user when another subagent is being used.

Core commands

Use only these commands for normal delegation:

devspace agents ls
devspace agents run <profile-or-provider-or-id> "<prompt>"
devspace agents show <id>

ls shows existing subagent sessions for the current workspace. DevSpace scopes it automatically from the shell environment injected by the workspace tool.

run <profile> "<prompt>" starts a new configured profile and prints a DevSpace agent id.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Subagent Delegation

  • How does Subagent Delegation compare to other AI Engineering skills?

    Subagent Delegation ranks #571 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Subagent Delegation against them. Open each page to compare what they document and how they install.