Setup Patent System banner
RobThePCGuy RobThePCGuy

Setup Patent System

Productivity community

Description

--- description: One-time setup for the patent creator system - downloads MPEP, builds search index, configures BigQuery allowed-tools: Bash, Read, Write --- # Setup Patent Creator System Complete one-time setup for all patent creator capabilities. ## What This Does The `patent-creator setup` CLI handles everything automatically: 1. **Detect GPU** and install PyTorch with correct CUDA version 2. **Download MPEP PDFs** (500MB) - USPTO examination manual 3. **Download Legal Sources** - 35 USC

Installation

Installs to ~/.claude/skills/robthepcguy-claude-patent-creator-setup-patent-system/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robthepcguy-claude-patent-creator-setup-patent-system && curl -fsSL https://raw.githubusercontent.com/RobThePCGuy/Claude-Patent-Creator/HEAD/commands/setup-patent-system.md -o ~/.claude/skills/robthepcguy-claude-patent-creator-setup-patent-system/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository