skills/delegate-setup/SKILL.md
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.
npx skillsauth add ranbot-ai/awesome-skills delegate-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the orchestrator in setup mode. Discover installed implementer CLIs, propose a fleet of lanes, and write configuration only after the user approves.
This skill does not dispatch coding work. It only authors the lane map.
One concept: lanes. Never say “routes.”
Example lane: feature → implementer opencode, model opencode/grok, variant high
(OpenCode uses variant for reasoning intensity, not effort).
*-delegate skill instead.--model / --effort / --variant on that relay.implementer.model, effort or variant, …) only if that implementer supports them — see references/schema.md.AGENTS.md, CLAUDE.md, or other user agent-instruction files.*-delegate relay from this skill.(<skill-dir> is this skill’s install directory — the folder that contains this SKILL.md.)
discover → load → grounding menu → propose (with Basis) → scope → approve → write
node "<skill-dir>/scripts/discover.mjs"
Summarize installed vs missing, auth (true / false / null = unknown), and whether models were
reported, aliases (curated aliases in the registry, not live discovery — full model names also
work), unsupported, or failed.
node "<skill-dir>/scripts/config.mjs" load --cwd "$PWD"
global / project). Do not paste
both raw files unless asked.projectPresent is true and projectTrusted is false, label the project lanes untrusted.
They cannot dispatch until the user reviews and approves a project write.Discovery reports capability, never task fit. So ask one grounding question before proposing anything — one question, three options, not a wizard:
How should I pick the lanes? (1) Quick defaults — I decide, no questions. (2) Interview — about four questions on how you want work allocated. (3) Usage scan — I re-read your CLIs’ local session folders (counts and dates only, never the conversations) and let the numbers place your lanes — if one CLI dominates, expect one question about its role. Happy to do 2 and 3 together.
node "<skill-dir>/scripts/discover.mjs" --usage. Tell the user it is metadata
only before running it. Each discovered CLI gains usage: { sessions, lastUsed }; null means no
probe is wired — unknown, not unused.repo basis.That menu is also the consent surface — the option chosen sets how much of the map is yours to decide:
my opinion, say plainly that the map is your opinion, and keep it cheap to revise.model). Omitting is
always safe — every dial has a default the user already lives with, and a CLI’s configured default
is their standing choice, better evidence than your priors. Choosing which installed implementer
gets a lane is still yours — Basis my opinion — but a dial that raises spend is not: offer your
dial picks only as an addtools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
development
Two-model debate review of a GitHub PR, GitLab MR, Azure DevOps PR, or local working tree, posted as inline comments or printed. Use for any PR/MR review request, or a local review before a PR exists.