用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill patent-reviewer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when retrieving arbitration institutional rules (ICC, LCIA, SCC, SIAC, HKIAC, VIAC, МКАС/МАК при ТПП України, UNCITRAL) — fetching current version, verifying redaction applicable to the date of arbitration agreement, constructing URLs for official rule texts
Use when choosing the Polish legal regime for letters, requests, applications, complaints, petitions, public-information requests, KPA filings, PPSA complaints, RODO access requests, registry extracts, court-file access, tax/ZUS/cudzoziemcy/USC procedures, or professional lawyer letters. Prevents mixing UDIP, KPA, PPSA, RODO, registry, special-procedure, and advocate/radca letter regimes.
Use when preparing applications for recognition and enforcement of foreign arbitral awards in Poland, applications for setting aside arbitral awards under KPC art. 1205–1211, or opposing such applications — mapping Article V of the 1958 New York Convention to art. 1214–1215 of the Polish KPC, identifying grounds for refusal, structuring public policy arguments
基于 SOC 职业分类
正在显示 SKILL.md
| name | patent-reviewer |
| title | Patent Creator Skill |
| description | Expert system for reviewing utility patent applications against USPTO MPEP guidelines. |
| author | RobThePCGuy |
| author_url | https://github.com/RobThePCGuy/Claude-Patent-Creator/tree/main/skills/patent-reviewer |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | us |
| practice | ip |
| language | en |
Comprehensive patent creation system with USPTO MPEP, prior art databases, and USPTO API for complete patent application analysis.
Review patent applications for USPTO compliance, analyze claims/specifications/formalities, integrate prior art, get USPTO guidance, assist with patent drafting.
/full-review # Complete parallel review
/review-claims # 35 USC 112b compliance
/review-specification # 35 USC 112a compliance
/review-formalities # MPEP 608 compliance
/create-patent # New patent application
search_mpep - Search MPEP, 35 USC, 37 CFRget_mpep_section - Get complete MPEP section by numbersearch_patents_bigquery - Search 100M+ patentsget_patent_bigquery - Get full patent detailssearch_patents_by_cpc_bigquery - Search by CPC classificationreview_patent_claims - Analyze claims for 35 USC 112(b)review_specification - Check specification support (112a)check_formalities - Verify MPEP 608 compliancerender_diagram - Create diagrams from DOT codecreate_flowchart - Generate patent-style flowchartscreate_block_diagram - Create system block diagramsadd_diagram_references - Add reference numbersRuns all analyzers in parallel for comprehensive analysis:
Output:
35 USC 112(b) Compliance:
35 USC 112(a) Requirements:
MPEP 608 Compliance:
Complete 6-phase patent drafting (55-80 minutes):
Output: USPTO-ready filing package with diagrams
# General search
search_mpep("claim definiteness 112(b)", top_k=5)
# Filtered by source
search_mpep("enablement", source_filter="35_USC")
search_mpep("abstract", source_filter="MPEP")
# Get specific section
get_mpep_section("2173") # Claim definiteness
| Section | Topic |
|---|---|
| 608 | Formalities (abstract, title, drawings) |
| 2100 | Patentability requirements |
| 2163 | Guidelines for 35 USC 112(a) |
| 2173 | Claim definiteness (35 USC 112(b)) |
# BigQuery search (100M+ patents)
search_patents_bigquery(
query="neural network training",
country="US",
start_year=2020,
limit=20
)
# CPC classification search
search_patents_by_cpc_bigquery(cpc_code="G06N3", limit=50)
Integrate findings:
Before Review:
During Review:
After Review:
Critical (Must Fix):
Important (Should Fix):
Minor (Optional):
| Requirement | Citation | Tool |
|---|---|---|
| Antecedent basis | 35 USC 112(b) | review_patent_claims |
| Written description | 35 USC 112(a) | review_specification |
| Enablement | 35 USC 112(a) | review_specification |
| Abstract length | MPEP 608.01(b) | check_formalities |
| Title format | MPEP 606 | check_formalities |