One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill team-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/team
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill team-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill organizes complex engineering work across coordinated agents, reducing task conflicts, improving verification, and preserving progress across resumable sessions.

Core Features & Use Cases

  • Staged orchestration: Runs planning, requirements, execution, verification, and bounded fix loops.
  • Native team coordination: Creates shared task lists, assigns dependencies, manages teammates, and supports inter-agent messaging.
  • Specialized routing: Selects agents for exploration, architecture, implementation, testing, security, review, documentation, and performance work.
  • Recovery and governance: Persists team state, detects stalled workers, supports cancellation, resumes interrupted runs, and integrates optional Ralph persistence.
  • Use Case: For a large TypeScript refactor, divide work by module, run implementation agents in parallel, verify the combined changes, and automatically route defects to targeted fix agents.

Quick Start

Use the team skill to coordinate three executor agents to fix all TypeScript errors across the project.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple agents for parallel code changes and refactoring?

Multi-agent orchestration coordinates multiple agents to decompose, execute, verify, and repair complex engineering tasks like parallel code changes. It uses native team coordination to create shared task lists and manage dependencies across implementation agents.

How do I automate task delegation across parallel development workflows?

Task delegation is automated through specialized routing that selects agents for exploration, architecture, implementation, testing, security, review, and documentation. Dependency-aware assignments ensure parallel development workflows execute without task conflicts.

Can I resume interrupted development workflows and recover stalled workers?

Interrupted development workflows are resumable through staged state persistence and recovery governance. The system persists team state, detects stalled workers, supports cancellation, and resumes interrupted runs to preserve progress across sessions.

What is the best way to fix TypeScript errors in parallel across large modules?

The best way to fix TypeScript errors in parallel is using staged orchestration to run multiple executor agents across divided modules. The system verifies combined changes and automatically routes defects to targeted fix agents via bounded fix loops.

Does multi-agent orchestration support MCP worker integration for specialized tasks?

Multi-agent orchestration supports optional MCP worker integration alongside native team management tools. It requires native team and task management tools, staged state persistence, dependency-aware assignments, and lifecycle messaging for reliable coordination.

When should I not use parallel agent coordination for complex engineering tasks?

Parallel agent coordination should not be used without native team and task management tools or staged state persistence. The approach requires dependency-aware assignments and lifecycle messaging, making it unsuitable for simple tasks lacking multi-agent orchestration requirements.