chip-doc-structurer

chip-doc-structurer is a skill for Claude Code from zhaixin244-wq/fnw. It costs 57 tokens per session (751 once invoked), scanned A, original, MIT.

A skill for designing the structure of microarchitecture specifications for chip modules. It creates a standard document outline with sections such as interfaces, internal design, performance, risks, and hardware implementation guidance.

In plain words
What is it for?
Use it when planning a chip module specification, including its interfaces, data path, control logic, timing, power, area, verification, clock and reset behavior, and change history. It can also help adapt a structure from an older version.
Why use it?
It helps turn scattered chip-design requirements into a complete document plan with consistent sections and content weights. It also highlights missing information and keeps the planned sections balanced.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when planning a chip module specification, including its interfaces, data path, control logic, timing, power, area, verification, clock and reset behavior, and change history. It can also help adapt a structure from an older version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhaixin244-wq/fnw/chip-doc-structurer
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 zhaixin244-wq/fnw --skill chip-doc-structurer
Clone the repo
git clone --depth 1 https://github.com/zhaixin244-wq/fnw

Made for: Claude Code.

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 chip-doc-structurer

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/chip-doc-structurer/github.svg)](https://agentmods.dev/skills/zhaixin244-wq/fnw/chip-doc-structurer)
Your own site
<a href="https://agentmods.dev/skills/zhaixin244-wq/fnw/chip-doc-structurer"><img src="https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/chip-doc-structurer/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 chip-doc-structurer

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhaixin244-wq/fnw/chip-doc-structurer"><img src="https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/chip-doc-structurer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 751 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.
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.00057 $0.00751
Opus 5 $0.00028 $0.00376
Sonnet 5 $0.00011 $0.00150
Haiku 4.5 $0.00006 $0.00075

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

Security

Grade A, and why

chip-doc-structurer 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.

.claude/skills/chip-doc-structurer/SKILL.md · 58 lines

What it actually says

Chip Doc Structurer

任务

为芯片模块微架构规格书设计完整的文档架构与章节权重。

执行步骤

  1. 询问模块名称、版本号(如 v1.0)、目标工艺节点(可选)。
  2. 基于 IEEE/工业实践,生成以下标准章节结构:
      1. 文档控制(版本、作者、评审记录)
      1. 引言(目的、范围、定义与缩略语、参考文档)
      1. 模块概述(定位、应用场景、关键特性)
      1. 接口定义(端口列表、协议、时序)
      1. 微架构设计(数据通路、控制逻辑、状态机)
      1. PPA 规格与预算(延迟、吞吐、功耗、面积)
      1. 风险与缓解(时序、功耗、验证、CDC、低功耗、可靠性)
      1. RTL 实现指导(编码规范、Clock/Reset、可综合性)
      1. 附录(RTM、变更记录、参考文献)
  3. 为每个章节分配内容权重(以百分比表示),并标注必须包含的图表/表格数量建议。
  4. 如果用户提到要从历史版本或相似项目继承模板,说明差异点并给出迁移建议。

输出格式

以 Markdown 表格输出: | 章节 | 权重 | 必填图表/表格 | 备注 | 随后输出完整大纲(带三级标题)。

使用示例

示例 1:设计微架构文档结构

用户:帮我设计 data_adpt 模块的微架构文档结构

预期行为:生成 9 章标准结构 + 权重分配 + 必填图表清单

示例 2:从旧版本迁移

用户:基于 v1.0 的文档结构,帮我升级到 v2.0,新增了低功耗设计

预期行为:对比 v1.0 结构,标注新增章节(低功耗),给出迁移建议

异常处理

场景 触发条件 处理动作
模块信息缺失 未提供模块名 暂停,提示用户提供模块名称和版本号
工艺节点未知 未指定工艺 使用通用结构,PPA 章节标注"待工艺确认"
继承模板不可用 旧版本文件不存在 从标准模板生成,标注"无历史参考"
章节权重不闭合 总和 ≠ 100% 自动归一化,提示用户确认

检查点

  • 设计前:展示模块名称、版本、工艺信息,确认输入正确
  • 设计后:展示章节权重表和大纲,用户确认后输出完整文档结构
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 · 58 lines · 57 tokens per session scan A 64ce8622490a

Subscribe to this mod's changes

chip-doc-structurer is a skill published in the GitHub repository zhaixin244-wq/fnw (29 stars, last pushed 3mo ago), licensed MIT. It adds 57 tokens to every session and 751 once invoked, about $0.0003 per session on Opus 5. 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

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

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens