CN Patent Drafter
Drafts CNIPA-compliant Chinese patent claims and abstracts in LaTeX
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 29, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 9b02d39
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 29, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Drafted claims plus an abstract for the same 45-line Python risk-scoring module twice and ran a compliance checker over both: the no-skill draft came out at 314 abstract characters (CNIPA's hard limit is 300), used two banned vague words, and put an illegal 'claims 1 to 3' back-reference in a dependent claim, while the skill-guided draft landed at 261 characters, zero vague words, quoted all five real function names and nine exact constants from the source, and gave every parameter a range plus a preferred value. It also self-reported the one checklist item it could not satisfy. The catch: the repo ships no main.tex and its recommended preamble never defines the \inventionTitle, \inventor, \applicant and \filingDate macros its own request-form template uses, so the final 'compile to PDF' step needs hand-built scaffolding.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What CN Patent Drafter does
Drafts and compliance-checks the five documents of a Chinese invention patent application (request form, abstract, claims, specification, drawings) as LaTeX sources, using a bundled 36-item CNIPA 2025-2026 checklist and four placeholder templates. Triggers on Chinese-language requests mentioning 发明专利, 权利要求, 说明书, CNIPA, paragraph markers like [0001], or edits to .tex files under a patent-tex project. Scoped to CN invention patents only; software copyright, utility model and design patents are explicitly out of scope.
How to install CN Patent Drafter
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger CN Patent Drafter
-
/cn-patent-drafterDrafts CNIPA-compliant Chinese patent claims and abstracts in LaTeX
It also activates on plain-language prompts like these:
-
帮我把这个风险评分模块的技术方案,按照中国发明专利的格式起草出权利要求书和说明书摘要 -
这份发明专利申请文件麻烦按照最新的CNIPA审查标准,帮我做一次三十六项的合规性自我检查 -
把说明书里编号为[0033]的这一段内容,按照专利撰写规范重新扩写得更加详细完整一些,谢谢
Frequently asked questions
- Is the CN Patent Drafter skill free?
- Yes. The skill itself is free from handsomeZR-netizen/cn-patent-drafter. SkillProof publishes the install command and an independent test verdict at no cost.
- Does CN Patent Drafter work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 29, 2026. Verdict: Tested · Works. Drafted claims plus an abstract for the same 45-line Python risk-scoring module twice and ran a compliance checker over both: the no-skill draft came out at 314 abstract characters (CNIPA's hard limit is 300), used two banned vague words, and put an illegal 'claims 1 to 3' back-reference in a dependent claim, while the skill-guided draft landed at 261 characters, zero vague words, quoted all five real function names and nine exact constants from the source, and gave every parameter a range plus a preferred value. It also self-reported the one checklist item it could not satisfy. The catch: the repo ships no main.tex and its recommended preamble never defines the \inventionTitle, \inventor, \applicant and \filingDate macros its own request-form template uses, so the final 'compile to PDF' step needs hand-built scaffolding.
- What is the CN Patent Drafter SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install CN Patent Drafter?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use CN Patent Drafter with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.