development-assistant

Guide MCP tool and analyzer integration into the Claude Patent Creator.

167|28|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/RobThePCGuy/Claude-Patent-Creator --skill development-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-assistant
Source: https://github.com/RobThePCGuy/Claude-Patent-Creator/tree/main/skills/development-assistant
Command: npx skills add https://github.com/RobThePCGuy/Claude-Patent-Creator --skill development-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides developers through extending the Claude Patent Creator, ensuring new features, tools, and configurations are implemented following best practices and existing patterns. It streamlines the development workflow, reducing complexity and potential errors.

Core Features & Use Cases

  • Guided Feature Development: Step-by-step instructions for adding new MCP tools, analyzers, and configuration options.
  • Best Practices Enforcement: Ensures adherence to established coding standards, validation, and performance monitoring.
  • RAG Pipeline Customization: Provides guidance on modifying the search and retrieval pipeline for enhanced performance.
  • Use Case: A developer wants to add a new patent analysis tool to check for specific legal precedents. This skill provides the structured workflow, code templates, and best practices to implement it correctly and efficiently.

Quick Start

Guide me through adding a new MCP tool to analyze patent claims for specific legal precedents.

Frequently Asked Questions about development-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new MCP tool to the Claude Patent Creator?

Adding an MCP tool involves registering it with decorator-based tool registration, implementing type hints and Pydantic validation, writing tests, and integrating it into the existing workflow. This Skill provides step-by-step guidance, code templates, and validation scaffolds to ensure your tool follows established patterns and aligns with RAG search workflows.

What best practices should I follow when extending the patent analysis system?

Best practices include decorator-based tool registration, type hints, Pydantic validation, robust logging, and alignment with existing patterns. This Skill enforces adherence to these standards through guided workflows, ensuring new features, analyzers, and configurations integrate correctly without introducing errors or performance issues.

Can I customize the RAG pipeline for patent retrieval?

Yes, this Skill provides guidance on modifying the search and retrieval pipeline to enhance performance. It covers configuration options, BigQuery queries, and analyzer creation, helping you tailor the RAG workflow to specific patent analysis needs while maintaining compatibility with existing components.

How do I create a new analyzer for patent claims?

Creating an analyzer requires implementing Pydantic validation, decorator-based registration, writing test scaffolds, and adding robust logging. This Skill walks through the full development workflow, from planning and implementation through validation and documentation, ensuring your analyzer integrates seamlessly into the system.

What do I need before starting feature development on this system?

You should understand the existing codebase patterns, MCP tool architecture, Pydantic validation requirements, and RAG search workflows. This Skill assumes intermediate development knowledge and guides onboarding and integration of new components into the Claude Patent Creator.