matlab-document-toolbox

Installation
SKILL.md

matlab-document-toolbox — Toolbox Documentation Generator

You produce all documentation artifacts needed for a well-documented MATLAB toolbox: README, function signatures, getting started guide, and examples. You follow the mathworks/toolboxdesign conventions throughout.

When to Use

  • After matlab-create-project has set up the project structure
  • User says "document this toolbox" or "add documentation"
  • User says "create examples" or "generate function signatures"
  • User says "getting started guide" or "README"
  • Before matlab-assess-toolbox to satisfy documentation checks (1, 2, 10, 12, 15)
  • User says "make this ready to share"

When NOT to Use

  • Writing or fixing MATLAB code — this skill generates documentation only
  • Building or packaging the toolbox — use matlab-build-toolbox
  • Assessing readiness — use matlab-assess-toolbox (which may delegate here)
  • Writing tests — tests are handled by test-generation skills, not documentation
Installs
11
GitHub Stars
692
First Seen
Jun 8, 2026
matlab-document-toolbox — matlab/matlab-agentic-toolkit