prior-art-search
$
npx mdskill add wanshuiyin/Auto-claude-code-research-in-sleep/prior-art-searchSearch patents and literature for prior art relevant to: **$ARGUMENTS**
SKILL.md
.github/skills/prior-art-searchView on GitHub ↗
--- name: prior-art-search description: "Search patent databases and academic literature for prior art relevant to an invention. Use when user says \"现有技术检索\", \"prior art search\", \"专利检索\", \"check patents\", or wants to find relevant prior art." argument-hint: [invention-description-or-path] allowed-tools: Bash(*), Read, Glob, Grep, WebSearch, WebFetch, Write --- # Prior Art Search Search patents and literature for prior art relevant to: **$ARGUMENTS** Adapted from `/research-lit` for patent-specific searching. ## Constants - `MAX_PATENT_RESULTS = 20` — Maximum patent documents to analyze in detail - `MAX_PAPER_RESULTS = 15` — Maximum academic papers to analyze in detail - `SEARCH_YEARS = 10` — How many years back to search - `PATENT_DATABASES = "google-patents, espacenet"` — Patent databases to search ## Inputs Read the invention description from: 1. `$ARGUMENTS` if it contains technical details 2. `patent/INVENTION_BRIEF.md` if it exists 3. `INVENTION_BRIEF.md` if it exists at project root ## Shared References Load `../shared-references/prior-art-databases.md` for search strategy templates and IPC/CPC classification guidance. ## Workflow ### Step 1: Extract Search Concepts From the invention description, identify: 1. **Core inventive concept**: The primary technical contribution (1-2 sentences) 2. **Technical problem**: What problem it solves 3. **Key technical features**: 4-6 specific technical elements that define the invention 4. **IPC/CPC classes**: Predict relevant classification codes (e.g., G06N, G06F) ### Step 2: Patent Search For EACH search concept, search via: **Google Patents** (via WebSearch): ``` WebSearch: "site:patents.google.com [keywords]" WebSearch: "[keywords] patent" ``` - Try primary keywords + technical problem keywords - Search in English regardless of target jurisdiction - For CN inventions, also search Chinese keywords via WebSearch **Espacenet** (via WebFetch): - WebFetch worldwide.espacenet.com/search results for key queries - Search by predicted IPC/CPC classes **Assignee/Inventor Search**: - If known companies/universities work in this area, search their patent portfolios - WebSearch: "[assignee name] patent [technical area]" For each potentially relevant patent found: - WebFetch the patent page to extract: title, abstract, representative claims, filing date, assignee, current status - Record IPC/CPC classification codes ### Step 3: Academic Literature Search Search the same concepts in academic databases: 1. **Google Scholar** (via WebSearch): `WebSearch "[keywords] site:scholar.google.com"` 2. **arXiv** (via `/arxiv` if available, or WebSearch): Search for preprints 3. **Semantic Scholar** (via `/semantic-scholar` if API key set, or WebSearch) For each relevant paper found: - Extract title, authors, venue, year, key contribution ### Step 4: Classification and Analysis For each reference found, assess: 1. **Relevance**: How closely does it relate to the invention? 2. **Overlap Risk**: Does it disclose the same or similar technical solution? - HIGH: Anticipates one or more claim elements - MEDIUM: Discloses a related but different approach - LOW: Same general field, different approach 3. **Relationship**: Is it anticipating, relevant, or merely background? Organize results by IPC/CPC classification to see the technical landscape. ### Step 5: Freedom-to-Operate Assessment (Preliminary) Based on the search results: - Identify patents with claims that potentially cover the invention - Note any expired patents (public domain) - Flag areas where claim scope overlap is significant **Disclaimer**: This is a preliminary assessment only. A professional freedom-to-operate analysis by a patent attorney is recommended before filing. ### Step 6: Output Write `patent/PRIOR_ART_REPORT.md` with: ```markdown ## Prior Art Search Report ### Invention Summary [1-2 sentence description of the searched invention] ### Search Strategy - Keywords used: [...] - IPC/CPC classes searched: [...] - Databases searched: Google Patents, Espacenet, Google Scholar, arXiv - Date range: [year] to present ### Patent References Found | # | Patent No. | Title | Date | Assignee | IPC/CPC | Key Teaching | Overlap Risk | |---|-----------|-------|------|----------|---------|-------------|-------------| | 1 | CN... / US... | [title] | [date] | [assignee] | [codes] | [2-3 sentences] | HIGH/MEDIUM/LOW | ### Non-Patent Literature Found | # | Reference | Title | Authors/Venue | Year | Key Contribution | Relevance | |---|-----------|-------|--------------|------|-----------------|-----------| | 1 | [DOI/link] | [title] | [authors] | [year] | [1-2 sentences] | HIGH/MEDIUM/LOW | ### Prior Art Landscape [Organized by technical approach or IPC class, not just chronological] ### Freedom-to-Operate Preliminary Assessment [Which existing patents might block the invention? What is the risk level?] ### Recommendations - Suggested claim scope adjustments based on prior art - Areas where novelty appears strongest - References to watch during prosecution ``` ## Key Rules - Never fabricate patent numbers or citations. Mark uncertain references with `[VERIFY]`. - Search in English AND the target jurisdiction language (Chinese for CN). - Patent prior art includes everything published before the priority date, not just patents. - Academic papers are valid prior art for both novelty and inventive step. - Include expired patents -- they are public domain but still relevant for novelty.
More from wanshuiyin/Auto-claude-code-research-in-sleep
- ablation-plannerUse when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission. Codex designs ablations from a reviewer's perspective, CC reviews feasibility and implements.
- alphaxivQuick single-paper lookup via AlphaXiv LLM-optimized summaries with tiered source fallback. Use when user says "explain this paper", "summarize paper", pastes an arXiv/AlphaXiv URL, or provides a bare arXiv ID for quick understanding - not for broad literature search.
- analyze-resultsAnalyze ML experiment results, compute statistics, generate comparison tables and insights. Use when user says "analyze results", "compare", or needs to interpret experimental data.
- auto-paper-improvement-loopAutonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says \"改论文\", \"improve paper\", \"论文润色循环\", \"auto improve\", or wants to iteratively polish a generated paper.
- auto-review-loopAutonomous multi-round research review loop. Repeatedly reviews via external reviewer backend (Codex or manual), implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
- auto-review-loop-llmAutonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
- auto-review-loop-minimaxAutonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
- citation-auditZero-context verification that every bibliographic entry in the paper is real, correctly attributed, and used in a context the cited paper actually supports. Uses a fresh cross-model reviewer with web/DBLP/arXiv lookup to catch hallucinated authors, wrong years, fabricated venues, version mismatches, and wrong-context citations (cite present but the cited paper does not establish the claim). Use when user says \"审查引用\", \"check citations\", \"citation audit\", \"verify references\", \"引用核对\", or before submission to ensure bibliography integrity.
- claims-draftingDraft patent claims for an invention. Use when user says \"撰写权利要求\", \"draft claims\", \"写权利要求书\", \"claim drafting\", or wants to create patent claims. The core skill of the patent pipeline.
- comm-lit-review-claude-singleCommunications-domain literature review with Claude-style knowledge-base-first retrieval. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, routing, scheduling, MAC/PHY, rate adaptation, channel estimation, beamforming, or communication-system research and the user wants papers, related work, a survey, or a landscape summary. Search Zotero, Obsidian, and local paper folders first when available, then search IEEE Xplore, ScienceDirect, ACM Digital Library, and broader web in that order.