skills/jurisdiction-format/SKILL.md
Compile patent application into jurisdiction-specific filing format. Use when user says "格式转换", "jurisdiction format", "国家格式", "compile patent", or wants formatted patent documents for CN/US/EP filing.
npx skillsauth add wanshuiyin/Auto-claude-code-research-in-sleep jurisdiction-formatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compile the patent application into filing-ready format based on: $ARGUMENTS
Analogous to /paper-compile but for patent document formatting instead of LaTeX.
JURISDICTION = "auto" — From pipeline or args: CN, US, EP, ALLPATENT_TYPE = "invention" — invention (发明专利) or utility_model (实用新型, CN only)OUTPUT_FORMAT = "markdown" — markdown (for review) or docx (for filing, requires python-docx)OUTPUT_DIR = "patent/output/" — Base output directorypatent/CLAIMS.md — drafted claimspatent/specification/ — all specification sections (title, technical_field, background, summary, drawings_description, detailed_description, abstract)patent/figures/ — figure descriptions and numeral indexpatent/INVENTION_DISCLOSURE.md — for metadataLoad ../shared-references/patent-format-cn.md for CNIPA document structure and formatting rules.
Load ../shared-references/patent-format-us.md for USPTO document structure.
Load ../shared-references/patent-format-ep.md for EPO document structure.
From $ARGUMENTS or constant:
CN -> Generate CNIPA format onlyUS -> Generate USPTO format onlyEP -> Generate EPO format onlyALL -> Generate all three formatsOutput to patent/output/CN/:
patent/CLAIMS.mdCombine all specification sections in CNIPA order:
If OUTPUT_FORMAT = "markdown":
If OUTPUT_FORMAT = "docx":
Output to patent/output/US/:
Combine all sections in USPTO order:
Format drawings references as "FIG. 1" (not "Figure 1").
Generate a skeleton ADS with:
Output to patent/output/EP/:
Combine all sections in EPO Rule 42 order:
Format drawings references as "FIG. 1" or "Figure 1".
Verify across all generated formats:
Write patent/output/OUTPUT_SUMMARY.md:
## Patent Filing Documents
### Generated Files
#### CN (CNIPA)
| File | Description | Status |
|------|-------------|--------|
| 权利要求书.md | Claims in CN format | Complete |
| 说明书.md | Description in CN format | Complete |
| 说明书摘要.md | Abstract (CN) | Complete |
#### US (USPTO)
| File | Description | Status |
|------|-------------|--------|
| claims.md | Claims in US format | Complete |
| specification.md | Description in US format | Complete |
| abstract.md | Abstract (US) | Complete |
| ads_template.md | Application Data Sheet skeleton | Complete |
#### EP (EPO)
| File | Description | Status |
|------|-------------|--------|
| claims.md | Claims in EP format | Complete |
| description.md | Description in EP format | Complete |
| abstract.md | Abstract (EP) | Complete |
### Consistency Check
- [ ] All claims present in all formats
- [ ] Reference numerals consistent
- [ ] Language correct per jurisdiction
OUTPUT_FORMAT = "docx", check that python-docx is available; if not, fall back to markdown.research
Generate a structured paper outline from review conclusions and experiment results. Use when user says \"写大纲\", \"paper outline\", \"plan the paper\", \"论文规划\", or wants to create a paper plan before writing.
research
Generate a structured paper outline from review conclusions and experiment results. Use when user says "写大纲", "paper outline", "plan the paper", "论文规划", or wants to create a paper plan before writing.
development
Get a deep critical review of research from an external reviewer backend (Codex or manual). Use when user says "review my research", "help me review", "get external review", or wants critical feedback on research ideas, papers, or experimental results.
research
Turn a vague research direction into a problem-anchored, elegant, frontier-aware, implementation-oriented method plan via iterative GPT-5.5 review. Use when the user says "refine my approach", "帮我细化方案", "decompose this problem", "打磨idea", "refine research plan", "细化研究方案", or wants a concrete research method that stays simple, focused, and top-venue ready instead of a vague or overbuilt idea.