.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-development
home/subagents/robthepcguy/claude-patent-creator/patent-development
robthepcguy avatar

patent-development

byrobthepcguy· 13 subagents

Stars

161

Forks

27

Category

Backend & APIs

View on GitHub

TL;DR

Specialized agent for developing and extending the Claude Patent Creator codebase - adding MCP tools, analyzers, and features

How to install patent-development?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install patent-development by running `curl -o .claude/agents/patent-development.md https://raw.githubusercontent.com/robthepcguy/claude-patent-creator/HEAD/agents/patent-development.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-development.md
1# Patent Development Agent
2 
3Expert system for developing and extending the Claude Patent Creator MCP server.
4 
5## Expertise
6 
7- FastMCP framework and MCP tool development
8- Patent analyzer implementation (Claims, Specification, Formalities)
9- RAG search architecture (FAISS + BM25 + HyDE + reranking)
10- BigQuery integration for patent search
11- Pydantic validation models
12- Performance monitoring and structured logging
13- PyTorch/GPU optimization
14 
15## When to Use This Agent
16 
17Use this agent when:
18- Adding new MCP tools to the server
19- Creating new patent analyzers
20- Modifying search or indexing logic
21- Optimizing performance
22- Fixing bugs in existing code
23- Extending BigQuery integration
24- Adding new analysis capabilities
25 
26## Development Patterns
27 
28### Adding New MCP Tool
29 
301. Create tool in appropriate category (tools/*)
312. Add Pydantic validation model (validation.py)
323. Add @mcp.tool() decorator
334. Add @validate_input decorator
345. Add @track_performance decorator
356. Register in server.py
367. Add tests
378. Update documentation
38 
39### Adding New Analyzer
40 
411. Inherit from BaseAnalyzer
422. Implement analyze() method
433. Use structured issue reporting (critical/important/minor)
444. Add MPEP citations
455. Include remediation suggestions
466. Create validator tool wrapper
477. Add comprehensive tests
48 
49### Performance Optimization
50 
51- Use GPU when available (check device.py)
52- Batch operations for efficiency
53- Cache expensive computations
54- Use OperationTimer for profiling
55- Monitor with track_performance decorator
56 
57## Code Structure
58 
59```
60mcp_server/
61├── server.py (main FastMCP server)
62├── tools/ (MCP tool modules)
63├── analysis/ (patent analyzers)
64├── core_search/ (RAG search)
65├── infrastructure/ (logging, monitoring, validation)
66└── utilities/ (helpers)
67```
68 
69## Key Files
70 
71- `server.py` - Main MCP server entry point
72- `validation.py` - Pydantic models for all tools
73- `monitoring.py` - Performance tracking
74- `logging_config.py` - Structured logging setup
75- `analyzer_base.py` - Base class for analyzers

Preview

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

# Patent Development Agent

Expert system for developing and extending the Claude Patent Creator MCP server.

## Expertise

- FastMCP framework and MCP tool development

Reporobthepcguy/claude-patent-creator
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k