Team Skill (oh-my-product)
SkillProductivityOrchestrate parallel tmux workers for a multi-agent team task.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Team Skill (oh-my-product) skill
What this skill tells your AI
The instructions your AI receives, as published by jjongguet/oh-my-product in skills/team/SKILL.md and read by ahel’s review.
Use this skill when the user wants to run a multi-worker team orchestration task.
What it does
Launches omp team run with the specified task and worker count, creating a tmux session with N parallel workers. Each worker receives the team context via GEMINI.md and executes the task, then writes a completion signal.
Usage
omp team run --task "<task description>" --workers <N>
Examples
omp team run --task "Review all PRs" --workers 3omp team run --task "Run smoke tests" --workers 2omp team run --task "Audit dependencies" --workers 4
Orchestration steps
- Hook system writes team context to
.gemini/GEMINI.md - tmux session is created with N worker panes
- Each worker runs
omp worker run --team <name> --worker <id> - Workers read context, execute task, write done signal to state
- Orchestrator polls until all workers complete
- Results aggregated and displayed
Acceptance criteria
- tmux session created with N panes
- Each pane executes the worker run command
- Each worker writes a done signal (
.omp/state/team/<name>/workers/<id>/done.json) -
omp team statusreflects worker completion
Signals
- GitHub stars
- 99
- Forks
- 22
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
team-jjongguet- Source
- github.com/jjongguet/oh-my-product