Audit Router banner
megabytespace megabytespace

Audit Router

Security community

Description

--- description: Validate _router.md — check every referenced skill file exists; surface stale entries + orphan files; --fix prunes or stubs argument-hint: [--fix] allowed-tools: Bash, Read, Edit, Glob --- <!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. --> <SUBAGENT-STOP/> Audit `_router.md` for dead references and unregistered files. A router pointing at non-existent skills silently misdirects Claude; skill files

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-audit-router/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-audit-router && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/audit-router.md -o ~/.claude/skills/megabytespace-claude-skills-audit-router/SKILL.md

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

Full documentation available on GitHub

View Source Repository