Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

invention-structuring发明结构

Agent Skill

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

总安装

832

周安装

34

GitHub Stars

7,794

下载量

269
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:invention-structuring(发明结构)
来源仓库:https://github.com/wanshuiyin/auto-claude-code-research-in-sleep
仓库路径:skills/invention-structuring
安装命令:
npx skills add https://github.com/wanshuiyin/auto-claude-code-research-in-sleep --skill invention-structuring
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/wanshuiyin/auto-claude-code-research-in-sleep --skill invention-structuring

简介

用于查找、检索和筛选相关信息。invention-structuring 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可在 Codex、Claude、Cursor 等宿主环境中使用。
  • 通过 GitHub 安装,具体用法请参考原始 README。
  • 安装前建议确认权限范围和维护状态,避免触发联网或文件操作。

SKILL.md

Invention Structuring

Structure the invention into a formal disclosure based on: $ARGUMENTS

Adapted from the refinement pattern in /research-refine for patent invention decomposition.

Constants

  • REVIEWER_MODEL = gpt-5.4 — External reviewer for invention decomposition validation
  • MAX_REFINEMENT_ROUNDS = 3 — Maximum structuring iterations

Inputs

  1. Invention description from $ARGUMENTS
  2. patent/INVENTION_BRIEF.md if exists
  3. patent/PRIOR_ART_REPORT.md — prior art landscape
  4. patent/NOVELTY_ASSESSMENT.md — novelty analysis

Shared References

Load ../shared-references/patent-writing-principles.md for the Problem-Solution-Advantage framework and claimable subject matter guidelines.

Workflow

Step 1: Problem-Solution-Advantage Framework

Structure the invention using the universal patent framework:

Technical Problem (要解决的技术问题):

  • Derived from prior art deficiencies identified in NOVELTY_ASSESSMENT.md
  • Must be a specific, technical problem (not a commercial or social problem)
  • Statement format: "The technical problem to be solved is how to [specific technical objective] given [specific technical constraint]."

Technical Solution (技术方案):

  • The invention's specific technical contribution
  • Focus on the mechanism, not the result
  • Must be described at a level that matches the intended claim scope
  • Identify which features are known vs. inventive

Advantages (有益效果):

  • Measurable or quantifiable improvements over prior art
  • Must result from the inventive features, not just good engineering
  • Include specific technical effects if known (e.g., "reduces processing time by 40%")

Step 2: Invention Decomposition

Break the invention into three layers:

Core Inventive Concept (核心发明构思):

  • The minimal set of features that make the invention patentable
  • This maps to the independent claim scope
  • Test: if you remove this feature, the invention is no longer novel

Supporting Features (支撑性特征):

  • Features that make the invention work well in practice
  • These become dependent claim material
  • They narrow the scope but add practical value

Optional Features (可选特征):

  • Implementation details, preferred parameters, alternatives
  • These become embodiment material
  • They support broader claim interpretation

Step 3: Claimable Subject Matter Identification

For the core inventive concept, determine what categories of claims to draft:

CategoryApplicabilityContent
Method/processIf invention involves stepsProcess flow, algorithm, workflow
System/apparatusIf invention involves componentsHardware structure, modules, connections
ProductIf invention is a physical deviceShape, structure, composition
Computer-readable mediumIf software invention (US)Stored instructions, non-transitory medium
Product-by-processIf structure is hard to defineProduct defined by how it is made

Step 4: Drawing Plan

Plan what figures are needed to support the claims and specification:

FigureTypeShowsSupports Claim Elements
FIG. 1Block diagramSystem architectureSystem claim components
FIG. 2FlowchartMethod stepsMethod claim steps
FIG. 3Sequence diagramInteraction between componentsSpecific implementation details

If user has provided figures, reference them here. If figures are missing, note what is needed.

Step 5: Dependency Mapping

Map feature dependencies to plan the claim hierarchy:

Independent Claim 1 (method, broadest scope)
├── Core inventive feature A
├── Core inventive feature B
└── Known feature C (for context)

Dependent Claim 2 → narrows feature A with specific implementation
Dependent Claim 3 → narrows feature B with specific parameters
Dependent Claim 4 → depends on 2, adds optional feature D
Dependent Claim 5 → alternative implementation of feature A

Step 6: Cross-Model Validation

Call REVIEWER_MODEL via mcp__codex__codex with xhigh reasoning:

mcp__codex__codex:
  config: {"model_reasoning_effort": "xhigh"}
  prompt: |
    You are a patent attorney reviewing an invention disclosure.
    Evaluate the structuring choices:

    INVENTION: [Problem-Solution-Advantage summary]
    DECOMPOSITION: [Core/Supporting/Optional features]
    CLAIM PLAN: [intended claim categories and hierarchy]

    Please assess:
    1. Is the Problem-Solution-Advantage framework correctly applied?
    2. Is the core inventive concept correctly identified? Are there features that should be core but are listed as supporting (or vice versa)?
    3. Are the planned claim categories sufficient to protect the invention?
    4. Is the drawing plan adequate for enablement?
    5. Are there any claimable aspects being missed?

Step 7: Output

Write patent/INVENTION_DISCLOSURE.md:

## Invention Disclosure

### Title
[invention title]

### Technical Problem
[formal problem statement]

### Technical Solution
[formal solution description]

### Advantages
[measurable advantages]

### Feature Decomposition

#### Core Inventive Concept
[features that define independent claim scope]

#### Supporting Features
[features for dependent claims]

#### Optional Features
[features for embodiments]

### Claimable Subject Matter
[method, system, product, medium claims planned]

### Drawing Plan
[figures needed, what each shows]

### Dependency Map
[claim hierarchy plan]

### Inventor Information
[names, contributions]

### Target Jurisdiction
[CN/US/EP/ALL]

Key Rules

  • The Problem must come from prior art deficiencies, not from commercial needs.
  • The Solution must describe the technical mechanism, not just the result.
  • The core inventive concept must be the minimum set of features for patentability.
  • Supporting features should be independently valuable -- each should provide a meaningful technical benefit even if other supporting features are removed.
  • Never invent embodiments that do not correspond to the actual invention or user-provided materials.
  • If mcp__codex__codex is not available, skip cross-model validation and note it in the output.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.42%
按下载量换算90

Claude

31.2%
按下载量换算84

Cursor

18.1%
按下载量换算49

Gemini CLI

9.36%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills