MATLAB R2025b toolbox skills for AI coding agents. 5 skills with knowledge cards and template scripts.
npx claudepluginhub rrmaram2000/matlab-toolbox-skillsToolbox-specific knowledge and template scripts for accurate MATLAB R2025b code generation. Covers Medical Imaging, Deep Learning, Image Processing, Stats-ML, and Wavelet toolboxes.
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Claude writes confident MATLAB code, but it sometimes makes up function names that don't exist in R2025b. These skills fix that. They give Claude a quick-reference of tricky APIs, deprecated functions, and common pitfalls across 5 toolboxes, along with 54 template scripts that help it write code you can actually use.
[!TIP] Works beyond Claude — Agent Skills are an open standard for AI coding tools. These skills were built for Claude, but the format is supported by OpenAI Codex, Gemini CLI, Claude Code, and many others.
graph LR
A[User Prompt] --> B{Claude}
B --> C[SKILL.md<br>Critical rules<br>quick-reference]
B --> D[Knowledge Cards<br>Domain patterns<br>by topic]
B --> E[Template Scripts<br>54 .m files with<br>%TODO placeholders]
C --> F[Accurate<br>MATLAB Code]
D --> F
E --> F
style B fill:#8B6CF6,stroke:#6B4CE6,color:#fff
style C fill:#D35400,stroke:#A04000,color:#fff
style D fill:#D35400,stroke:#A04000,color:#fff
style E fill:#D35400,stroke:#A04000,color:#fff
style F fill:#22c55e,stroke:#16a34a,color:#fff
Each skill folder has three parts:
| Part | What it does |
|---|---|
| SKILL.md | Quick-reference of critical rules: the tricky APIs, deprecated functions, and R2025b changes that LLMs miss |
| Knowledge cards | Domain patterns organized by topic (survival analysis, MedSAM, wavelet transforms, etc.) |
| Template scripts | .m files with %TODO placeholders. Claude uses these as a starting point and fills in the project-specific details like file paths, parameters, and class names |