figure-description

Generates jurisdiction-ready patent drawing descriptions with consistent reference numerals linked to claims.

Updated May 25, 2026
One-click install
npx skills add https://github.com/duypham2801/ThS_LLM --skill figure-description-duypham2801
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figure-description
Source: https://github.com/duypham2801/ThS_LLM/tree/main/.claude/skills/figure-description
Command: npx skills add https://github.com/duypham2801/ThS_LLM --skill figure-description-duypham2801

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps turn user-provided patent figures into formal, jurisdiction-ready drawing descriptions by identifying components and assigning consistent reference numerals that map to claim elements.

Core Features & Use Cases

  • Figure discovery: Searches common project locations for patent figure files (e.g., PNG/JPG/SVG/PDF) and flags missing diagrams needed by the claims.
  • Component & relationship analysis: Reads each figure to identify labeled or distinct components, their connections, and any flow or step order.
  • Consistent reference numeral indexing: Assigns numerals in per-figure 100-series ranges (FIG. 1 = 100–199, FIG. 2 = 200–299, etc.) and keeps numerals consistent across figures for the same component.
  • Jurisdiction-aware output: Produces Chinese (附图说明) or English (FIG./detailed view/block diagram/flowchart) one-sentence-per-figure descriptions plus a complete reference numeral index linked to claims.

Quick Start

Use the figure-description skill to generate patent/figures/figure_descriptions.md and patent/figures/numeral_index.md from the patent figures you placed in patent/figures/.

Frequently Asked Questions about figure-description

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate formal patent drawing descriptions from figures?

Patent figure descriptions map labeled components to claim elements using consistent per-figure reference numerals. This enforces numeral-series consistency by FIG number, producing a complete index and jurisdiction-ready descriptions for patent drafting workflows.

How do I assign consistent reference numerals across multiple patent figures?

Reference numerals are assigned in per-figure 100-series ranges, ensuring FIG. 1 uses 100–199 and FIG. 2 uses 200–299. The tool maintains numeral consistency across figures for identical components and generates a complete numeral index.

Can I create patent figure descriptions for both Chinese and US jurisdictions?

Yes, jurisdiction-aware output supports Chinese (附图说明) and English (FIG.) one-sentence-per-figure descriptions. The tool creates jurisdiction-ready outputs for CN, US, and EP patent filings linked directly to claim elements.

What file formats are supported for patent figure discovery and component identification?

Patent figure discovery searches common project locations for PNG, JPG, SVG, and PDF figure files. The tool scans each figure to identify labeled components, their connections, and any flow or step order for formal description generation.

How do I cross-reference patent figures with invention disclosures and claims?

Cross-reference patent figures by analyzing user-provided files against `patent/INVENTION_DISCLOSURE.md` and `patent/CLAIMS.md`. The tool maps components to claim elements and flags missing required figures or unlabeled components.

What happens if required patent figures are missing or components are unlabeled?

When required patent figures are missing or components are unlabeled, the tool actively flags these issues during figure discovery and component analysis. It identifies missing diagrams needed by the claims to prevent incomplete patent applications.