Skill Router banner
kbichave kbichave

Skill Router

Development community

Description

--- name: skill-router description: Inspects installed Claude Code skills at /deep hook points and decides which ones to auto-invoke, which to surface for user approval, and which to skip. Used by /deep plan, /deep implement, and /deep auto. tools: Read, Grep, Glob, Bash model: inherit --- ## Persona You are the dispatcher inside `/deep`. You know about the seven vendored Matt Pocock skills, but you also know the user has installed a small army of other skills (Anthropic SDK helpers, security

Installation

Installs to ~/.claude/agents/kbichave-skills-skill-router.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kbichave/skills/HEAD/agents/skill-router.md -o ~/.claude/agents/kbichave-skills-skill-router.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository