Route Status — Security skill for Claude Code
Show recent auto-router decisions and a rolling distribution of model routings.
How to install Route Status
Installs to ~/.claude/skills/iuriiturok-auto-model-router-route-status/SKILL.md
mkdir -p ~/.claude/skills/iuriiturok-auto-model-router-route-status && curl -fsSL https://raw.githubusercontent.com/IuriiTurok/auto-model-router/HEAD/commands/route-status.md -o ~/.claude/skills/iuriiturok-auto-model-router-route-status/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Route Status does
description: Show recent auto-router decisions and a rolling distribution of model routings. Reads from ~/.claude/cache/router/audit.jsonl.
/route-status
Print a summary of recent auto-router activity.
What to show
**Last 20 decisions** (most recent first):
tail -n 20 ~/.claude/cache/router/audit.jsonl | awk '{a[NR]=$0} END{for(i=NR;i>=1;i--) print a[i]}'(`tac` is Linux-only — the awk reverse works on macOS too.)
Render each as a compact line:
Alternatives in Security
- Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
- OpenTag — Open-source, channel-native agent gateway for Slack 499 ★
- Memory Self Review — Mine recent agent history (claude-mem + usage stats) for recurring failures and repeated patterns, audit MEMOR 297 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Cost Autopsy
Session token-burn autopsy (TCO v1). Reads the TIS telemetry log and reports per-session token spend (input /
Hardstop Audit Log
Show recent entries from the Hardstop audit log, including blocked and allowed commands.
Eliniscan
AI full codebase scanner. Opens a separate Claude session for every file — reads every line, misses nothing. F
Pbi Audit Fix
Autonomous audit-then-fix pipeline — scan the TMDL/TMSL model, auto-fix WARN-level issues (missing description
Cleanup Docs
Audit and clean up a repo's Claude documentation — measure the always-on tier first (CLAUDE.md + nested + .cla
Aegis Decisions
Search Nick Fury's decision-audit log — filter by source, date, or free-text query
Related Agents
Stats Analyzer
Analyzes ~/.claude/stats-cache.json and history.jsonl to produce a concise usage report with model token break
Router Haiku
Worker subagent dispatched by the auto-model-router for trivial tasks — reads, lists, lookups, quick edits, cl
Deep Architect
Handles architectural decisions, novel abstractions, breaking contract changes, row-transforming migrations, a