npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

analog-chip-design-agents

v1.1.0

Published

Full analog / mixed-signal + RF chip design pipeline — 16 Claude Code plugins across 14 domains plus infrastructure and a meta pipeline orchestrator, with closed-loop spec↔circuit↔layout feedback.

Readme

analog-chip-design-agents

Claude Code marketplace plugin — full analog / mixed-signal + RF chip design pipeline. 16 plugins · 14 design domains + infrastructure + meta pipeline orchestrator · open-source and proprietary EDA tool coverage.

Validate

This marketplace mirrors the architecture of digital-chip-design-agents, re-targeted to the analog/mixed-signal + RF flow.


Available Plugins

| Plugin Name | Domain | Invoke When You Want To... | |-------------|--------|----------------------------| | analog-design-architecture | Analog Architecture | Budget noise/linearity/power across a signal chain, allocate block specs | | analog-design-modeling | Behavioral / AMS Modeling | Write/compile Verilog-A/AMS · VHDL-AMS · SystemVerilog RNM; build connect modules | | analog-design-circuit | Circuit (Schematic) Design | Pick a topology, size/bias devices, capture schematic, run pre-layout ERC | | analog-design-simulation | Circuit Simulation | Run DC/AC/transient/noise, corners, Monte-Carlo; sign off electrical specs | | analog-design-ams-verification | AMS Verification | Build AMS testbench, set connect rules, run analog↔digital co-sim, close coverage | | analog-design-layout | Custom Layout | Floorplan, generate matched devices, place/route with symmetry/shielding | | analog-design-physical-verification | Physical Verification | Run DRC, LVS, antenna/ERC, density/DFM and sign off | | analog-design-extraction | Parasitic Extraction | RC + coupling extraction, build back-annotated post-layout netlist | | analog-design-post-layout | Post-Layout Sign-off | Post-PEX corner + MC sim, re-verify specs, gate tape-out | | analog-design-reliability | Reliability | EM / IR-drop / ESD / latch-up / aging analysis and sign-off | | analog-design-characterization | Characterization | Generate Liberty/.lib + behavioral models, characterize timing/power/noise | | analog-design-rf | RF / mmWave Design | S-param, harmonic balance, Pnoise/PAC, IP3, load-pull for LNA/mixer/VCO/PA | | analog-design-em | EM Modeling | Solve EM for passives/antennas, extract/fit S-parameter models | | analog-design-ams-integration | Mixed-Signal Integration | Qualify analog IP, assemble AMS top, chip-level AMS sim | | analog-design-infrastructure | Infrastructure & Memory | Detect analog/RF tools, deploy wrappers, configure MCP, distil memory | | analog-design-meta | Pipeline Orchestration | Drive closed-loop spec↔circuit↔layout feedback with iteration cap |


Install

npx analog-chip-design-agents     # auto-detect your AI agents + install (add --yes for CI)
bash install.sh                   # clone-and-run alternative (macOS / Linux / Git Bash)

Selective install, Windows/PowerShell, other assistants (Copilot / Gemini / OpenCode / Codex), and QoR-trend tracking are all covered in docs/installation.md.


Documentation

| Doc | What's in it | |-----|--------------| | docs/installation.md | Every install path, all supported agents, QoR trends | | docs/architecture.md | How the Skill + Orchestrator pattern works, repo structure | | docs/memory_system.md | Two-tier per-domain memory: tiers, orchestrator protocol, distilling, QoR trends | | docs/design_state_schema.md | Shared cross-orchestrator design_state.json schema | | docs/pdk_support.md | PDK / tool coverage matrix (detect-only vs run-in-loop) | | docs/PLAN.md | Design rationale, end-to-end pipeline, phased roadmap | | docs/CHANGELOG.md | Phase-by-phase delivery history | | docs/FUTURE_WORK.md | Deferred enhancements (deeper tool / PDK coverage) |


Memory System

Each domain orchestrator reads from and writes to a two-tier persistent memory store under memory/:

  • memory/<domain>/knowledge.md — distilled summaries (failure patterns, tool flags, PDK/device quirks) read by every orchestrator at session start.
  • memory/<domain>/experiences.jsonl — run records upserted per stage as each run progresses to sign-off or escalation.

Distil accumulated records back into knowledge.md with the memory-keeper skill, and track QoR metrics across runs with tools/qor_trends.py. See docs/memory_system.md for the overview and memory/README.md for the full record schema and per-domain fields.


Contributing

See CONTRIBUTING.md. New domain rules, QoR metrics, loop-back rules, and tool coverage are all welcome. CI (validate.yml) must pass before merge.

License

MIT — see LICENSE.