Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub sonesuke/patent-kit --plugin patent-kitPerforms claim analysis by comparing product features against patent elements. Triggered when: - The user asks to: * "perform claim analysis" * "analyze claim elements" * "analyze claims" * "analyze claim similarities" * "compare product features against patent elements" - The user mentions: * "claim analysis" with "patent" or "elements" * "similarity" with "elements" or "claims" - `patents.db` exists with `elements` table populated and `features` table populated
Conducts an interview to define the product concept and identify competitors. Triggered when: - The user wants to start a patent investigation for a new product, idea, or concept (e.g., "start a patent search for a new product", "patent investigation for a new idea") - The user explicitly requests: * "conduct concept interview" * "define product concept" * "define search requirements"
Analyzes screened patents by decomposing claims and elements. Triggered when: - The user asks to: * "evaluate the patent" * "analyze claim elements" - `patents.db` exists with `screened_patents` table populated
INTERNAL SKILL - For agent/skill use only. Do not invoke directly from user prompts. Retrieves patent investigation data from SQLite database. This skill is designed to be called by other skills (e.g., evaluating, screening) and should NOT be triggered by direct user requests.
Initializes the patent investigation database and imports CSV files. Use this skill to set up the SQLite database (patents.db) before running screening. Supports database initialization and CSV import. Example usage: - "Initialize the patent database and import CSV files from csv/"
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Professional patent workflow prompts for claims drafting, prosecution, prior art analysis, claim charting, continuation strategy, and portfolio management. Built by a patent attorney for real-world patent work.
Search and retrieve patents from Espacenet via the EPO Open Patent Services API. Supports CQL search, bibliographic data, paginated full-text reading, keyword search within patents, patent family lookup, legal status, and citation analysis.
Complete self-contained patent creation system - NO MCP server required. Uses Claude Code skills, agents, commands, and hooks.
Intellectual property research toolkit — async Python clients and 111 default MCP tools for patent, trademark, litigation, fee, and substantive-law research.
KIPRIS API 기반 특허 동향 분석 - 키워드 클러스터링, 검색 최적화, 다축 분류, 시각화 대시보드 생성
Runs first-pass trademark clearance and freedom-to-operate triage, screens invention disclosures for initial patentability, drafts and triages cease-and-desist letters and DMCA takedowns (send and respond), checks open source compliance, reviews IP clauses, and tracks registrations and renewal deadlines.
arXiv CLI - Search and analyze papers from arXiv with Cypher query support
Spec-as-Code governance tool for Claude. Enforces deep architectural integrity and realizability through a three-gate pipeline (Validate, Align, Trace).
Google Patent CLI - Search and analyze patents from Google Patents with MCP integration
AI-Native Patent Analysis Kit, designed for Claude Code.
[!IMPORTANT] > Disclaimer: This tool is provided for informational purposes only. The outputs do not constitute legal advice or professional patent opinions.
A complete toolkit that empowers AI agents to autonomously search, analyze, and evaluate patents with human-level precision.
This kit provides structured commands to automate:
Add this repository as a marketplace and install the plugin to your Claude Code environment:
# 1. Add this repository as a marketplace
claude plugin marketplace add sonesuke/patent-kit
# 2. Install the plugin (automatically loads required MCPs)
claude plugin install patent-kit@patent-kit-marketplace
You must have the following CLI tools installed and accessible in your system PATH. When this plugin is loaded, it will automatically connect to these tools as built-in MCP servers.
Navigate to your working directory and start Claude:
mkdir my-patent-project && cd my-patent-project
claude
Then run the skills in order:
/patent-kit:concept-interview
# Output: specification.md
Define product concept and identify competitors.
/patent-kit:concept-interview
# Output: specification.md
Generate search queries and create a target population.
/patent-kit:targeting
# Output: targeting.md, keywords.md, csv/
Screen patents for relevance and evaluate claims.
/patent-kit:screening
# Output: patents.db (screening results)
/patent-kit:evaluating
# Output: patents.db (claims and elements)
Compare product features against patent elements.
/patent-kit:claim-analyzing
# Output: patents.db (similarity results)
Search for prior art references for patents with Moderate/Significant similarities.
/patent-kit:prior-art-researching
# Output: patents.db (prior art references)
Track progress across all phases at any time.
/patent-kit:investigation-reporting
# Output: PROGRESS.md (overall progress)
# Output: <patent_id>.md (specific patent report)
.
├── specification.md # Phase 0: Product definition
├── targeting.md # Phase 1: Search strategy
├── keywords.md # Phase 1: Search keywords
├── csv/ # Phase 1: Target patent data
│ └── *.csv
└── patents.db # SQLite database for all investigation data
| Skill | Purpose |
|---|---|
concept-interviewing | Define product concept and identify competitors |
targeting | Create target population from patent databases |
screening | Filter patents by legal status and relevance |
evaluating | Decompose claims and elements for relevant patents |
claim-analyzing | Compare product features against patent elements |
prior-art-researching | Search for prior art references |
investigation-reporting | Generate progress reports |
These skills are automatically invoked by other skills and should not be used directly.
| Skill | Purpose |
|---|---|
investigation-preparing | Initialize SQLite database and import CSV files |
investigation-fetching | Retrieve data from SQLite database |
investigation-recording | Record data to SQLite database |
legal-checking | Review documents for legal compliance violations |
MIT