mqc-litigation-visual-redraw

mqc-litigation-visual-redraw is a skill for Claude Code from MiaoQichuan/new-litigation-visualization. It costs 257 tokens per session (4,625 once invoked), scanned A, original, MIT.

A diagram-redrawing skill for turning case timelines, legal process charts, or party-relationship diagrams into restrained court-ready graphics.

In plain words
What is it for?
Use it to redraw numbered, dated, or Gantt timelines, flowcharts, relationship diagrams, hierarchical trees, and two-column comparisons as SVG and PNG.
Why use it?
It improves the visual structure of messy diagrams while keeping their wording and legal meaning unchanged.

Skill for Claude Code

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

Part of the mqc-nlv plugin — 2 skills shipped together

Good fit Use it to redraw numbered, dated, or Gantt timelines, flowcharts, relationship diagrams, hierarchical trees, and two-column comparisons as SVG and PNG.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw
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 MiaoQichuan/new-litigation-visualization --skill mqc-litigation-visual-redraw
Clone the repo
git clone --depth 1 https://github.com/MiaoQichuan/new-litigation-visualization

Made for: Claude Code.

Or install mqc-nlv, the plugin that ships this one along with the rest of its 2 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 mqc-litigation-visual-redraw

README.md
[![agentmods](https://agentmods.dev/badge/skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw/github.svg)](https://agentmods.dev/skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw)
Your own site
<a href="https://agentmods.dev/skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw"><img src="https://agentmods.dev/badge/skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw/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 mqc-litigation-visual-redraw

Your own site · 80×15
<a href="https://agentmods.dev/skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw"><img src="https://agentmods.dev/badge/skills/miaoqichuan/new-litigation-visualization/mqc-litigation-visual-redraw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 257 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,625 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00257 $0.04625
Opus 5 $0.00129 $0.02312
Sonnet 5 $0.00051 $0.00925
Haiku 4.5 $0.00026 $0.00462

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

Security

Grade A, and why

mqc-litigation-visual-redraw 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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/audit_edges.py, scripts/audit.py, scripts/checkpoint.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/mqc-nlv/skills/mqc-litigation-visual-redraw/SKILL.md · 311 lines

How it starts

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

Litigation visual redraw

This skill is mqc-litigation-visual-redraw — the first open-source module of 新诉讼可视化 · New Litigation Visualization (slogan: 把法律画出来 · Make the Law Visible), 缪奇川's litigation-visualization project. It takes an ugly / hand-drawn / "AI-flavored" source — or even plain judgment text — and redraws it into a standard legal diagram (timeline · flowchart · relationship). This module stands alone.

Turn a messy or generic litigation diagram into a calm, professional legal graphic. The guiding idea (先吃透,再重画): first understand the source faithfully, then redraw it — never change the wording and never change the legal meaning; only improve the visual expression. Method, in the spirit of mqc-legal-skills: scenario is vertical, the SOP is tight, the output should look like a McKinsey exhibit, not a student's slide.

Scope: timelines (three forms — numbered, dated, gantt), flowcharts, and relationship diagrams (free-form network + hierarchical tree; a two-column comparison table is the A-vs-B variant of the relationship family). All are frozen and share one visual language. This skill draws these three families and nothing else — do not invent new diagram types.

Intent router (what to read first)

Read SKILL.md + references/STANDARDS.md always. Then, by intent, open only what you need (don't preload everything):

The user gives / wants Read this Then
An ugly / hand-drawn / screenshot / AI-style diagram, OR plain text / a judgment to turn into a diagram references/extraction-guide.md (read→analyze→decompose, six steps) pick a layout below
A timeline (events over time) extraction-guide Step 1 timeline decision ladder numbered / dated / gantt
A flowchart / process / decision references/flowchart-spec.md graphviz_flow
A relationship / parties / hierarchy references/relationship-spec.md (tree-vs-network rule) graphviz_relation / relation_tree
A vs B side-by-side comparison schema comparison_table two columns
Field/shape details for the JSON references/semantic-map-schema.md write JSON

Read the full file on GitHub · 311 lines

Files

What ships with it

60 files 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. 11d ago First seen · 311 lines · 257 tokens per session scan A 9041af3254cb

Subscribe to this mod's changes

mqc-litigation-visual-redraw is a skill published in the GitHub repository MiaoQichuan/new-litigation-visualization (55 stars, last pushed 19d ago), licensed MIT. It adds 257 tokens to every session and 4,625 once invoked, about $0.0013 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

drawio-skill

Create, edit, synchronize, inspect, test, and publish editable draw.io diagrams. Use when the user explicitly requests draw.io/diagrams.net, needs a polished architecture, ERD, UML, sequence, C4, SysML, BPMN, network, swimlane, ML, or infrastructure diagram, wants code/IaC/SQL/OpenAPI converted into a diagram, or…

Agents365-ai/drawio-skill · 127 tokens

excalidraw

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .excalidraw files and exports to PNG/SVG via Kroki API or locally using…

Agents365-ai/excalidraw-skill · 73 tokens

patent-block-diagram

A workflow that turns a natural-language description into an editable `.pbd` patent block diagram, renders it in the diagram editor, checks the image, and exports a PNG.

lsj4232/KR_PATENT_SKILL · 277 tokens

patent-block-diagram-refine

A workflow for editing an existing `.pbd` patent block-diagram file while preserving its established visual style. A `.pbd` file is an editable diagram file used by the patent block-diagram editor.

lsj4232/KR_PATENT_SKILL · 358 tokens

bildmarke-und-wort-bild

Bildmarke und Wort-Bild-Marke für Couture-Logos beim DPMA und EUIPO anmelden: Modehaus will Logo grafisch schützen einschließlich Farbansprüchen. Normen: §§ 3 und 8 MarkenG sowie Art. 4 UMV, Vienna Classification (EUIPO-Bilddatenbank). Prüfraster: Bildbestandteil-Schutzumfang, Farbansprüche RGB/Pantone/HKS…

ThomasMoreAI/legal-skills-open · 171 tokens

bitv-oeffentliche-stellen

Digitale Barrierefreiheit öffentlicher Stellen – Gestaltungspflicht § 12a BGG für Websites, mobile Anwendungen, Intranet und elektronisch unterstützte Verwaltungsabläufe, Ausnahme bei unverhältnismäßiger Belastung § 12a Abs. 6, Erklärung zur Barrierefreiheit § 12b BGG mit Benennung nicht barrierefreier Inhalte…

borghei/AI-Skills-German-Law · 224 tokens