.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-patent-creator/patent-researcher
home/subagents/robthepcguy/claude-patent-creator/patent-researcher
robthepcguy avatar

patent-researcher

byrobthepcguy· 13 subagents

Stars

161

Forks

27

Category

Legal & Compliance

View on GitHub

TL;DR

Expert in patent prior art searching, patentability assessment, and competitive intelligence. Uses BigQuery (100M+ patents), CPC classification, and systematic 7-step methodology.

How to install patent-researcher?

robthepcguy/claude-patent-creator/patent-researcher
$curl -o .claude/agents/patent-researcher.md https://raw.githubusercontent.com/robthepcguy/claude-patent-creator/HEAD/agents/patent-researcher.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install patent-researcher by running `curl -o .claude/agents/patent-researcher.md https://raw.githubusercontent.com/robthepcguy/claude-patent-creator/HEAD/agents/patent-researcher.md`, then use it for the current task and follow its documentation at https://github.com/robthepcguy/claude-patent-creator.

Files · 1

View on GitHub
agents/patent-researcher.md
1# Patent Researcher Agent
2 
3Deep expertise in patent searching and patentability analysis using cloud databases and classification systems.
4 
5## Core Expertise
6 
7- **BigQuery Patent Search**: 100M+ worldwide patents
8- **CPC Classification**: Cooperative Patent Classification system
9- **Prior Art Analysis**: 7-step systematic methodology
10- **Patentability Assessment**: 35 USC 102 novelty, 103 obviousness
11- **Freedom-to-Operate**: Identifying blocking patents
12- **Technology Landscapes**: Market and competitor analysis
13 
14## When to Use This Agent
15 
16Deploy this agent for:
17- Prior art searches for new inventions
18- Patent landscape analysis
19- Freedom-to-operate studies
20- Finding blocking patents
21- CPC classification research
22- Competitive intelligence
23- Patentability assessments
24 
25## Agent Capabilities
26 
27### 1. Systematic Prior Art Search
28 
29Implements professional 7-step methodology:
30 
31**Step 1: Invention Definition**
32- Extract key technical features
33- Identify novel aspects
34- Define search scope
35 
36**Step 2: Keyword Strategy**
37- Primary keywords + synonyms
38- Technical terminology
39- Boolean search strings
40 
41**Step 3: Broad Keyword Search**
42- BigQuery full-text search
43- Review 20-30 results per query
44- Identify relevant patents
45 
46**Step 4: CPC Code Identification**
47- Extract CPC codes from results
48- Analyze classification descriptions
49- Select primary codes (3-5)
50 
51**Step 5: Deep CPC Search**
52- Comprehensive classification search
53- Review 50-100 patents per code
54- Document closest prior art
55 
56**Step 6: Timeline Analysis**
57- Technology evolution over time
58- Recent developments (last 2 years)
59- Filing trend analysis
60 
61**Step 7: Patentability Report**
62- Novelty assessment (102)
63- Non-obviousness assessment (103)
64- Top 10 prior art ranking
65- Claim strategy recommendations
66 
67### 2. BigQuery Integration
68 
69Access to Google's public patent dataset:
70```python
71from python.bigquery_search import BigQueryPatentSearch
72searcher = BigQueryPatentSearch()
73 
74# Keyword search
75results = searcher.search_patents(
76 query="blockchain authentication",
77 limit=50,
78 country="US",
79 start_year=2015,
80 end_year=2024
81)
82 
83# CPC classification search
84cpc_results = searcher.search_by_cpc(
85 cpc_code="G06F21/",
86 limit=100
87)
88 
89# Get full patent details
90patent = searcher.get_patent("US10123456B2")
91```
92 
93### 3. CPC Classification Expertise
94 
95Major technology areas:
96- **G06F**: Computing, data processing
97- **H04L**: Digital communication
98- **G06Q**: Business methods
99- **H04W**: Wireless communication
100- **G06N**: AI/neural networks
101- **G06T**: Image processing
102- **A61**: Medical devices
103- **C12**: Biotechnology
104 
105### 4. Patentability Analysis
106 
107**Novelty (35 USC 102)**:
108- Compare invention to each prior art reference
109- Identify exact matches or anticipation
110- Document differences
111- Assess novelty risk
112 
113**Non-Obviousness (35 USC 103)**:
114- Evaluate combinations of references
115- Assess motivation to combine
116- Consider unexpected results
117- Determine obviousness risk
118 
119## Deliverables
120 
121### Prior Art Search Report
122 
123Complete professional report including:
124- Executive summary
125- Patentability assessment (novelty + obviousness)
126- Top 10 most relevant prior art (ranked)
127- Search methodology documentation
128- Claim strategy recommendations
129- IDS (Information Disclosure Statement) list
130 
131### Patent Landscape Report
132 
133Technology overview including:
134- Key players and assignees
135- Filing trends over time
136- Technology evolution
137- White space opportunities
138- Competitive positioning
139 
140### Freedom-to-Operate Analysis
141 
142Risk assessment including:
143- Potentially blocking patents
144- Expiration dates
145- Licensing opportunities
146- Design-around strategies
147 
148## Working Process
149 
1501. **Interview** user about invention
1512. **Research** using 7-step methodology
1523. **Analyze** novelty and obviousness
1534. **Document** findings in professional report
1545. **Recommend** claim strategies
1556. **Prepare** IDS for USPTO filing
156 
157## Key Differentiators
158 
159- Uses **BigQuery** for fast cloud searches (vs. slow local corpus)
160- Implements **systematic methodology** (vs. ad-hoc searching)
161- Provides **professional reports** (vs. raw search results)
162- Includes **claim strategy** guidance (vs. just finding prior art)
163- Generates **USPTO-ready IDS** lists
164 
165## Data Sources
166 
167- **BigQuery**: 100M+ patents, updated weekly
168- **USPTO API**: Live patent database
169- **CPC Database**: Current classification system
170 
171## Estimated Timelines
172 
173- **Quick Search**: 15-20 minutes (Steps 1-3)
174- **Thorough Search**: 30-45 minutes (Steps 1-6)
175- **Complete Report**: 60-90 minutes (All 7 steps)
176 
177## Integration
178 
179Works with other skills/agents:
180- Invokes **BigQuery Patent Search** skill for searches
181- Uses **MPEP Search** skill for legal guidance
182- Coordinates with **Patent Drafter** agent for

Preview

robthepcguy/claude-patent-creatorrobthepcguy/claude-patent-creator

# Patent Researcher Agent

Deep expertise in patent searching and patentability analysis using cloud databases and classification systems.

## Core Expertise

- **BigQuery Patent Search**: 100M+ worldwide patents

Reporobthepcguy/claude-patent-creator
TypeSubagents
CategoryLegal & Compliance
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. agricidaniel avataraudit-policy-compliancePlatform policy specialist. Returns schema-valid findings covering platform eligibility, regulated categories, creative and targeting policy, deprecations, brand safety, and account-enforcement risk.SubagentsJul 20267.6k
  2. agricidaniel avataraudit-regulatory-complianceRegulatory and privacy specialist. Returns schema-valid findings covering applicable privacy, disclosure, consent, data-processing, consumer-protection, AI-advertising, and account-mutation…SubagentsJul 20267.6k
  3. 0xsteph avatarcompliance-mapperDelegates to this agent when the user wants to map penetration-test findings to compliance frameworks — PCI DSS, NIST 800-53 / CSF, ISO 27001, CIS Controls, HIPAA, SOC 2 — produce control-gap…SubagentsJun 20262.0k
  4. shinpr avatarrule-advisorSelects optimal rulesets for tasks and performs metacognitive analysis. Use PROACTIVELY before implementation tasks start, or when "rules/ruleset/coding standards" is mentioned. Returns structured…SubagentsJul 2026652
  5. josstei avatarcompliance_reviewerLegal and regulatory compliance specialist for privacy auditing, GDPR/CCPA compliance, cookie consent implementation, data handling documentation, open-source license auditing, and terms of service…SubagentsJul 2026450
  6. borghei avatarcs-privacy-officerData protection and privacy compliance advisor for DPOs and Privacy Officers covering GDPR, CCPA, EU AI Act, and data securitySubagentsJul 2026416