USPTO patent creation and analysis system with hybrid RAG search, BigQuery access to 100M+ patents, automated compliance checking, prior art search, and diagram generation.
npx claudepluginhub robthepcguy/claude-patent-creatorComplete self-contained patent creation system - NO MCP server required. Uses Claude Code skills, agents, commands, and hooks.
Share bugs, ideas, or general feedback.
An AI-powered patent creation and analysis system for Claude Code.
I built this because I needed to file a patent myself. I used AI to build the system, used the system to file the patent, and it worked. Now it's open source so anyone can use it, whether you're a developer exploring AI tooling or a patent professional looking to speed up your workflow.
In plain terms, this tool lets you:
Pick the path that fits your setup. All three get you to the same place.
If you're already using Claude Code, this is the fastest way in:
# Add the marketplace and install
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator
/plugin install claude-patent-creator-standalone@claude-patent-creator
# Run setup
/claude-patent-creator-standalone:setup-patent-system
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setup
This handles everything automatically: installs dependencies, detects your GPU, downloads MPEP PDFs (~500MB), builds the search index, and registers the MCP server with Claude Code. Restart Claude Code when it finishes.
git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
# Optional: use a virtual environment
python -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows
pip install -e .
patent-creator setup
After any install path, run:
patent-creator health
You should see a status report showing which components are ready. If something's off, the output will tell you what to fix.
Here are some real examples. You can type these directly in Claude Code and the right skill or tool kicks in automatically.