Agent skill · Frontend

matlab-integrate-pcb-circuit

Cascade PCB components, add lumped elements, export Touchstone, and bridge to eye diagram or antenna array workflows. TRIGGER: user asks to cascade or connect multiple RF PCB components, add lumped R/L/C, export S-parameters to Touchstone, or combine PCB elements into a circuit. Invoke BEFORE writing pcbcascade or circuit code — cascade rules and port matching are non-obvious. SKIP: designing individual components (use the specific matlab-design-pcb-* skill), EM analysis of a single component (use matlab-analyze-em), material/stackup setup only (use matlab-manage-pcb-material), optimization (u

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/rf-and-mixed-signal/matlab-integrate-pcb-circuit/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

# Cascading and Integrating RF PCB Components ## When to Use - Cascading two or more PCB components end-to-end with `pcbcascade` - Wrapping PCB components as circuit elements with `pcbElement` for RF Toolbox - Loading internal ports with lumped elements (varactors, terminators) - Exporting S-parameters to Touchstone files via `rfwrite` - Integrating RF PCB feed networks with antenna arrays - Bridging to Signal Integrity Toolbox for eye diagram analysis ## When NOT to Use - Designing individual filters, couplers, or transmission lines — use the respective designing skill - Building custom PCB geometry from scratch — use `matlab-assemble-pcb-layout` - Running EM analysis on a single component — use `matlab-analyze-em` - Setting up materials — use `matlab-manage-pcb-material` ## Typical Workflow 1. **Before:** Design skills (`matlab-design-pcb-filter`, `matlab-design-pcb-coupler`, etc.) or `matlab-analyze-em` — create and validate individual components 2. **This skill:** Cascade components, add lumped elements, export Touchstone, bridge to eye diagram analysis 3. **After:** `matlab-write-pcb-layout` — export final design to Gerber; or feed S-parameters into Signal Integrity Toolbox wo

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Typical Workflow
  4. Quick Reference
  5. pcbcascade — Connecting Components End-to-End
  6. Basic Cascade
  7. Analyzing the Cascade
  8. RectangularBoard Option
  9. Interactive Cascade Mode
  10. Multi-Stage Cascade
  11. Cascade Requirements
  12. pcbElement — RF Toolbox Circuit Integration
  13. Basic Usage
  14. Behavioral vs Full-Wave
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-integrate-pcb-circuit skill do?

Cascade PCB components, add lumped elements, export Touchstone, and bridge to eye diagram or antenna array workflows. TRIGGER: user asks to cascade or connect multiple RF PCB components, add lumped R/L/C, export S-parameters to Touchstone, or combine PCB elements into a circuit. Invoke BEFORE writing pcbcascade or circuit code — cascade rules and port matching are non-obvious. SKIP: designing individual components (use the specific matlab-design-pcb-* skill), EM analysis of a single component (use matlab-analyze-em), material/stackup setup only (use matlab-manage-pcb-material), optimization (u

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-integrate-pcb-circuit --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