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.
npx skills add majiayu000/claude-skill-registry --skill patent-novelty-check --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Constants
- Inputs
- Shared References
- Workflow
- Step 1: Define Claim Elements
- Step 2: Anticipation Analysis (Novelty)
- Step 3: Obviousness Analysis (Inventive Step)
- Step 4: Cross-Model Examiner Verification
- Step 5: Jurisdiction-Specific Assessment
- Step 6: Output
- Key Rules
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 --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.
