light-patent-disclosure

Prepares evidence-backed patent invention disclosure packets for attorney review.

572|72|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Light0305/Light-skills --skill light-patent-disclosure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: light-patent-disclosure
Source: https://github.com/Light0305/Light-skills/tree/main/skills/light-patent-disclosure
Command: npx skills add https://github.com/Light0305/Light-skills --skill light-patent-disclosure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Turning a real software or research project into attorney-reviewable patent disclosure materials is hard: features lack evidence, prior-art searches are undocumented, and drafts overclaim novelty. This Skill structures the entire handoff so every claim element is bound to hashed source artifacts and legal uncertainty is preserved instead of guessed.

Core Features & Use Cases

  • Evidence-bound disclosure drafting: Mines patent points with problem-solution-effect discipline and binds every distinguishing feature and draft claim element to source artifacts with relative paths and SHA-256 hashes.
  • Prior-art and risk triage: Records public disclosure, ownership, foreign-filing and trade-secret risks, separates inventor-known prior art from agent-run public searches, and logs searched sources, queries and coverage limits.
  • Machine validation gate: Runs scripts/disclosure_gate.py to block grant guarantees, AI-generated patent drawings, unsupported claim elements and missing evidence before delivery.
  • Use Case: A research team with a novel scheduling algorithm asks for a 技术交底书; the Skill interviews the inventors, hashes the design docs, drafts a claim ladder with fallback positions, generates Mermaid figures, and delivers a packet marked READY_FOR_ATTORNEY_REVIEW only after the gate passes.

Quick Start

Ask the assistant to prepare a patent invention disclosure packet for your project, pointing it at the design documents and code that prove the technical contribution.

Frequently Asked Questions about light-patent-disclosure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a patent invention disclosure from my code project?

Point the Skill at your repository files, design docs and experiment logs. It interviews you for problem, insight and disclosure dates, binds each technical feature to hashed artifacts, drafts the disclosure sections and claim ladder, then validates the packet with disclosure_gate.py before attorney handoff.

How does the disclosure gate validate a patent packet?

The disclosure_gate.py script checks the packet JSON against schema light.patent_disclosure.packet.v1. It verifies artifact hashes, risk triage, prior-art search coverage, claim-element support, figure sources and QC flags, and fails on grant guarantees or ready-to-file language.

Can this Skill file a patent application or give legal advice?

No. It never submits filings, signs documents or interacts with patent offices, and it never certifies novelty, grant, validity or freedom to operate. Final delivery is limited to DRAFT, NEEDS_USER_INPUT or READY_FOR_ATTORNEY_REVIEW status.

Can I use AI-generated images as patent drawings?

No. Patent figures must come from programmatic or vector sources such as Mermaid, Graphviz, PlantUML or SVG with recorded hashes. The validation gate rejects any diagram flagged as AI-generated bitmap content.

What happens if prior-art search coverage is incomplete?

The search status is recorded as PLANNED, UNKNOWN or UNAVAILABLE with a reason and next check instead of pretending completeness. A verified search must include at least one patent database and either non-patent literature or an explicit reason it was skipped.