skills/prior-art-search/SKILL.md
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.
npx skillsauth add shaun-z/auto-claude-code-research-in-sleep prior-art-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search patents and literature for prior art relevant to: $ARGUMENTS
Adapted from /research-lit for patent-specific searching.
MAX_PATENT_RESULTS = 20 — Maximum patent documents to analyze in detailMAX_PAPER_RESULTS = 15 — Maximum academic papers to analyze in detailSEARCH_YEARS = 10 — How many years back to searchPATENT_DATABASES = "google-patents, espacenet" — Patent databases to searchRead the invention description from:
$ARGUMENTS if it contains technical detailspatent/INVENTION_BRIEF.md if it existsINVENTION_BRIEF.md if it exists at project rootLoad ../shared-references/prior-art-databases.md for search strategy templates and IPC/CPC classification guidance.
From the invention description, identify:
For EACH search concept, search via:
Google Patents (via WebSearch):
WebSearch: "site:patents.google.com [keywords]"
WebSearch: "[keywords] patent"
Espacenet (via WebFetch):
Assignee/Inventor Search:
For each potentially relevant patent found:
Search the same concepts in academic databases:
WebSearch "[keywords] site:scholar.google.com"/arxiv if available, or WebSearch): Search for preprints/semantic-scholar if API key set, or WebSearch)For each relevant paper found:
For each reference found, assess:
Organize results by IPC/CPC classification to see the technical landscape.
Based on the search results:
Disclaimer: This is a preliminary assessment only. A professional freedom-to-operate analysis by a patent attorney is recommended before filing.
Write patent/PRIOR_ART_REPORT.md with:
## 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
[VERIFY].development
Generate publication-quality academic illustrations through a local Codex app-server bridge that uses Codex native image generation. This is a separate experimental alternative to `paper-illustration`, intended for Claude Code users who want a GPT-image-style renderer without modifying the original skill.
development
Two-way sync between a local paper directory and an Overleaf project via the Overleaf Git bridge (Premium feature). Lets you keep ARIS audit/edit workflows on the local copy while collaborators edit in the Overleaf web UI. Token never touches the agent — user does the one-time auth via macOS Keychain. Use when user says "同步 overleaf", "overleaf sync", "推送到 overleaf", "connect overleaf", "Overleaf 桥接", "pull overleaf", "push overleaf", or wants to bridge their ARIS paper directory with an Overleaf project.
development
Zero-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.
data-ai
Paragraph-level structural blueprint for 10-12 page systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides page allocation, paragraph templates, and writing patterns. Use when user says "写系统论文", "systems paper structure", "OSDI paper", "SOSP paper", or wants fine-grained structural guidance for a systems conference submission.