Best for
- Task is decomposable into independent subtasks
- Multiple files/modules need parallel work
- Large-scale refactoring, migration, or multi-service work
zereight/gitlab-mcp/.github/skills/team/SKILL.md
N coordinated agents on shared task list with staged pipeline. Activate when user says: team, spawn agents, parallel agents, coordinate agents, multi-agent, swarm, work together.
Decision brief
Spawn N coordinated agents working on a shared task list. Uses VS Code's native subagent system for team management, inter-agent messaging, and task dependencies.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/zereight/gitlab-mcp --skill ".github/skills/team"Inspect the Agent Skill "team" from https://github.com/zereight/gitlab-mcp/blob/1f7e8f4a6adacf9bee3a89b9e8694d2872a39c60/.github/skills/team/SKILL.md at commit 1f7e8f4a6adacf9bee3a89b9e8694d2872a39c60. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
N — Number of agents (1-20). Defaults to auto-sizing.
Each stage uses specialized agents — not just executors:
team-plan: Entry = invocation. Exit = task graph ready.
Use @explore or @architect to analyze the codebase and break the task into N subtasks: - Each subtask should be file-scoped or module-scoped - Subtasks must be independent or have clear dependencies - Each needs a concise subject and detailed description
Extract N (agent count, validate 1-20)
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 93/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 1,918 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Spawn N coordinated agents working on a shared task list. Uses VS Code's native subagent system for team management, inter-agent messaging, and task dependencies.
/omg-autopilot or direct editing/omg-autopilot/plan or /ralplan/team 3:executor "fix all TypeScript errors"
/team 4:designer "implement responsive layouts"
/team "refactor the auth module"
/team ralph "build a complete REST API"
team-exec stage (executor, debugger, designer, etc.). Defaults to stage-aware routing.User: "/team 3:executor fix all TypeScript errors"
|
v
[omg-coordinator (Lead)]
|
+-- Analyze & decompose → subtask list
|
+-- Create tasks with dependencies
|
+-- Spawn N worker agents (subagents)
|
+-- Monitor loop (messages + task polling)
|
+-- Completion → shutdown workers → cleanup
team-plan → team-prd → team-exec → team-verify → team-fix (loop)
Each stage uses specialized agents — not just executors:
| Stage | Required Agents | Optional Agents |
|---|---|---|
| team-plan | @explore, @planner | @analyst, @architect |
| team-prd | @analyst | @critic |
| team-exec | @executor | @debugger, @designer, @writer, @test-engineer |
| team-verify | @verifier | @test-engineer, @security-reviewer, @code-reviewer |
| team-fix | @executor | @debugger |
Routing rules:
N:agent-type only overrides team-exec workers.team-verify.Continue team-exec → team-verify → team-fix until:
failedralph modifierUse @explore or @architect to analyze the codebase and break the task into N subtasks:
Write team state via omg_write_state:
{
"mode": "team",
"active": true,
"team_name": "fix-ts-errors",
"agent_count": 3,
"current_phase": "team-plan",
"task": "fix all TypeScript errors"
}
Create subtasks with dependencies. Pre-assign owners to avoid race conditions.
Spawn N subagents in parallel using the agents field references:
Monitor via two channels:
Coordination actions:
Watchdog policy:
Update state on every stage transition via omg_write_state.
Each stage produces a handoff document before transitioning:
## Handoff: <current-stage> → <next-stage>
- **Decided**: [key decisions]
- **Rejected**: [alternatives and why]
- **Risks**: [identified risks]
- **Files**: [key files modified]
- **Remaining**: [items for next stage]
Handoffs saved to .omc/handoffs/<stage-name>.md. Survive cancellation for resume.
When ralph modifier is present:
Track in .omc/state/team-state.json via omg_write_state/omg_read_state.
/cancel → graceful shutdown → cleanup → state preserved/cleared per policyFrequently asked questions
Spawn N coordinated agents working on a shared task list. Uses VS Code's native subagent system for team management, inter-agent messaging, and task dependencies.
The source record exposes this install command: npx skills add https://github.com/zereight/gitlab-mcp --skill ".github/skills/team". Inspect the command and pinned source before running it.
Alternatives
Yeachan-Heo/oh-my-claudecode
N coordinated agents on shared task list using Claude Code implicit agent teams
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance