invention-structuring
Structure a raw invention idea into a formal invention disclosure
Install / Use
npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --skill invention-structuringInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Education & ResearchSupported Platforms
Our assessment of invention-structuring
invention-structuring scores 92/100 on our quality scale, 25th of 139 Education & Research skills we index (top 18%).
Its SKILL.md is 6.5 KB long, well organised into 27 sections with 3 code examples: a thorough specification that gives an agent plenty to work with.
With 16,644 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated 7 days ago, so invention-structuring is actively maintained.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.
Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
invention-structuring compared with similar skills
All 4 of these similar skills score higher than invention-structuring; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| invention-structuring (this skill)by wanshuiyin | 92 | 16.6k | 7d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.5k | 10d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.8k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.3k | 1d ago | CLAUDE.md |
| last30days-skillby mvanhorn | 100 | 62.8k | 3d ago | CLAUDE.md |
Frequently asked questions
- How do I install invention-structuring?
- Run
npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --skill invention-structuring. The install tabs above show the steps for each supported agent. - Which AI agents does invention-structuring work with?
- It is written for OpenAI Codex, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is invention-structuring safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is invention-structuring still maintained?
- The repository was last updated 7 days ago, so invention-structuring is actively maintained.
Skill content
View source on GitHubname: invention-structuring description: "Structure a raw invention idea into a formal invention disclosure. Use when user says "构建发明", "structure invention", "发明构建", "invention disclosure", or wants to formalize a rough idea into a patent-ready structure." argument-hint: "[invention-description-or-brief-path]" allowed-tools: Bash(*), Read, Write, Edit, Grep, Glob, mcp__codex__codex
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-6-astra— External reviewer for invention decomposition validationMAX_REFINEMENT_ROUNDS = 3— Maximum structuring iterations
Inputs
- Invention description from
$ARGUMENTS patent/INVENTION_BRIEF.mdif existspatent/PRIOR_ART_REPORT.md— prior art landscapepatent/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:
| Category | Applicability | Content | |----------|-------------|---------| | Method/process | If invention involves steps | Process flow, algorithm, workflow | | System/apparatus | If invention involves components | Hardware structure, modules, connections | | Product | If invention is a physical device | Shape, structure, composition | | Computer-readable medium | If software invention (US) | Stored instructions, non-transitory medium | | Product-by-process | If structure is hard to define | Product defined by how it is made |
Step 4: Drawing Plan
Plan what figures are needed to support the claims and specification:
| Figure | Type | Shows | Supports Claim Elements | |--------|------|-------|------------------------| | FIG. 1 | Block diagram | System architecture | System claim components | | FIG. 2 | Flowchart | Method steps | Method claim steps | | FIG. 3 | Sequence diagram | Interaction between components | Specific 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:
model: gpt-6-astra
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__codexis not available, skip cross-model validation and note it in the output.
Related Skills
Agent-Reach
85.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.8kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
last30days-skill
62.8kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
