plugins/utopia-azraq-engagement/skills/patent-reviewer/SKILL.md
Expert system for reviewing utility patent applications against USPTO MPEP guidelines.
npx skillsauth add The-Utopia-Studio/skills patent-reviewerInstall 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.
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 |
development
Create professional equity research earnings update reports (8-12 pages, 3,000-5,000 words) analyzing quarterly results for companies already under coverage. Fast-turnaround format focusing on beat/miss analysis, key metrics, updated estimates, and revised thesis. Includes 1-3 summary tables and 8-12 charts. Use when user requests "earnings update", "quarterly update", "earnings analysis", "Q1/Q2/Q3/Q4 results", or post-earnings report.
development
Updates a presentation with new numbers — quarterly refreshes, earnings updates, comp rolls, rebased market data. Use whenever the user asks to "update the deck with Q4 numbers", "refresh the comps", "roll this forward", "swap in the new earnings", "change all the $485M to $512M", or any request to swap figures across an existing deck without rebuilding it.
development
Real DCF (Discounted Cash Flow) model creation for equity valuation. Retrieves financial data from SEC filings and analyst reports, builds comprehensive cash flow projections with proper WACC calculations, performs sensitivity analysis, and outputs professional Excel models with executive summaries. Use when users need to value a company using DCF methodology, request intrinsic value analysis, or ask for detailed financial modeling with growth projections and terminal value calculations.
tools
Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract, normalize, and standardize financial data into investment committee-ready Excel workbooks with consistent structure, proper formatting, and documented assumptions. Use for M&A due diligence, private equity analysis, investment committee materials, and standardizing financial reporting across portfolio companies. Do not use for simple financial calculations or working with already-completed data packs.