patent-development

patent-development is an agent for coding agents from RobThePCGuy/Claude-Patent-Creator. It costs 27 tokens per session (518 once invoked), scanned A, original, MIT.

A coding assistant for extending the Claude Patent Creator software, which helps analyze and search patents. It covers new search tools, patent analyzers, integrations, performance work, bug fixes, and tests.

In plain words
What is it for?
Use it when adding MCP tools, analyzers, search and indexing logic, BigQuery integration, input validation, performance monitoring, or tests to the Patent Creator codebase.
Why use it?
It gives developers project-specific guidance for changing a patent-analysis system without overlooking validation, registration, documentation, or testing steps.

Agent

Part of the claude-patent-creator-standalone plugin — 17 skills, 16 commands, 13 agents, 2 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/robthepcguy/claude-patent-creator/patent-development
Clone the repo
git clone --depth 1 https://github.com/RobThePCGuy/Claude-Patent-Creator

Or install claude-patent-creator-standalone, the plugin that ships this one along with the rest of its 17 skills, 16 commands, 13 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for patent-development

README.md
[![agentmods](https://agentmods.dev/badge/agents/robthepcguy/claude-patent-creator/patent-development.svg)](https://agentmods.dev/agents/robthepcguy/claude-patent-creator/patent-development)
Your own site
<a href="https://agentmods.dev/agents/robthepcguy/claude-patent-creator/patent-development"><img src="https://agentmods.dev/badge/agents/robthepcguy/claude-patent-creator/patent-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00518
Opus 5 $0.00014 $0.00259
Sonnet 5 $0.00005 $0.00104
Haiku 4.5 $0.00003 $0.00052

Measured 5d ago against content hash 819fb06ccf94, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

patent-development scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agents/patent-development.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Patent Development Agent

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

Expertise

  • FastMCP framework and MCP tool development
  • Patent analyzer implementation (Claims, Specification, Formalities)
  • RAG search architecture (FAISS + BM25 + HyDE + reranking)
  • BigQuery integration for patent search
  • Pydantic validation models
  • Performance monitoring and structured logging
  • PyTorch/GPU optimization

When to Use This Agent

Use this agent when:

  • Adding new MCP tools to the server
  • Creating new patent analyzers
  • Modifying search or indexing logic
  • Optimizing performance
  • Fixing bugs in existing code
  • Extending BigQuery integration
  • Adding new analysis capabilities

Development Patterns

Adding New MCP Tool

  1. Create tool in appropriate category (tools/*)
  2. Add Pydantic validation model (validation.py)
  3. Add @mcp.tool() decorator
  4. Add @validate_input decorator
  5. Add @track_performance decorator
  6. Register in server.py
  7. Add tests
  8. Update documentation

Adding New Analyzer

  1. Inherit from BaseAnalyzer
  2. Implement analyze() method
  3. Use structured issue reporting (critical/important/minor)
  4. Add MPEP citations
  5. Include remediation suggestions
  6. Create validator tool wrapper
  7. Add comprehensive tests

Performance Optimization

  • Use GPU when available (check device.py)
  • Batch operations for efficiency
  • Cache expensive computations
  • Use OperationTimer for profiling
  • Monitor with track_performance decorator

Code Structure

mcp_server/
├── server.py (main FastMCP server)
├── tools/ (MCP tool modules)
├── analysis/ (patent analyzers)
├── core_search/ (RAG search)
├── infrastructure/ (logging, monitoring, validation)
└── utilities/ (helpers)

Key Files

  • server.py - Main MCP server entry point
  • validation.py - Pydantic models for all tools
  • monitoring.py - Performance tracking
  • logging_config.py - Structured logging setup
  • analyzer_base.py - Base class for analyzers

Read the full file on GitHub · 83 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 83 lines · 27 tokens per session scan A 819fb06ccf94

Subscribe to this mod's changes

patent-development is an agent published in the GitHub repository RobThePCGuy/Claude-Patent-Creator (178 stars, last pushed 12d ago), licensed MIT. It adds 27 tokens to every session and 518 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

tax-reviewer

Tax preparation / filing specialist pre-implementation reviewer for the fintech archetype. Outputs threat model TM-tax-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 42 tokens

edtech-reviewer

Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…

avelikiy/great_cto · 112 tokens

healthcare-reviewer

Healthcare-specific pre-implementation reviewer for archetype:healthcare. Specialises in HIPAA Security Rule (45 CFR 164.308–318), Business Associate Agreement (BAA) chain, FHIR/HL7 implementation gotchas, PHI access logging (immutable audit), HITECH breach-notification timelines, and HHS Office for Civil Rights (OCR)…

avelikiy/great_cto · 103 tokens

voice-ai-reviewer

Voice-AI / telephony pre-implementation reviewer. Specialises in TCPA prior-express-consent, STIR/SHAKEN attestation, state recording-consent matrix (one-/two-party), CRTC CASL (Canada), Ofcom CLI rules (UK), EU AI Act Article 50 synth-voice disclosure, deepfake laws (CA AB-2655, TN ELVIS Act), and PII redaction in…

avelikiy/great_cto · 121 tokens

adtech-privacy-reviewer

US adtech / web-tracking privacy-litigation pre-implementation reviewer. Outputs threat model TM-adtech-{slug}.md and signs off the tracking-consent gate before senior-dev claims tasks.

avelikiy/great_cto · 46 tokens

isms-compliance-auditor

Expert in ISMS policy alignment, ISO 27001:2022, NIST CSF 2.0, CIS Controls v8.1, EU CRA, GDPR, NIS2, security documentation, and evidence-based compliance verification.

Hack23/European-Parliament-MCP-Server · 55 tokens