specification-writing

Writes complete patent specification sections from claims and invention disclosure documents.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill specification-writing-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specification-writing
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/specification-writing
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill specification-writing-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Drafting a full patent specification that properly supports every claim element is slow and error-prone, with strict jurisdiction-specific rules for structure, language, and word limits. ## Core Features & Use Cases - Section-by-Section Drafting: Generates title, technical field, background, summary, drawings description, detailed description, and abstract as separate files under patent/specification/. - Jurisdiction Awareness: Adapts format and language for CN, US, and EP filings, including abstract word limits and section conventions. - Claim Support Verification: Builds a mapping table confirming every claim element has explicit specification support, then runs a cross-model review via an external reviewer model. - Use Case: After drafting claims with a patent pipeline, invoke this Skill to produce a complete Chinese or English specification with consistent reference numerals and an index of all sections. ## Quick Start Write the full patent specification from patent/CLAIMS.md and patent/INVENTION_DISCLOSURE.md for a CN filing.

Frequently Asked Questions about specification-writing

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

FAQPage Schema
How do I write a patent specification from existing claims?

Provide the claims file and invention disclosure as inputs, and the Skill generates each specification section in order: title, technical field, background, summary, drawings description, detailed description, and abstract. It then verifies every claim element has supporting description.

What inputs are required to draft a patent specification?

The Skill expects patent/CLAIMS.md as the primary source, plus patent/INVENTION_DISCLOSURE.md and optionally patent/PRIOR_ART_REPORT.md for the background section. User-provided figures can also be incorporated into the drawings description.

Does it support Chinese, US, and European patent formats?

Yes, jurisdiction is set to auto by default and can be CN, US, EP, or ALL. Language follows jurisdiction: Chinese for CN filings and English for US and EP, with format-specific rules loaded from shared reference files.

How does the specification ensure every claim element is supported?

A claim support verification step maps each claim element to its specification section, paragraph, and reference numeral in a table. Missing support triggers additional description before the cross-model review checks written description, enablement, and consistency.

What content is excluded from the patent specification?

The specification excludes experimental results, accuracy metrics, numerical performance claims, and subjective language like excellent or superior. Advantages are framed structurally from technical features rather than empirical findings.