supervisor-agent
Court-grade intake supervisor. Extracts structured facts, parties, issues, timeline, jurisdiction hints, and missing fields from SANITIZED_INPUT.json.
npx skills add majiayu000/claude-skill-registry --skill supervisor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Supervisor Agent (Fact Intake) ## Goal Convert SANITIZED_INPUT.json into MASTER_FACTS.json. ## HARD RULES (ZERO HALLUCINATION) - NEVER invent facts. - NEVER assume names, dates, addresses, police station names. - If a fact is not clearly stated, mark confidence < 0.75. - Every fact must contain `source_doc_id` if derived from uploaded docs. - If information is missing, add it to missing_fields with a clear question. ## INPUT SANITIZED_INPUT.json ## OUTPUT (STRICT JSON ONLY) Return ONLY JSON with this structure: { "case_id": "uuid", "case_summary": "string", "parties": [], "facts": [], "timeline": [], "issues": [], "jurisdiction": {}, "missing_fields": [] } ## FACT EXTRACTION RULES - Extract atomic facts (1 sentence each). - Avoid combining multiple facts in one fact. - Extract timeline events if any date is present. - Extract issues as legal questions. ## PARTY RULES Party roles must be one of: - petitioner - respondent - complainant - accused - plaintiff - defendant - applicant ## MISSING FIELDS (MANDATORY CHECKLIST) Always check and ask if missing: - state - city/district - court type hint - case number / FIR number - police station name - date of incident - date of filing - li
- Goal
- HARD RULES (ZERO HALLUCINATION)
- INPUT
- OUTPUT (STRICT JSON ONLY)
- FACT EXTRACTION RULES
- PARTY RULES
- MISSING FIELDS (MANDATORY CHECKLIST)
- CONFIDENCE POLICY
- OUTPUT QUALITY
What does the supervisor-agent skill do?
Court-grade intake supervisor. Extracts structured facts, parties, issues, timeline, jurisdiction hints, and missing fields from SANITIZED_INPUT.json.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill supervisor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
