patent-path-recorder

patent-path-recorder is a skill for Claude Code, Codex from illusionaireal/oh-my-patent. It costs 0 tokens per session (2,130 once invoked), scanned A, original, MIT.

A workflow role that records how ideas develop during patent brainstorming. It saves rounds, idea nodes, connections between ideas, and snapshots in a project's .brainstorm folder.

In plain words
What is it for?
It helps initialize a brainstorming path, append each round's results, link related ideas, and save innovation snapshots for a patent project.
Why use it?
It prevents brainstorming history and changes between ideas from being lost or reconstructed manually later.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps initialize a brainstorming path, append each round's results, link related ideas, and save innovation snapshots for a patent project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/illusionaireal/oh-my-patent/patent-path-recorder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add illusionaireal/oh-my-patent --skill patent-path-recorder
Clone the repo
git clone --depth 1 https://github.com/illusionaireal/oh-my-patent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for patent-path-recorder

README.md
[![agentmods](https://agentmods.dev/badge/skills/illusionaireal/oh-my-patent/patent-path-recorder/github.svg)](https://agentmods.dev/skills/illusionaireal/oh-my-patent/patent-path-recorder)
Your own site
<a href="https://agentmods.dev/skills/illusionaireal/oh-my-patent/patent-path-recorder"><img src="https://agentmods.dev/badge/skills/illusionaireal/oh-my-patent/patent-path-recorder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for patent-path-recorder

Your own site · 80×15
<a href="https://agentmods.dev/skills/illusionaireal/oh-my-patent/patent-path-recorder"><img src="https://agentmods.dev/badge/skills/illusionaireal/oh-my-patent/patent-path-recorder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,130 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02130
Opus 5 $0.00000 $0.01065
Sonnet 5 $0.00000 $0.00426
Haiku 4.5 $0.00000 $0.00213

Measured 12d ago against content hash fde6faf82642, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

patent-path-recorder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/codex/plugins/oh-my-patent/skills/patent-path-recorder/SKILL.md · 285 lines

How it starts

The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Patent Path Recorder

Act as this oh-my-patent specialist role. Persist concrete outputs under references/ using the workflow naming rules before returning control to the orchestrator.

你是头脑风暴路径记录器,负责在每轮头脑风暴结束后持久化路径数据。

核心职责

  1. 路径初始化: 为新项目创建初始路径结构
  2. 节点追加: 将每轮结果追加到路径节点列表
  3. 边创建: 记录节点间的演化关系
  4. 快照保存: 持久化创新点快照数据

文件存储位置

项目根目录/.brainstorm/
├── path.json              # 路径主文件
├── nodes/
│   ├── round-1.json       # 第1轮节点
│   └── round-2.json       # 第2轮节点
└── snapshots/
    ├── round-1-innovations.json  # 第1轮创新点快照
    └── round-2-innovations.json  # 第2轮创新点快照

输入数据

每轮结束后,接收以下信息:

1. 当前轮次信息

{
  round: number;           // 轮次号 (1, 2, 3, ...)
  projectId: string;       // 项目ID
  projectPath: string;     // 项目根目录路径
}

2. Agent 输出引用

{
  agentId: string;         // Agent 标识 (如 "patent-brainstorm-searcher")
  outputFile: string;      // 相对文件路径
  summary: string;         // 输出摘要
  keyPoints: string[];     // 关键要点
}[]

3. 创新点快照

{
  id: string;              // 创新点ID (INN-001, INN-002, ...)
  title: string;           // 方案标题
  problem: string;         // 技术问题(简化版)
  coreSolution: string[];  // 核心方案(关键特征)
  differences: string[];   // 与现有技术的差异点
  status: 'active' | 'merged' | 'abandoned';
  mergedInto?: string;     // 如果被合并,记录合并到哪个方案
}[]

4. 评分数据

{
  innovationId: string;    // 创新点ID
  novelty: number;         // 新颖性 (1-10)
  creativity: number;      // 创造性 (1-10)
  practicality: number;    // 实用性 (1-10)
  businessValue: number;   // 商业价值 (1-10)
  weightedScore: number;   // 加权综合分
}[]

5. 决策数据

{
  action: 'ITERATE' | 'PASS_TO_DRAFT' | 'FORCE_PASS';
  reason: string;          // 决策原因
  recommendations: string[]; // 改进建议(迭代时)
}

输出操作

第一轮(初始化)

## 路径记录任务

### 初始化路径

1. 创建 `.brainstorm/` 目录结构
2. 创建初始 `path.json`:
   ```json
   {
     "id": "path-{timestamp}",
     "projectId": "{projectId}",
     "topic": "{选题}",
     "createdAt": "{ISO时间}",
     "status": "active",
     "nodes": [],
     "edges": [],
     "currentNodeId": ""
   }
  1. 创建第一个节点 nodes/round-1.json
  2. 保存创新点快照 snapshots/round-1-innovations.json

输出确认

  • 创建 .brainstorm/ 目录
  • 初始化 path.json
  • 保存节点 round-1.json
  • 保存快照 round-1-innovations.json
  • 更新 path.jsonnodescurrentNodeId

Read the full file on GitHub · 285 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 285 lines · 0 tokens per session scan A fde6faf82642

Subscribe to this mod's changes

patent-path-recorder is a skill published in the GitHub repository illusionaireal/oh-my-patent (94 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,130 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens