analyze-document

analyze-document is a skill for Claude Code from odin33g/family-court-strategist. It costs 71 tokens per session (858 once invoked), scanned A, original, MIT.

A structured review of family-court documents such as affidavits, reports, and solicitor letters. It separates facts, claims, supporting evidence, inconsistencies, contradictions, missing details, and possible misleading statements.

In plain words
What is it for?
It is for analysing family-court paperwork, tracking who made each claim, assessing evidence strength, finding conflicting details, and identifying repeated patterns.
Why use it?
It helps turn a lengthy legal document into an organised record and distinguishes verified information from what someone merely says. It can also compare claims with other documents already available.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the family-court-strategist plugin — 5 skills shipped together

Good fit It is for analysing family-court paperwork, tracking who made each claim, assessing evidence strength, finding conflicting details, and identifying repeated patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/odin33g/family-court-strategist/analyze-document
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add odin33g/family-court-strategist --skill analyze-document
Clone the repo
git clone --depth 1 https://github.com/odin33g/family-court-strategist

Made for: Claude Code.

Or install family-court-strategist, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyze-document

README.md
[![agentmods](https://agentmods.dev/badge/skills/odin33g/family-court-strategist/analyze-document/github.svg)](https://agentmods.dev/skills/odin33g/family-court-strategist/analyze-document)
Your own site
<a href="https://agentmods.dev/skills/odin33g/family-court-strategist/analyze-document"><img src="https://agentmods.dev/badge/skills/odin33g/family-court-strategist/analyze-document/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyze-document

Your own site · 80×15
<a href="https://agentmods.dev/skills/odin33g/family-court-strategist/analyze-document"><img src="https://agentmods.dev/badge/skills/odin33g/family-court-strategist/analyze-document.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 858 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.00858
Opus 5 $0.00036 $0.00429
Sonnet 5 $0.00014 $0.00172
Haiku 4.5 $0.00007 $0.00086

Measured 12d ago against content hash d933cf888b44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

analyze-document scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/analyze-document/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Analyse Document

Apply the full 13-point forensic analysis protocol to any family court document. Think like a legal strategist, not a note taker.

The 13-Point Protocol

For every document, extract and organise:

  1. FACTS — Only verifiable facts, no assumptions. Separate what is proven from what is claimed.

  2. CLAIMS — Who is saying what, with paragraph references. Track the speaker, the reporter, and the audience.

  3. EVIDENCE — What supports each claim. Rate strength:

    • ★★★ Strong — Multiple independent sources, professional findings, documentary evidence
    • ★★☆ Moderate — Single credible source, consistent with pattern, some corroboration
    • ★☆☆ Weak — Single party claim, no corroboration, potentially self-serving
  4. INCONSISTENCIES — Conflicting details within this document (dates, times, sequences, names).

  5. CONTRADICTIONS — Direct conflicts with OTHER documents already in the vault. Cross-reference.

  6. DISCREPANCIES — Subtle differences or missing details that may be significant.

  7. POTENTIALLY FALSE/MISLEADING — Claims that lack support or conflict with known evidence. Be specific about why.

  8. PATTERNS — Repeated behaviours, themes, or language that connect to broader case patterns.

  9. RISK & IMPACT — How does this affect the child? What are the legal implications?

  10. OPPORTUNITIES — Weaknesses in the opposing side. Points for cross-examination. Arguments this document supports.

  11. FOLLOW-UP REQUIRED — Missing information, documents to subpoena, questions to ask, evidence to gather.

  12. EVENT LINKING — Assign event IDs and link to existing events in the vault.

  13. OBSIDIAN OUTPUT — Structure the analysis with YAML frontmatter, internal links, and tags for Dataview queries.

Attribution Standards

CRITICAL: Every quote must include:

  • WHO said it (the speaker)
  • TO WHOM (the audience)
  • PER WHOSE ACCOUNT (which document reports this)
  • PARAGRAPH/PAGE REFERENCE

When accounts conflict, present BOTH versions and flag with ⚠️.

Read the full file on GitHub · 95 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 95 lines · 71 tokens per session scan A d933cf888b44

Subscribe to this mod's changes

analyze-document is a skill published in the GitHub repository odin33g/family-court-strategist (17 stars, last pushed 5d ago), licensed MIT. It adds 71 tokens to every session and 858 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

patent-application

A patent-application document workflow that turns supplied invention materials into claims, a description, an abstract, and black-and-white drawings. It can also produce Markdown and Word files.

handsomestWei/patent-disclosure-skill · 95 tokens

patent-reader

A plain-language reader for Chinese patents that turns a publication number or PDF into notes, diagrams, and an Obsidian entry. Obsidian is a note-taking app that stores linked Markdown files.

handsomestWei/patent-disclosure-skill · 31 tokens

cloud-service-agreement

Draft and fill SaaS agreement templates — cloud contract, MSA, order form, software license, pilot agreement, design partner agreement. Includes variants with SLAs and AI terms. Produces signable DOCX from Common Paper standard forms. Use when user says "SaaS agreement," "cloud contract," "MSA," "order form,"…

open-agreements/open-agreements · 103 tokens

data-privacy-agreement

Draft and fill data privacy contract and agreement templates — DPA, data processing contract, GDPR, HIPAA BAA, business associate agreement, AI addendum. Produces signable DOCX files from Common Paper standard forms. Use when user says "DPA," "data processing agreement," "HIPAA BAA," "business associate agreement," or…

open-agreements/open-agreements · 123 tokens

nda

Draft and fill NDA contract templates — mutual NDA, one-way NDA, confidentiality agreement. Produces signable DOCX files from Common Paper and Bonterms standard forms. Use when user says "NDA," "non-disclosure agreement," "confidentiality contract," "confidentiality agreement," "mutual NDA," or "one-way NDA." Includes…

open-agreements/open-agreements · 86 tokens

services-agreement

Draft and fill services agreement templates — consulting contract, contractor agreement, SOW, statement of work, professional services agreement. Produces signable DOCX files from Common Paper and Bonterms standard forms. Use when user says "consulting contract," "contractor agreement," "SOW," "statement of work,"…

open-agreements/open-agreements · 92 tokens