command-to-subagent

Community

Isolate heavy command logic by subagent dispatch.

Authorpatrickclery
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps separate complex execution logic from user-facing workflows by dispatching to dedicated subagents, reducing recipe context and keeping interfaces clean.

Core Features & Use Cases

  • Isolated execution: Move heavy MCP/API logic into a subagent to keep the command lightweight.
  • Improved token efficiency: By isolating execution, you reduce the working set in the main workflow.
  • Use Case: When a command performs multiple external calls, split the execution into a subagent and have the command orchestrate previews and confirmations.

Quick Start

Instantiate a subagent workflow by converting an existing command to dispatch to a dedicated agent.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: command-to-subagent
Download link: https://github.com/patrickclery/ruly/archive/main.zip#command-to-subagent

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.