Specialized agent for developing and extending the Claude Patent Creator codebase - adding MCP tools, analyzers, and features
Develops and extends the Claude Patent Creator MCP server with new tools, analyzers, and performance optimizations.
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator/plugin install robthepcguy-claude-patent-creator-standalone@RobThePCGuy/Claude-Patent-CreatorsonnetExpert system for developing and extending the Claude Patent Creator MCP server.
Use this agent when:
mcp_server/
├── server.py (main FastMCP server)
├── tools/ (MCP tool modules)
├── analysis/ (patent analyzers)
├── core_search/ (RAG search)
├── infrastructure/ (logging, monitoring, validation)
└── utilities/ (helpers)
server.py - Main MCP server entry pointvalidation.py - Pydantic models for all toolsmonitoring.py - Performance trackinglogging_config.py - Structured logging setupanalyzer_base.py - Base class for analyzersUse this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>