Agent skill · Backend & API

matlab-analyze-pcb-pdn

PDN DC voltage/current analysis, IR drop, design rule checking, and multi-net batch analysis on imported PCB layouts. TRIGGER: user asks about power integrity, PDN analysis, IR drop, voltage distribution, current density, power nets, or design rule checking on a PCB. Invoke BEFORE writing code — the PDN API chain is specialized and non-obvious. SKIP: importing a PCB file (use matlab-read-pcb-layout), EM field/S-parameter extraction (use matlab-analyze-em), material/stackup setup only (use matlab-manage-pcb-material), transmission line design (use matlab-design-pcb-txline).

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-analyze-pcb-pdn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 18 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/rf-and-mixed-signal/matlab-analyze-pcb-pdn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyzing Power Distribution Networks (PDN) ## When to Use - Analyzing DC voltage and current distribution on PCB power rails - Checking design rules (max current density, voltage margins, via current limits) - Discovering and listing power nets on an imported PCB layout - Assigning source/load/sense topology for PDN analysis - Running batch analysis across multiple power rails on a board - Inferring nominal voltage from standard PCB net naming conventions ## When NOT to Use - Importing PCB layouts (Gerber, ODB++, Allegro) — use `matlab-read-pcb-layout` - Analyzing S-parameters, fields, or EM performance — use `matlab-analyze-em` - Analyzing crosstalk between signal traces — use `matlab-design-pcb-txline` - Defining dielectric or conductor materials — use `matlab-manage-pcb-material` - Modeling via structures — use `matlab-model-via` ## Typical Workflow 1. **Before:** `matlab-read-pcb-layout` — import the PCB layout from Gerber/ODB++/Allegro 2. **This skill:** Run DC analysis, check IR drop, evaluate design rules, batch-analyze nets 3. **After:** Iterate on the physical design in CAD and re-import, or use results to inform stackup changes via `matlab-manage-pcb-material` ## Quick

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Typical Workflow
  4. Quick Reference
  5. PCB Import and Net Discovery
  6. Importing a PCB Layout
  7. Listing All Nets
  8. Finding Power Nets
  9. Inferring Rail Voltage from Net Name
  10. cadnet Object
  11. Creating a Cadnet
  12. Visualizing a Cadnet
  13. Finding Connected Components
  14. Getting Detailed Cadnet Data
Ships with 2 files
  • manifest.yaml
  • references/batch-analysis.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-analyze-pcb-pdn skill do?

PDN DC voltage/current analysis, IR drop, design rule checking, and multi-net batch analysis on imported PCB layouts. TRIGGER: user asks about power integrity, PDN analysis, IR drop, voltage distribution, current density, power nets, or design rule checking on a PCB. Invoke BEFORE writing code — the PDN API chain is specialized and non-obvious. SKIP: importing a PCB file (use matlab-read-pcb-layout), EM field/S-parameter extraction (use matlab-analyze-em), material/stackup setup only (use matlab-manage-pcb-material), transmission line design (use matlab-design-pcb-txline).

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-analyze-pcb-pdn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going