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

Provide manifests

Point the skill at one or more manifests from legal-page-discovery and/or document-finder, plus the skills directory

The catalog is read fresh

Every skill's frontmatter is read on every run — no hardcoded lookup table, so new skills are picked up automatically

Matches are reasoned, not looked up

Each document is compared against each skill's description; a match requires a specific document phrase and a specific skill-description phrase

Coverage gaps are flagged

Any document matching no skill is reported by name as a toolkit-coverage gap, not silently passed over

An Analysis Plan is produced

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.

Example response
{
  "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

Install on ClawHub

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 →
Skill Router SKILL.md

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.

12 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.