adc-analyzer

adc-analyzer is a skill for Claude Code, Codex from Arcadia-1/analog-agents. It costs 146 tokens per session (903 once invoked), scanned A, original, no licence file.

An ADC analysis tool for measuring the performance of an analog-to-digital converter from simulated or measured output. It reports standard results such as signal quality, distortion, linearity, resolution, and efficiency.

In plain words
What is it for?
It is for characterizing ADC output and sending the results back into the design and sizing process.
Why use it?
It removes the need to calculate and assemble these converter measurements manually.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for characterizing ADC output and sending the results back into the design and sizing process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arcadia-1/analog-agents/adc-analyzer
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 Arcadia-1/analog-agents --skill adc-analyzer
Clone the repo
git clone --depth 1 https://github.com/Arcadia-1/analog-agents

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 adc-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/arcadia-1/analog-agents/adc-analyzer/github.svg)](https://agentmods.dev/skills/arcadia-1/analog-agents/adc-analyzer)
Your own site
<a href="https://agentmods.dev/skills/arcadia-1/analog-agents/adc-analyzer"><img src="https://agentmods.dev/badge/skills/arcadia-1/analog-agents/adc-analyzer/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 adc-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/skills/arcadia-1/analog-agents/adc-analyzer"><img src="https://agentmods.dev/badge/skills/arcadia-1/analog-agents/adc-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 903 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 unknown 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.00146 $0.00903
Opus 5 $0.00073 $0.00451
Sonnet 5 $0.00029 $0.00181
Haiku 4.5 $0.00015 $0.00090

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

Security

Grade A, and why

adc-analyzer 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 9d 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.

skills/adc-analyzer/SKILL.md · 71 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 71 lines · 146 tokens per session scan A fbd74945b611

Subscribe to this mod's changes

adc-analyzer is a skill published in the GitHub repository Arcadia-1/analog-agents (67 stars, last pushed 2mo ago), with no licence file. It adds 146 tokens to every session and 903 once invoked, about $0.0007 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

analog-flow-orchestrate

Canonical reference doc for the Analog A1-A9 track — spec extraction → topology → netlist → corner sweep → layout → per-block PV (DRC/LVS) → post-layout resim → hardmacro → HIL. Used when an agent wants to walk the A1-A9 plan step-by-step. For unified one-command execution (deterministic runner + AI fall-through +…

vibeic/vibe-ic · 123 tokens

analog-sizing-loop

Closed-loop analog optimization — iterates sizing → netlist → SPICE corner sweep → spec check → re-size until all PVT corners pass. Use when the user says "optimize the analog block", "close the loop", "auto-size", or at Step A4 of the analog track.

vibeic/vibe-ic · 64 tokens

analog-sizing

Size transistors in an analog circuit topology to meet performance specs (gain, bandwidth, noise, power). Use when the user says "size this amplifier", "analog sizing", "op-amp design", "bias point", "find W/L", or shares a schematic and a spec table.

vibeic/vibe-ic · 62 tokens

ams-sim

Plan and run analog / mixed-signal simulations — DC op, AC, transient, Monte Carlo, corner sweeps, PSRR/CMRR, noise — using ngspice, Xyce, Spectre, or HSPICE, and triage the results. Use when the user says "SPICE", "ngspice", "Monte Carlo", "corner simulation", "analog sim", "AC analysis", "transient", "PSRR", "CMRR"…

vibeic/vibe-ic · 105 tokens

analog-netlist-gen

Generate a complete SPICE netlist (.sp) from a sized analog topology, with correct PDK device models, body connections, and testbench. Use when the user says "generate SPICE", "write netlist", "create spice deck", or at Step A3 of the analog track.

vibeic/vibe-ic · 65 tokens

spice

Run automatic SPICE simulations on subcircuits detected from KiCad schematic analysis — validates filter frequencies, divider ratios, opamp gains, LC resonance, and crystal load capacitance. Supports ngspice, LTspice, and Xyce (auto-detected). Generates testbenches, runs batch mode, produces structured pass/warn/fail…

aklofas/kicad-happy · 177 tokens