Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skills/orchestrate/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: orchestrate
description: Routes complex/ambiguous tasks to right subagent + ensures skills/agents installed AND up-to-date before dispatch. Use when task spans 2+ domains or skill/subagent pick is unclear.
model: opus
allowed-tools: Read Grep Glob Bash(ls *) Bash(cat *) Bash(test *) Bash(find *) Bash(cd *) Bash(git clone *) Bash(git -C * fetch *) Bash(gh api *) Bash(gh auth status) Bash(npx antigravity-awesome-skills *) Bash(jq *) Bash(sqlite3 *) Bash(awk *) Bash(python *) Agent Skill(install-agent) Skill(uninstall-agent) Skill(update-component) Skill(discover-agent) Skill(grill-me) Skill(grill-with-docs) Skill(detect-multi-task)
when_to_use: 'Trigger phrases: "orquestre", "use o melhor subagente para", "tarefa complexa: ...",

Expand Down
Loading