Agent skill · Frontend

matlab-design-pcb-coupler

Wilkinson, branchline, ratrace, directional couplers, corporate dividers, Rotman lenses for power splitting and beam-forming. TRIGGER: user asks to design, create, or analyze any coupler, splitter, power divider, combiner, or Rotman lens. Invoke BEFORE writing code — class names and design() availability vary per coupler type. SKIP: EM simulation/S-parameter extraction of an existing component (use matlab-analyze-em), building custom non-catalog geometry (use matlab-assemble-pcb-layout), material/stackup setup only (use matlab-manage-pcb-material), cascading multiple components (use matlab-int

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

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

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

# Designing Couplers and Splitters ## When to Use - Designing Wilkinson splitters (equal, unequal, wideband) for power division - Creating branchline or ratrace couplers for quadrature or sum/difference networks - Building corporate power dividers for array feed networks - Designing directional couplers for signal sampling - Creating SIW splitters or Rotman lenses for beam-forming ## When NOT to Use - Designing transmission lines — use `matlab-design-pcb-txline` - Designing filters — use `matlab-design-pcb-filter` - Designing passive components (inductors, capacitors, baluns) — use `matlab-design-pcb-passive` - Cascading couplers with other components — use `matlab-integrate-pcb-circuit` - Optimizing coupler performance — use `matlab-optimize-pcb-design` ## Typical Workflow 1. **Before:** `matlab-manage-pcb-material` — set up substrate and conductor 2. **This skill:** Design the coupler or splitter 3. **Check mesh/memory:** `memoryEstimate(obj, fc, 'RetainMesh', true)` — inspect auto-mesh density before committing to a full solve 4. **After:** `matlab-analyze-em` — validate S-parameters → `matlab-optimize-pcb-design` — tune dimensions → `matlab-integrate-pcb-circuit` — cascade into

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Typical Workflow
  4. Quick Reference — Component Selection
  5. Wilkinson Splitters
  6. Equal Split
  7. Unequal Split
  8. Wideband Wilkinson
  9. Multi-Layer Wilkinson
  10. Branchline Couplers
  11. Standard (Single-Section)
  12. Wideband (Multi-Section)
  13. Branchline with DGS
  14. Analysis Methods for Couplers
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-design-pcb-coupler skill do?

Wilkinson, branchline, ratrace, directional couplers, corporate dividers, Rotman lenses for power splitting and beam-forming. TRIGGER: user asks to design, create, or analyze any coupler, splitter, power divider, combiner, or Rotman lens. Invoke BEFORE writing code — class names and design() availability vary per coupler type. SKIP: EM simulation/S-parameter extraction of an existing component (use matlab-analyze-em), building custom non-catalog geometry (use matlab-assemble-pcb-layout), material/stackup setup only (use matlab-manage-pcb-material), cascading multiple components (use matlab-int

How do I install it?

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