analog-wiki

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

A knowledge graph for analog circuit design: a connected store of information about circuit structures, design methods, lessons, mistakes, and past projects.

In plain words
What is it for?
It helps search design knowledge, add new entries, connect related ideas, and archive project cases for later reference.
Why use it?
It lets designers reuse knowledge from earlier work instead of rediscovering the same lessons each time.

Skill for Claude CodeCodex

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

Good fit It helps search design knowledge, add new entries, connect related ideas, and archive project cases for later reference.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arcadia-1/analog-agents/analog-wiki
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 analog-wiki
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 analog-wiki

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/arcadia-1/analog-agents/analog-wiki"><img src="https://agentmods.dev/badge/skills/arcadia-1/analog-agents/analog-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,389 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.00052 $0.01389
Opus 5 $0.00026 $0.00694
Sonnet 5 $0.00010 $0.00278
Haiku 4.5 $0.00005 $0.00139

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

Security

Grade A, and why

analog-wiki 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 10d 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/analog-wiki/SKILL.md · 184 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. 10d ago First seen · 184 lines · 52 tokens per session scan A 0f9af89a01c5

Subscribe to this mod's changes

analog-wiki is a skill published in the GitHub repository Arcadia-1/analog-agents (67 stars, last pushed 2mo ago), with no licence file. It adds 52 tokens to every session and 1,389 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

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

godot-optimization

Use when optimizing Godot games — profiler, draw calls, physics tuning, memory management, and common bottlenecks.

jame581/GodotPrompter · 28 tokens