Agent skill · DevOps & Cloud

matlab-deploy-embedded-ai

Deploy AI models to embedded hardware using MathWorks tools (MATLAB, Simulink, Embedded Coder). Covers two workflow patterns: (1) MathWorks-native or imported models rebuilt as dlnetwork for lean hardware, (2) direct C/C++ code generation from PyTorch and LiteRT models. Both patterns support all targets (Cortex-M/A/R, x86, GPU). Trigger when: user wants to deploy AI to embedded targets; generate C/CUDA from neural networks; compress AI models for MCU; integrate AI in Simulink for system-level simulation; import PyTorch/ONNX/TensorFlow models for embedded deployment; optimize AI for resource-co

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-deploy-embedded-ai --agent claude-code

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

Facts
Files in the skill folder: 26
SKILL.md size: 18 KB
Bundled scripts: none
Version: 2.1
Declared author: MathWorks
Path: skills-catalog/ai-and-statistics/matlab-deploy-embedded-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

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

From the SKILL.md

# Embedded AI for Engineered Systems Deploy AI models to embedded hardware using MATLAB® and Simulink®. This skill is written specifically for **MATLAB R2026a** and uses APIs, functions, and workflows introduced in that release. It covers the complete lifecycle: model creation or import, verification, compression, system-level simulation, and code generation for resource-constrained targets. Requires MATLAB R2026a or newer. Core toolboxes: Deep Learning Toolbox, Statistics and Machine Learning Toolbox, MATLAB Coder, Embedded Coder, Simulink, and Fixed-Point Designer. Workflow-specific support packages are checked during Environment Discovery. The MATLAB and Simulink Agentic Toolkits must be available so the agent can drive a live MATLAB and Simulink session through MCP tools. ## When to Use - Deploying a trained neural network (MATLAB-native or imported) to embedded hardware - Generating C or CUDA code from a deep learning model for ARM Cortex-M/A/R, x86, or GPU targets - Deploying imported PyTorch, ONNX, TensorFlow, or LiteRT models to embedded targets (import step handled by `/matlab-import-external-ai-model`) - Compressing AI models (quantization, pruning, projection) to

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Workflow Pattern Selection
  4. Decision Tree
  5. Pattern Summary
  6. Pattern 1 vs Pattern 2 Capability Comparison
  7. Common Start: Prerequisites
  8. Do Not Use (Legacy Functions)
  9. Global Rules
  10. Advisory vs Execution Mode
  11. ALWAYS
  12. ASK FIRST
  13. NEVER
  14. Related Workflows (Out of Scope)
Ships with 24 files
  • manifest.yaml
  • references/pattern1/codegen-embedded.md
  • references/pattern1/compression-classical-ml.md
  • references/pattern1/compression-decision.md
  • references/pattern1/compression-projection.md
  • references/pattern1/compression-pruning.md
  • references/pattern1/compression-quantization.md
  • references/pattern1/compression.md
  • references/pattern1/custom-layers-codegen.md
  • references/pattern1/data-preparation.md
  • references/pattern1/native-rebuild-patterns.md
  • references/pattern1/native-rebuild-preparation.md
  • references/pattern1/placeholder-blocks.md
  • references/pattern1/simulink-integration.md
  • references/pattern1/troubleshooting.md
  • references/pattern1/workflow.md
  • references/pattern2/architecture-patterns.md
  • references/pattern2/coder-configuration.md
  • references/pattern2/pytorch-export.md
  • references/pattern2/troubleshooting.md
  • references/pattern2/verification-testing.md
  • references/pattern2/workflow.md
  • references/shared/ai-verification.md
  • references/shared/environment-setup.md
first 24 of 26
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-deploy-embedded-ai skill do?

Deploy AI models to embedded hardware using MathWorks tools (MATLAB, Simulink, Embedded Coder). Covers two workflow patterns: (1) MathWorks-native or imported models rebuilt as dlnetwork for lean hardware, (2) direct C/C++ code generation from PyTorch and LiteRT models. Both patterns support all targets (Cortex-M/A/R, x86, GPU). Trigger when: user wants to deploy AI to embedded targets; generate C/CUDA from neural networks; compress AI models for MCU; integrate AI in Simulink for system-level simulation; import PyTorch/ONNX/TensorFlow models for embedded deployment; optimize AI for resource-co

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-deploy-embedded-ai --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/matlab-agentic-toolkit, a repository with 868 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