中国专利 Skill
专利交底 Skill:从技术材料到可追溯交付
介绍专利点、查新、图稿、Word 交付和知识库流程。

你将学会
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
开始前需要
- Basic Git and command-line usage
- Comfort reading a project README
You can explain the project, run its documented first step, and decide what to verify before adopting it.
先看结论
- A staged workflow makes disclosure and reading traceable.
- Public clues cannot replace claims or specification evidence.
- Redaction and professional review are delivery prerequisites.
The short answer
中国专利.skill 把项目扫描、专利点、查新、成文和修订组织成可追溯流程,公开线索不能替代权要证据和专业复核。
The workflow can also turn public patents or PDFs into plain-language notes, terminology relationships, and an Obsidian graph. Public clues add context, but they cannot replace claims, specification evidence, or a professional novelty opinion.
Start with a small case
Prepare Python 3.9+, a redacted project directory, and an explicit patent type. Scan documents and code before discussing candidate ideas. For utility and design cases, confirm the component and view plan early instead of guessing figures during drafting.
Name deliverables with a case identifier and timestamp, then save each revision separately. This lets engineers and patent professionals trace every technical feature back to the material and discussion that produced it.
Boundaries and governance
The README separates material scanning, templates, prior-art research, figures, self-checks, and knowledge-base ingestion. Public CNIPA notices are the preferred research starting point, while STEP/CAD files are not parsed by default. Redact potential trade secrets and audit network access before running the workflow; examination responses remain drafts until reviewed by a qualified professional.
When it fits
Use it to organize engineering contributions, build a private patent knowledge base, and lower the barrier to reading public patents. Do not treat it as a novelty conclusion or as an autonomous filing system that removes the need for an inventor and patent professional.
如何选择
| 比较维度 | 方案 A | 方案 B |
|---|---|---|
| Best when | You need predictable behavior and easy auditing | You need adaptive optimization and have reliable telemetry |
| Main risk | May leave performance on the table | Can become difficult to explain or debug |
实施步骤
- 1
Prepare redacted material and choose the patent type.
- 2
Scan the project and confirm the figure plan.
- 3
Generate a draft while retaining sources and revisions.
- 4
Hand the package to a patent professional for review.
可复制示例
Python 3.9+
/patent-disclosure-skill
# input: patent type + redacted project path + delivery format常见问题
Can it file a patent automatically?
No. It creates a draft and supporting material for professional review.
Will unpublished code be uploaded?
Redact the case first and audit the host's network behavior and scripts.
资料来源
- Patent Disclosure Skill README (captured 2026-08-31)来源核查 2026-08-31
- patent-disclosure-skill repository来源核查 2026-08-31