Skill Router
Match discovered documents to the right compliance skill, and flag what nothing covers yet
Reads document manifests from legal-page-discovery and/or document-finder alongside the full skill catalog, and reasons about which skill (if any) is a good candidate for each document. Produces an Analysis Plan grounded in specific document and skill-description phrases, and surfaces documents that match nothing as explicit toolkit-coverage gaps.
From document to output
Point the skill at one or more manifests from legal-page-discovery and/or document-finder, plus the skills directory
Every skill's frontmatter is read on every run — no hardcoded lookup table, so new skills are picked up automatically
Each document is compared against each skill's description; a match requires a specific document phrase and a specific skill-description phrase
Any document matching no skill is reported by name as a toolkit-coverage gap, not silently passed over
A markdown table plus JSON lists recommended skill(s) per document with rationale — the router doesn't run anything itself
What you get back
Every finding is structured JSON: status, evidence, risk level, and remediation in one package. No interpretation required before acting on it.
{
"document": "/legal/npp",
"recommended_skills": [
"part-2-notice-assessment"
],
"rationale": [
"Document cites 42 U.S.C. §290dd-2 / 42 C.F.R. Part 2 and matches the skill's 'Part 2 notice ... checked against §2.22(b)'"
],
"coverage_gap": false
} Two ways to run this skill
One-click install for Claude and Cowork users. The skill runs as a native tool in your Claude environment — no configuration, no MCP setup. Apache 2.0.
Get on ClawHub →Install as an MCP server in Claude Code, or download the SKILL.md and use it as a system prompt with any LLM. Runs the full methodology against documents you provide. Apache 2.0. No account required.
The Snapshot runs these skills against your full document corpus using workspace-isolated RAG: every finding is sourced to a specific document section, cross-referenced across your entire policy library, and delivered with a maturity score and remediation roadmap. Free. Delivered by Dan within a week.
Get a free Snapshot12 more skills in the methodology.
HIPAA Gap Analysis, BAA Review, Framework Mapping, Control Assessment, Risk Assessment, AI Claims Assessment, Part 2 Notice Assessment, Compliance Q&A, Compliance Posture Intake, Document Finder, Legal Page Discovery, and AI Tooling Inventory. All open source under Apache 2.0.