chip-ppa-formatter

chip-ppa-formatter is a skill for Claude Code from zhaixin244-wq/fnw. It costs 61 tokens per session (818 once invoked), scanned A, original, MIT.

A formatter for PPA specification tables, where PPA means performance, power, and area. It organizes measurements such as latency, power use, chip size, and quality, while recording units, targets, budgets, estimates, and constraints.

In plain words
What is it for?
Preparing chip PPA tables, normalizing units, documenting process and operating conditions, expressing limits, and comparing design options.
Why use it?
It turns mixed or incomplete chip specifications into a consistent, measurable format and highlights missing values or mismatched units.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Preparing chip PPA tables, normalizing units, documenting process and operating conditions, expressing limits, and comparing design options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhaixin244-wq/fnw/chip-ppa-formatter
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-ppa-formatter
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-ppa-formatter

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhaixin244-wq/fnw/chip-ppa-formatter"><img src="https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/chip-ppa-formatter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 818 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.00061 $0.00818
Opus 5 $0.00030 $0.00409
Sonnet 5 $0.00012 $0.00164
Haiku 4.5 $0.00006 $0.00082

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

Security

Grade A, and why

chip-ppa-formatter 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 11d 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-ppa-formatter/SKILL.md · 63 lines

What it actually says

Chip PPA Formatter

任务

以结构化、可量化的方式输出 PPA 规格。

执行步骤

  1. 从用户输入或架构描述中提取四类指标:
    • Performance:Latency、Throughput、Frequency、Bandwidth
    • Power:Dynamic Power、Leakage Power、Energy/Op
    • Area:Gate Count、SRAM Size、Physical Area (mm²)
    • Quality:SNR、BER、覆盖率(验证)
  2. 统一单位并标注工艺节点与 PVT 角(如 TT/0.85V/25°C)。
  3. 区分 Target(目标值)、Budget(预算值)、Estimated(估算值)。
  4. 对每项指标给出约束表达式(如 Latency ≤ 10 cycles @ 1GHz)。
  5. 如需对比多方案,以表格形式列出各方案的 PPA 得分与帕累托优势。

输出格式

### PPA 规格表(工艺:Xnm | PVT:TT/0.85V/25°C)

| 指标类别 | 指标名 | 数值 | 单位 | 约束类型 | 备注 |
|----------|--------|------|------|----------|------|
| Performance | 处理延迟 | ≤ 10 | cycles | Target | @ 1GHz |
| Power | 动态功耗 | < 10 | mW/GHz | Budget | 典型工况 |
| Area | 门数 | ~ 150 | kGates | Estimated | 含扫描链 |

使用示例

示例 1:格式化 PPA 目标

用户:帮我格式化 data_adpt 的 PPA 规格,工艺 28nm,目标延迟 10 cycles @ 1GHz,面积 150kGates,功耗 15mW

预期行为:

  1. 提取指标,统一单位
  2. 区分 Target/Budget/Estimated
  3. 输出标准 PPA 表格(含约束表达式和 PVT 角)

示例 2:多方案 PPA 对比

用户:对比方案 A(3级流水线)和方案 B(5级流水线)的 PPA

预期行为:生成对比表,标注帕累托优势,建议用 DSE Skill 进一步分析

异常处理

场景 触发条件 处理动作
指标缺失 用户只提供了部分 PPA 列出缺失项,标注"待补充",输出已有部分
单位不一致 混用 mW/W、Gates/kGates 自动统一单位,在备注中标注原始值
工艺节点未知 未指定 PVT 角 使用典型值(TT/0.85V/25°C),标注"假设条件"
多方案对比 有 2+ 个方案 生成对比表 + 帕累托标注,建议用 DSE Skill 进一步分析

检查点

  • 格式化前:展示提取到的原始指标列表,确认无遗漏
  • 格式化后:展示最终 PPA 表格,确认单位和约束类型正确
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. 11d ago First seen · 63 lines · 61 tokens per session scan A 1aee08503166

Subscribe to this mod's changes

chip-ppa-formatter is a skill published in the GitHub repository zhaixin244-wq/fnw (29 stars, last pushed 3mo ago), licensed MIT. It adds 61 tokens to every session and 818 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

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

jetson-diagnostic

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

NVIDIA/skills · 30 tokens

doca-socket-relay

Use this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application onto a BlueField DPU peer without rewriting it — picking the deployment shape (in-process, sidecar, or BlueField service container), configuring the host-side socket and the DPU-side forwarding endpoint…

NVIDIA/skills · 236 tokens

offensive-z-wave

Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots. Use when targeting…

SnailSploit/Claude-Red · 113 tokens

hsb-flash

Flash the FPGA on an HSB board connected to an NVIDIA devkit. Supports HSB Lattice boards (FPGA versions 2407, 2412, 2507, 2510) and Leopard Imaging VB1940 "all-in-one" cameras (FPGA versions 2507, 2510). Uses release-specific YAML manifests and board-type-specific program commands. Lattice and VB1940 commands must…

NVIDIA/skills · 94 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens