Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

search-prior-art检索现有技术

Agent Skill

search-prior-art 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

824

周安装

33

GitHub Stars

12

下载量

267
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:search-prior-art(检索现有技术)
来源仓库:https://github.com/pjt222/development-guides
仓库路径:skills/search-prior-art
安装命令:
npx skills add https://github.com/pjt222/development-guides --skill search-prior-art
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pjt222/development-guides --skill search-prior-art

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 支持基于关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • search-prior-art 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Search Prior Art

Conduct a structured prior art search to find publications, patents, products, or disclosures that predate a specific invention. Used to assess patentability (can this be patented?), challenge validity (should this patent have been granted?), or establish freedom-to-operate (is this design covered by existing rights?).

When to Use

  • Evaluating whether an invention is novel and non-obvious before filing a patent application
  • Challenging the validity of an existing patent by finding prior art the examiner missed
  • Supporting a freedom-to-operate analysis by finding prior art that limits a blocking patent's scope
  • Documenting a defensive publication to prevent others from patenting a concept
  • Responding to a patent office action that questions novelty or obviousness

Inputs

  • Required: Invention description (what it does, how it works, what problem it solves)
  • Required: Search purpose (patentability, invalidity, FTO, defensive)
  • Required: Critical date (filing date of the patent application, or invention date for prior art)
  • Optional: Known related patents or publications
  • Optional: Technology classification codes (IPC, CPC)
  • Optional: Key inventors or companies in the field

Procedure

Step 1: Decompose the Invention into Searchable Elements

Break the invention into its constituent technical features.

  1. Read the invention description (or patent claims if searching against an existing patent)
  2. Extract the essential elements — each independent technical feature:

- What components does it have? - What steps does the process follow? - What technical effect does it achieve? - What problem does it solve and how?

  1. Identify the novel combination — what makes this different from the known art:

- Is it a new element added to known elements? - Is it a new combination of known elements? - Is it a known element applied in a new field?

  1. Generate search terms for each element:

- Technical terms, synonyms, and abbreviations - Broader and narrower terms (hierarchy) - Alternative descriptions of the same concept

  1. Document the Search Map: elements, terms, and relationships
Search Map Example:
+------------------+-----------------------------------+-----------+
| Element          | Search Terms                      | Priority  |
+------------------+-----------------------------------+-----------+
| Attention layer  | attention mechanism, self-         | High      |
|                  | attention, multi-head attention    |           |
| Sparse routing   | mixture of experts, sparse MoE,   | High      |
|                  | top-k routing, expert selection    |           |
| Training method  | knowledge distillation, teacher-   | Medium    |
|                  | student, progressive training      |           |
+------------------+-----------------------------------+-----------+

Expected: A complete decomposition with search terms for each element. The novel combination is identified — this is what the search must either find (to invalidate) or confirm is absent (to support novelty).

On failure: If the invention is too abstract to decompose, ask for a more specific description. If the claims are unclear, focus on the broadest reasonable interpretation of each claim element.

Step 2: Search Patent Literature

Search patent databases systematically.

  1. Construct queries combining element terms:

- Search each element individually first (broad) - Then combine elements to find closer art (narrow) - Use classification codes to filter by technology area

  1. Search multiple databases:

- Google Patents: Good for full-text search, free, large corpus - USPTO PatFT/AppFT: US patents and applications, official source - Espacenet: European patents, excellent classification search - WIPO Patentscope: PCT applications, global coverage

  1. Apply date filters:

- Prior art must predate the critical date (filing date or priority date) - Include publications up to 1 year before filing (grace period varies by jurisdiction)

  1. For each relevant result, record:

- Document number, title, filing date, publication date - Which elements it discloses (map to Search Map) - Whether it discloses the novel combination

  1. Classify results by relevance:

- X reference: Discloses the invention alone (anticipation) - Y reference: Discloses key elements, combinable with other references (obviousness) - A reference: Background art, defines the general state of the art

Expected: A classified list of patent references mapped to the invention's elements. X references (if found) are showstoppers for novelty. Y references are the building blocks for obviousness arguments.

On failure: If no relevant patent art is found, this doesn't mean the invention is novel — non-patent literature (Step 3) may contain the critical reference. Absence in one database doesn't mean absence everywhere.

Step 3: Search Non-Patent Literature

Search academic papers, products, open source, and other non-patent disclosures.

  1. Academic literature:

- Google Scholar, arXiv, IEEE Xplore, ACM Digital Library - Search using the same terms from Step 1 - Conference papers and workshop proceedings often predate patent filings

  1. Products and commercial disclosures:

- Product documentation, user manuals, marketing materials - Internet Archive (Wayback Machine) for date-verified web content - Trade publications and press releases

  1. Open source and code:

- GitHub, GitLab — search for implementations of the technical features - README files, documentation, and commit histories for date evidence - Software releases with version dates

  1. Standards and specifications:

- IEEE, IETF (RFCs), W3C, ISO standards - Standards-essential patents must be disclosed; search standard bodies' IP databases

  1. Defensive publications:

- IBM Technical Disclosure Bulletin - Research Disclosure journal - IP.com Prior Art Database

  1. For each result, verify the publication date is before the critical date:

- Web pages: use Wayback Machine for date evidence - Software: use release dates or commit timestamps - Papers: use publication date, not submission date

Expected: Non-patent references that complement the patent search. Academic papers and open-source code are often the most powerful prior art because they tend to describe technical details more explicitly than patents.

On failure: If non-patent literature is sparse, the technology may be primarily developed in corporate R&D (patent-heavy). Shift emphasis to patent literature and focus on the combination-based obviousness argument.

Step 4: Analyze and Map Results

Evaluate how the collected prior art relates to the invention.

  1. Create a claim chart mapping prior art to invention elements:
Claim Element vs. Prior Art Matrix:
+------------------+--------+--------+--------+--------+
| Element          | Ref #1 | Ref #2 | Ref #3 | Ref #4 |
+------------------+--------+--------+--------+--------+
| Element A        |   X    |   X    |        |   X    |
| Element B        |        |   X    |   X    |        |
| Element C        |   X    |        |   X    |        |
| Novel combo A+B+C|        |        |        |        |
+------------------+--------+--------+--------+--------+
X = element disclosed in this reference
  1. Assess novelty: Does any single reference disclose all elements?

- If yes → invention is anticipated (not novel) - If no → invention may be novel (proceed to obviousness)

  1. Assess obviousness: Can a small number of references (2-3) be combined to cover all elements?

- Is there motivation to combine? (would a skilled person see a reason to combine these?) - Do the references teach away from the combination? (suggest it wouldn't work?)

  1. For FTO searches: Does the prior art narrow the blocking patent's claims?

- Prior art that overlaps with the blocking patent's claims limits their enforceable scope

  1. Document the analysis clearly with citation to specific passages

Expected: A clear claim chart showing which elements are covered by which references, with an assessment of novelty and obviousness. Each mapping cites specific passages or figures in the references.

On failure: If the claim chart shows gaps (elements not found in any prior art), those gaps represent the potentially novel aspects. Focus follow-up searches on those specific gaps.

Step 5: Document and Deliver

Package the search results for their intended use.

  1. Write the Prior Art Search Report:

- Purpose and scope of the search - Search methodology (databases, queries, date ranges) - Results summary (number of references found, classification breakdown) - Top references with detailed analysis (claim charts) - Assessment: novelty, obviousness, and FTO implications - Limitations and recommendations for further search

  1. Organize references:

- Sorted by relevance (X references first, then Y, then A) - Each reference with full bibliographic data and access link - Key passages highlighted or extracted

  1. Recommendations based on search purpose:

- Patentability: File/don't file, suggested claim scope based on prior art gaps - Invalidity: Strongest combination of references, suggested legal argument - FTO: Risk level, design-around opportunities, licensing considerations - Defensive: Whether to publish as defensive disclosure based on white space found

Expected: A complete, well-organized search report that directly supports the intended decision. References are accessible and analysis is traceable.

On failure: If the search is inconclusive (no strong X or Y references, but some relevant background), state the conclusion clearly: "No anticipatory art found; closest art addresses elements A and B but not C. Recommend filing with claims emphasizing element C." Inconclusive is a valid and useful result.

Validation Checklist

  • Invention decomposed into distinct searchable elements
  • Novel combination explicitly identified
  • Patent databases searched (minimum 2 databases)
  • Non-patent literature searched (academic + products + open source)
  • All references predate the critical date (dates verified)
  • Claim chart maps elements to references with passage citations
  • Novelty and obviousness assessed with reasoning
  • Results classified by relevance (X, Y, A references)
  • Report includes methodology, limitations, and recommendations
  • Search is reproducible (queries and databases documented)

Common Pitfalls

  • Keyword tunnel vision: Searching only exact terms misses synonyms and alternative descriptions. Use the term hierarchy from Step 1
  • Patent-only search: Non-patent literature (papers, products, code) is often more explicit than patents. Don't skip Step 3
  • Date carelessness: Prior art must predate the critical date. A brilliant reference from one day after the filing date is worthless
  • Ignoring foreign language art: Major inventions may first appear in Chinese, Japanese, Korean, or German patent literature. Machine translation makes these searchable
  • Confirmation bias: Searching to confirm novelty rather than searching to find invalidating art. The best search tries hardest to find the closest art
  • Stopping too early: The first few results are rarely the best. Iterate search terms based on what early results reveal about the field's vocabulary

Related Skills

  • assess-ip-landscape — Broader landscape mapping that contextualizes specific prior art searches
  • screen-trademark — Trademark-specific conflict screening (different databases, different legal framework than patent prior art)
  • file-trademark — Trademark filing procedures for when screening is complete
  • review-research — Literature review methodology overlaps significantly with prior art search
  • security-audit-codebase — Systematic search methodology parallels (thoroughness, documentation, reproducibility)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.59%
按下载量换算90

Claude

31.49%
按下载量换算84

Cursor

20.9%
按下载量换算56

Gemini CLI

10.37%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills