Agent skill · Security

ambiguity-report

Turn an interpretive-ambiguity audit of a legal text — contract, statute, regulation, or judicial opinion — into a polished deliverable. Produces a multi-page website (default), a single-page interactive site, a Microsoft Word document, a PowerPoint deck, or a LaTeX/PDF. Use whenever a user has a stress-test result, ambiguity audit, or "where will this be litigated" scenarios and wants to publish, present, or share them. Triggers on "publish the audit," "make a report from this," "turn this into a website / deck / brief / Word doc," "make a Netlify site," "build slides of these ambiguities," "

lawve-aigithub.com/lawve-aiGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add lawve-ai/awesome-legal-skills --skill ambiguity-report-seth-chandler --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 18 KB
Bundled scripts: yes
Version: 2026-07-29
Declared author: Seth J. Chandler
Path: skills/ambiguity-report-seth-chandler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 618
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ambiguity Report Take an interpretive-ambiguity analysis of a legal text and turn it into a polished deliverable in one of six formats: multi-page website (the default), single-page interactive website, single-file HTML, Microsoft Word document, PowerPoint deck, or LaTeX source for a PDF. **Before promising a format, know what this host can do.** Four of the six formats have requirements the host may not meet, and discovering that after the spec is built wastes the user's effort. Run the capability check in Stage 3 first. The skill's central insight: **the data is the same across formats, the rendering is not.** An ambiguity analysis is a set of scenarios — each with a situation, two opposed positions, a weak point in the text, a likely outcome, and a proposed redraft — anchored to provisions of a source text. Once that data is captured in the canonical spec, the right format follows from how the deliverable will be used. ## Workflow This skill has four stages. Stages 1–3 are setup; stage 4 is rendering. - **Stage 1 — Identify the input.** Determine what kind of analysis the user is handing over. Three common shapes: (a) the structured markdown output of the `ambiguity-stress-tes

What's inside
Steps it walks through
  1. Workflow
  2. Stage 1 — Identify the input
  3. Stage 2 — Build the canonical spec
  4. Stage 3 — Choose the format and design
  5. Capability check — do this first
  6. The six options
  7. Stage 4 — Render
  8. Output organization
  9. What this skill does not do
  10. When the user asks for design tweaks
  11. Bundled resources
  12. Limitations and risks
Ships with 14 files
  • LICENSE
  • NOTICE
  • README.md
  • assets/latex-preamble.tex
  • assets/site-style.css
  • resources/data-format.md
  • resources/format-docx.md
  • resources/format-inline-html.md
  • resources/format-latex.md
  • resources/format-pptx.md
  • resources/format-website.md
  • resources/parsing-unstructured.md
  • scripts/generate_latex.py
  • scripts/generate_site.py
Commands it runs
python scripts/generate_site.py \
python scripts/generate_latex.py \
More from awesome-legal-skills
All skills →
About this skill
What does the ambiguity-report skill do?

Turn an interpretive-ambiguity audit of a legal text — contract, statute, regulation, or judicial opinion — into a polished deliverable. Produces a multi-page website (default), a single-page interactive site, a Microsoft Word document, a PowerPoint deck, or a LaTeX/PDF. Use whenever a user has a stress-test result, ambiguity audit, or "where will this be litigated" scenarios and wants to publish, present, or share them. Triggers on "publish the audit," "make a report from this," "turn this into a website / deck / brief / Word doc," "make a Netlify site," "build slides of these ambiguities," "

How do I install it?

Run `npx skills add lawve-ai/awesome-legal-skills --skill ambiguity-report-seth-chandler --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 lawve-ai/awesome-legal-skills, a repository with 618 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.

Keep going