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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- When NOT to Use
- Mental Model
- Guardrails
- Task Routing
- Verification
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.
