Agent skill · AI & Agents

managing-simulink-projects

Manages MATLAB projects for Simulink workflows: path management, file registration, labels, source control configuration, and project lifecycle. Use when creating projects, adding models/dictionaries/requirements to projects, configuring labels for automation, fixing broken model references, or setting up source control for Simulink artifacts.

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

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

Facts
Files in the skill folder: 7
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.1
Declared author: MathWorks
Path: skills-catalog/model-based-design-core/managing-simulink-projects/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

# Managing Simulink Projects MATLAB projects coordinate Simulink workflows — they manage the MATLAB path (which Simulink uses to resolve model references, data dictionaries, and requirements), track file membership for source control, and provide label-based automation for selecting targets in CI/CD pipelines. ## When to Use - Creating a new MATLAB project for Simulink models - Adding models, data dictionaries, or requirements to an existing project - Configuring project paths so Simulink can resolve references - Setting up labels for automation (test selection, code generation targets) - Configuring source control and cache folders - Diagnosing broken model references, missing dictionaries, or failing project health checks ## When NOT to Use - Building or editing model structure (blocks, connections) → use `building-simulink-models` - Writing or running tests → use `testing-simulink-models` - Drafting requirements content → use `generate-requirement-drafts` - Running simulations for analysis → use `simulating-simulink-models` ## Mental Model Four principles that prevent the most common failures: 1. **Registration ≠ path.** `addFile` registers a file with the project for source con

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Mental Model
  4. Guardrails
  5. Task Routing
  6. Verification
Ships with 6 files
  • manifest.yaml
  • references/data-dictionaries.md
  • references/labels-and-automation.md
  • references/model-references.md
  • references/path-and-file-management.md
  • references/source-control-and-caching.md
More from simulink-agentic-toolkit
All skills →
About this skill
What does the managing-simulink-projects skill do?

Manages MATLAB projects for Simulink workflows: path management, file registration, labels, source control configuration, and project lifecycle. Use when creating projects, adding models/dictionaries/requirements to projects, configuring labels for automation, fixing broken model references, or setting up source control for Simulink artifacts.

How do I install it?

Run `npx skills add matlab/simulink-agentic-toolkit --skill managing-simulink-projects --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