Agent skill · Design & Presentation

patent-novelty-check

Assess patent novelty and non-obviousness against prior art. Use when user says \"专利查新\", \"patent novelty\", \"可专利性评估\", \"patentability check\", or wants to evaluate if an invention is patentable.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill patent-novelty-check-wanshuiyin-auto-claude-code-res --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: Bash(*)ReadWriteEditGrepGlobAgentWebSearchWebFetch
Path: skills/analysis/patent-novelty-check-wanshuiyin-auto-claude-code-res/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Patent Novelty and Non-Obviousness Check Assess patentability of: **$ARGUMENTS** Adapted from `/novelty-check` for patent legal standards. Research novelty is NOT the same as patent novelty. ## Constants - `REVIEWER_MODEL = gpt-5.5` — Model used via Codex MCP for cross-model examiner verification - `NOVELTY_STANDARD = patent` — Always use legal patentability standard, not research contribution standard ## Inputs 1. Invention description from `$ARGUMENTS` 2. `patent/PRIOR_ART_REPORT.md` (output of `/prior-art-search`) 3. `patent/INVENTION_BRIEF.md` if exists ## Shared References Load `../shared-references/patent-writing-principles.md` for novelty/non-obviousness standards. Load `../shared-references/patent-format-us.md` for 102/103 analysis framework. ## Workflow ### Step 1: Define Claim Elements From the invention description, extract the key claim elements that would define the invention's scope: 1. List the technical features that make the invention novel 2. Identify which features are known from prior art vs. inventive 3. Draft preliminary claim language for 2-3 independent claims (method + system) ### Step 2: Anticipation Analysis (Novelty) For each preliminary claim, test ag

What's inside
Steps it walks through
  1. Constants
  2. Inputs
  3. Shared References
  4. Workflow
  5. Step 1: Define Claim Elements
  6. Step 2: Anticipation Analysis (Novelty)
  7. Step 3: Obviousness Analysis (Inventive Step)
  8. Step 4: Cross-Model Examiner Verification
  9. Step 5: Jurisdiction-Specific Assessment
  10. Step 6: Output
  11. Key Rules
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the patent-novelty-check skill do?

Assess patent novelty and non-obviousness against prior art. Use when user says \"专利查新\", \"patent novelty\", \"可专利性评估\", \"patentability check\", or wants to evaluate if an invention is patentable.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill patent-novelty-check-wanshuiyin-auto-claude-code-res --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going