Skip to content

/gz-skill-router

Route agents to the correct skill for a given task type. Use when starting a session, when unsure which skill applies, or when an agent needs to discover the right workflow for a task.


Purpose

/gz-skill-router exposes the canonical gz-skill-router workflow for operator invocation. Route agents to the correct gzkit skill based on task type. This is a lookup aid, not an orchestrator — it maps intent to the right workflow entry point.

When to Use

Invoke this skill when the task described above matches your current workflow stage. The governance runbook at docs/governance/governance_runbook.md lists the canonical workflows and points at this skill where appropriate.

What to Expect

The skill reads its canonical execution contract from .gzkit/skills/gz-skill-router/SKILL.md (mirrored into .claude/skills/, .agents/skills/, and .github/skills/). Follow the agent-facing instructions in that file for the exact execution protocol, stages, and evidence requirements.

Invocation

Text Only
/gz-skill-router
Argument / Flag Required Description
(see SKILL.md) Arguments are defined by the canonical skill contract

Supporting Files

File Role Read/Write
.gzkit/skills/gz-skill-router/SKILL.md Canonical skill contract Read
.claude/skills/gz-skill-router/SKILL.md Claude mirror Read
.agents/skills/gz-skill-router/SKILL.md Codex mirror Read
.github/skills/gz-skill-router/SKILL.md Copilot mirror Read
Related Relationship
skills index Browse the full skill catalog
governance runbook Workflow context