Skill Advisor — Development skill for Claude Code
Auto-route every Claude Code prompt to the right skill, subagent, or slash command — silently, locally, with zero API keys.
How to install Skill Advisor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open DEEP-CONTENT/skill-advisor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skill Advisor does
Auto-route every Claude Code prompt to the right skill, subagent, or slash command — silently, locally, with zero API keys.
Alternatives in Development
README
skill-advisor
**Auto-route every Claude Code prompt to the right skill, subagent, or slash command — silently, locally, with zero API keys.**
[](https://github.com/deep-content/skill-advisor/actions/workflows/ci.yml) [](LICENSE) [](https://www.python.org/downloads/) [](#development) [](#latency-and-the-two-matcher-modes) [](#contributing)
[**Quickstart**](#quickstart) • [**How it works**](#how-the-advisor-works) • [**Configuration**](#configuration-reference) • [**Architecture**](#architecture-deep-dive) • [**Lifecycle mode**](#lifecycle-mode) • [**Effort signalling**](#effort-signalling) • [**Telemetry**](#telemetry-and-usage-reports)
Overview
`skill-advisor` is a silent `UserPromptSubmit` hook for Claude Code. It inspects every prompt you type, matches it against your installed skill, subagent, and slash-command library, and injects the best picks into the model's context — so the right skill fires automatically, without you lifting a finger.
The advisor is **bring-your-own-library**: it reads skills from `~/.claude/skills/` (plus plugin-marketplace skills and any extra roots you configure) at runtime. This repo ships the runtime only; you supply the skills.
No API keys are ever introduced. All LLM calls route through `claude -p` subprocesses, and embeddings run locally via [`fastembed`](https://github.com/qdrant/fastembed).
Highlights
- Silent and automatic — fires on Claude Code's
UserPromptSubmithook; never interrupts your workflow. - Zero API keys, fully local — em
Related Skills
Auto Trigger
After any recon/probe step, route observed signals to the right tools and fire the auto-plan (Balanced policy)
Harnessmeter
A profiler for your agentic harness. Price every line of CLAUDE.md, every skill, subagent and MCP tool schema
Nxt API Route
Generates a Next.js App Router API route handler (route.ts) with proper TypeScript types, request validation,
n8n CLI
Zero-dependency Python CLI for the n8n REST API. 80+ commands for workflows, executions, credentials, nodes, w
Auto Resume
Arm a local timer that types your next prompt into this terminal ~10 minutes after your rate limit resets. Arm
Phdtaketaketake
Connection-first PhD advisor matcher — find the right advisor by network strength, not h-index. Quantitative 4
Related Agents
Protocol Parity
Cross-references the lockstep surfaces a protocol must touch (TUI ScreenId, admin route, live broker/session w
Addendum: Git Operations, Slash Commands & GitHub Integration
Append this to the Definitive Guide, Quick Reference, and Prompt Guide. Covers: Claude Code built-in slash com
Helm Conductor
Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and feat