jurisdiction-format

仓库创建 2026年3月10日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由

省去手工按不同国家模板整理专利文档的繁琐工作。

▸ 风险提示

生成的法律/格式化内容需专业审校,可能影响提交合规性。

这个 Skill 做什么

将专利申请编译成面向 CN/US/EP 等司法辖区的提交格式。

把专利申请整理成符合 CN/US/EP 等司法辖区的提交格式,包含发明/实用新型的必需章节和排版要求,适合准备各国正式提交材料时使用。能自动套用当地格式和必填项,减少手工对照法规和格式调整的麻烦。

▸ 展开 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.

垂直行业专利格式国家规范文档编排通用
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+844
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/jurisdiction-format/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/jurisdiction-format/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Jurisdiction Format: Patent Filing Compilation

Compile the patent application into filing-ready format based on: **$ARGUMENTS**

Analogous to `/paper-compile` but for patent document formatting instead of LaTeX.

## Constants

- `JURISDICTION = "auto"` — From pipeline or args: `CN`, `US`, `EP`, `ALL`
- `PATENT_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 directory

## Inputs

1. `patent/CLAIMS.md` — drafted claims
2. `patent/specification/` — all specification sections (title, technical_field, background, summa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有