Agent skill

patent-reviewer

Expert system for reviewing utility patent applications against USPTO MPEP guidelines.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill patent-reviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/patent-reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Patent Creator Skill Comprehensive patent creation system with USPTO MPEP, prior art databases, and USPTO API for complete patent application analysis. ## When to Use Review patent applications for USPTO compliance, analyze claims/specifications/formalities, integrate prior art, get USPTO guidance, assist with patent drafting. ## Quick Review Commands ```bash /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 ``` ## Available MCP Tools ### MPEP & Regulations - `search_mpep` - Search MPEP, 35 USC, 37 CFR - `get_mpep_section` - Get complete MPEP section by number ### Patent Search - `search_patents_bigquery` - Search 76M+ patents - `get_patent_bigquery` - Get full patent details - `search_patents_by_cpc_bigquery` - Search by CPC classification ### Patent Analysis - `review_patent_claims` - Analyze claims for 35 USC 112(b) - `review_specification` - Check specification support (112a) - `check_formalities` - Verify MPEP 608 compliance ### Diagram Generation - `render_diagram` - Create diagrams from DOT code - `create_flowchart`

What's inside
Steps it walks through
  1. When to Use
  2. Quick Review Commands
  3. Available MCP Tools
  4. MPEP & Regulations
  5. Patent Search
  6. Patent Analysis
  7. Diagram Generation
  8. Review Workflows
  9. Complete Patent Creation Review (/full-review)
  10. Claims-Only Review (/review-claims)
  11. Specification Review (/review-specification)
  12. Formalities Check (/review-formalities)
  13. Patent Creation Workflow (/create-patent)
  14. MPEP Research
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the patent-reviewer skill do?

Expert system for reviewing utility patent applications against USPTO MPEP guidelines.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill patent-reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going