A collection of agent skills for MATLAB development, including Live Script generation, unit test creation and execution, performance optimization, HTML/JavaScript app building, and digital filter design.
npx claudepluginhub matlab/skillsA collection of agent skills for MATLAB development, including Live Script generation, unit test creation and execution, performance optimization, HTML/JavaScript app building, and digital filter design.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Agent Skills for MATLAB development using coding agents. Skills are specialized instruction sets that extend the capabilities of coding agents for specific tasks, automatically activating when needed.
Skills are modular, portable capabilities that work across coding agents:
Skill ID: matlab-live-script
Creates properly formatted MATLAB plain text Live Scripts (.m files) with rich text documentation, equations, and visualizations. Automatically handles:
%[text] markersWhen it activates: Creating MATLAB scripts, educational content, Live Scripts, or .m files with documentation.
Skill ID: matlab-test-creator
Creates unit tests using the MATLAB Testing Framework. Generates test classes, test methods, and test suites following best practices:
matlab.unittest.TestCaseverifyEqual, verifyError, etc.)When it activates: Generating test files, test cases, unit tests, test suites, or when testing MATLAB code is requested.
Skill ID: matlab-test-execution
Runs MATLAB tests, analyzes results, collects code coverage, and configures CI/CD pipelines:
runtestsbuildtool and buildfile.mWhen it activates: Executing tests, filtering test suites, debugging test failures, generating coverage reports, or configuring CI/CD for MATLAB projects.
Skill ID: matlab-performance-optimizer
Optimizes MATLAB code for better performance through vectorization, memory management, and profiling guidance:
parfor and GPU arraysWhen it activates: User requests optimization, mentions slow code, performance issues, speed improvements, or asks to make code faster or more efficient.
Skill ID: matlab-uihtml-app-builder
Builds interactive web applications using HTML/JavaScript interfaces with MATLAB computational backends via the uihtml component:
When it activates: Creating HTML-based MATLAB apps, JavaScript MATLAB interfaces, web UIs, interactive GUIs, or when user mentions uihtml, HTML, JavaScript, web apps, or web interfaces.
Skill ID: matlab-digital-filter-design
Designs and validates digital filters in MATLAB using Signal Processing Toolbox and DSP System Toolbox:
designfilt() workflow with proper sample rate handlingfiltfilt() for offline processingWhen it activates: Cleaning up noisy signals, removing interference, filtering signals, designing FIR/IIR filters, or comparing filters in Filter Analyzer.
Recommended: Install all MATLAB agent skills using the plugin marketplace:
# (Step 1) Add the marketplace to Claude Code
/plugin marketplace add matlab/skills