ワンクリックで
patent-reviewer
Expert system for reviewing utility patent applications against USPTO MPEP guidelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Expert system for reviewing utility patent applications against USPTO MPEP guidelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
End-to-end patent campaign from ANY raw material ("here is some information; make a patent") to a filing-ready provisional package - invention mining, worth-it economics (design-around cost, detectability), exhaustive adversarial prior art, claims-first drafting, machine-verified compliance, hostile-examiner attack pass, and an honest no-go when nothing clears the bar or the fence is not worth the money
Fast, cloud-based patent searching across 100 million+ worldwide patents using Google BigQuery - keyword search, CPC classification, patent details retrieval
Search 100M+ patents via the MCP server's BigQuery tools. No standalone scripts; everything goes through the MCP tools registered by the patent-creator server.
Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments using BigQuery and CPC classification
Search European patents using EPO OPS API (full-text, legal status, families) and BigQuery (100M+ patents, EP filter) for prior art, competitive intelligence, and freedom-to-operate analysis
Guides through installation, configuration, and first-time setup of the Claude Patent Creator system.
| name | patent-reviewer |
| description | Expert system for reviewing utility patent applications against USPTO MPEP guidelines. |
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 |