fix-sldv-incompatibility

fix-sldv-incompatibility is a skill for Claude Code from matlab/simulink-agentic-toolkit. It costs 131 tokens per session (3,725 once invoked), scanned A, original, no licence file.

A skill for fixing Simulink models that Simulink Design Verifier cannot analyze. It finds unsupported model constructs, applies a matching fix to a copy, and checks whether the copy is then compatible.

In plain words
What is it for?
Use it when compatibility checks fail or Design Verifier reports an unsupported construct, and when you need a checked, analyzable copy of the model.
Why use it?
It helps resolve model incompatibilities that would otherwise stop formal analysis from running.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the verification-validation-and-test plugin — 8 skills shipped together

Good fit Use it when compatibility checks fail or Design Verifier reports an unsupported construct, and when you need a checked, analyzable copy of the model.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add matlab/simulink-agentic-toolkit --skill fix-sldv-incompatibility
Clone the repo
git clone --depth 1 https://github.com/matlab/simulink-agentic-toolkit

Made for: Claude Code.

Or install verification-validation-and-test, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fix-sldv-incompatibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility/github.svg)](https://agentmods.dev/skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility)
Your own site
<a href="https://agentmods.dev/skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility"><img src="https://agentmods.dev/badge/skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fix-sldv-incompatibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility"><img src="https://agentmods.dev/badge/skills/matlab/simulink-agentic-toolkit/fix-sldv-incompatibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00131 $0.03725
Opus 5 $0.00066 $0.01862
Sonnet 5 $0.00026 $0.00745
Haiku 4.5 $0.00013 $0.00373

Measured today against content hash 5d18251e2315, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

fix-sldv-incompatibility scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills-catalog/verification-validation-and-test/fix-sldv-incompatibility/SKILL.md · 279 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 279 lines · 131 tokens per session scan A 5d18251e2315

Subscribe to this mod's changes

fix-sldv-incompatibility is a skill published in the GitHub repository matlab/simulink-agentic-toolkit (1,073 stars, last pushed yesterday), with no licence file. It adds 131 tokens to every session and 3,725 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other skills, from other repositories

matlab-debug-code

Diagnose MATLAB errors and unexpected behavior. Breakpoints, workspace inspection, try-catch diagnostics, and common error patterns. Use when debugging functions, tracing errors, inspecting variables, or diagnosing runtime failures.

matlab/matlab-agentic-toolkit · 45 tokens

matlab-diagnose-parfor

Diagnose and fix parfor errors in MATLAB. Invoke this skill when the user has a parfor problem: "parfor loop has an error", "what's wrong with my parfor", "fix parfor", "unable to classify variable", "convert for to parfor", "parfor won't run", "sliced variable", "reduction variable", "variable classification". Also…

matlab/matlab-agentic-toolkit · 161 tokens

matlab-optimize-performance

Read BEFORE optimizing any MATLAB code for speed. Without this workflow, agents commonly optimize the wrong target, fabricate speedup claims without measurement, or introduce regressions. Guides the 7-step workflow: baseline, profile, identify, optimize, measure, verify, report.

matlab/matlab-agentic-toolkit · 59 tokens

matlab-configure-scope-object

Prevents crashes due to problematic scope-related API misuse caused by agent escalation into internal scope framework objects. Use when configuring properties of scope-related Simulink blocks or MATLAB objects — constrains the agent to documented APIs and directs users to the scope UI when a property is not…

matlab/matlab-agentic-toolkit · 66 tokens

matlab-design-digital-filter

Design and validate digital filters in MATLAB. Use when cleaning up noisy signals, removing interference, filtering signals, designing FIR/IIR filters (lowpass/highpass/bandpass/bandstop/notch), or comparing filters in Filter Analyzer.

matlab/matlab-agentic-toolkit · 54 tokens

matlab-optimize-memory

Guides the 7-step MATLAB memory optimization workflow: baseline, profile, identify, optimize, measure, verify, report. Use when asked to reduce MATLAB memory usage, find memory bottlenecks, fix out-of-memory errors, or optimize memory-intensive code.

matlab/matlab-agentic-toolkit · 58 tokens