Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
wenyuchiou
/
agent-collab-skills
home
/
skills
/
wenyuchiou
/
agent-collab-skills
wenyuchiou/agent-collab-skills
7 skills
View on GitHub
$
npx skills add wenyuchiou/agent-collab-skills
Skill
Installs
agent-acceptance-gate
Use when a multi-agent round needs a pre-merge gate, pre-commit check, verification before push, or a PASS/FAIL decision after reconciliation.
—
agent-context-budget
Use when multi-agent work risks context overflow, memory growth, noisy logs, oversized handoffs, cross-session continuation, or parallel Codex and Gemini execution.
—
agent-debate
Use when a consequential decision needs adversarial review, opposing agent arguments, a second opinion via debate, or explicit trade-off analysis before implementation.
—
agent-output-reconciler
Use when multiple agents have completed a round and the user asks to reconcile outputs, compare Codex and Gemini, synthesize run results, identify conflicts, or decide what should be retried.
—
agent-plan-act-reflect
Use when a task needs single-agent self-correction across multiple iterations — write plan, execute, critique own output, revise plan, re-execute, until convergence or budget exhausted. Different from
—
agent-shared-memory
Use when the user asks to update shared memory, initialize multi-agent memory, summarize decisions so far, identify open questions, or prepare a fresh session primer.
—
agent-task-splitter
Use when the user asks to split a goal across Claude, Codex, or Gemini (gemini requests are rerouted - lane deprecated); plan a multi-agent run; break work into parallel agent tasks; or decompose a la
—