Agent skill · AI & Agents

building-simulink-models

Builds and edits Simulink, System Composer, Stateflow, and Simscape models. Use when modifying model structure, parameters, ports, connections, or Stateflow chart internals.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/simulink-agentic-toolkit --skill building-simulink-models --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.4
Declared author: MathWorks
Path: skills-catalog/model-based-design-core/building-simulink-models/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 903
Language: HTML

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

From the SKILL.md

# Building Models Use `model_edit` for all structural changes — Simulink, System Composer, Simscape, and Stateflow chart internals ## When to Use - Adding, connecting, deleting, or replacing blocks in a model - Configuring block parameters, signal properties, or model settings - Creating or editing Stateflow chart internals (states, transitions, junctions, data, events, messages, functions) - Building System Composer architecture models - Wiring Simscape physical connections ## When NOT to Use - Querying parameter values → use `model_query_params` - Resolving variable references to numeric values → use `model_resolve_params` ## Library & Policy Prerequisites — BLOCKING GATE **Do this FIRST — evaluate the result before any other tool call.** Do not narrate the gate check to the user; proceed silently based on the result. Call `library.settingsLookup()` to check for custom library configuration. It returns a struct with resolved absolute paths: - `found` — whether a libraries file was located (satk-libraries.json or legacy reuse-libraries.json) - `enabled` — whether custom libraries are configured - `gatePass` — whether the gate is satisfied (can proceed to build) - `kgIndexPath` — a

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Library & Policy Prerequisites — BLOCKING GATE
  4. Workflow
  5. Operation Chaining with ref
  6. Guardrails
  7. Naming Conventions
  8. Block Types
  9. Review Gate
  10. Domain-Specific Rules
Ships with 4 files
  • manifest.yaml
  • references/simscape.md
  • references/stateflow.md
  • references/system-composer.md
More from simulink-agentic-toolkit
All skills →
About this skill
What does the building-simulink-models skill do?

Builds and edits Simulink, System Composer, Stateflow, and Simscape models. Use when modifying model structure, parameters, ports, connections, or Stateflow chart internals.

How do I install it?

Run `npx skills add matlab/simulink-agentic-toolkit --skill building-simulink-models --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/simulink-agentic-toolkit, a repository with 903 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