vetcoders-subagents

Create and manage AI subagents for delegated repository tasks.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/VetCoders/vetcoders-skills --skill vetcoders-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vetcoders-subagents
Source: https://github.com/VetCoders/vetcoders-skills/tree/main/vetcoders-subagents
Command: npx skills add https://github.com/VetCoders/vetcoders-skills --skill vetcoders-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines delegation of complex tasks to specialized AI subagents, enabling parallel processing and efficient workload distribution.

Core Features & Use Cases

  • Task Delegation: Splits work into manageable tasks for individual subagents.
  • Plan Generation: Creates detailed execution plans stored in .ai-agents/plans/.
  • Report Aggregation: Collects results from subagents into .ai-agents/reports/.
  • Use Case: When faced with a large refactoring task, delegate specific modules or features to different subagents for parallel implementation and review.

Quick Start

Use the vetcoders-subagents skill to delegate the task of researching and implementing the new user authentication module.

Frequently Asked Questions about vetcoders-subagents

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

FAQPage Schema
How do I delegate complex coding tasks to AI subagents for parallel processing?

AI subagent delegation splits large coding tasks into manageable units for individual agents, enabling parallel execution. It writes execution plans to .ai-agents/plans/ and aggregates results into .ai-agents/reports/ to streamline complex project workflows.

Can I use Codex, Claude, or Gemini CLIs to manage AI subagents within my repository?

Yes, AI subagent management supports Codex, Claude, or Gemini CLIs. It facilitates structured delegation by creating subagents that execute tasks and save their reports directly within your repository's .ai-agents/ directory.

What is the best way to split a large refactoring task for parallel implementation?

Splitting a large refactoring task is best handled by delegating specific modules or features to different AI subagents. This parallel implementation approach generates detailed execution plans and aggregates individual subagent reports.

How does parallel AI workflow delegation structure execution plans and reports?

Parallel AI workflow delegation structures work by writing execution plans to the .ai-agents/plans/ directory and collecting results from subagents into .ai-agents/reports/. This ensures organized workload distribution across complex projects.

Do I need specific CLI tools installed to use AI subagents for task delegation?

To use AI subagents for task delegation, you need Codex, Claude, or Gemini CLIs installed. These command-line tools facilitate the parallel processing and execution plan generation required for managing subagents within your repository.