Grill With Docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Explain
Deep-study a MATLAB script and write explain_<stem>.md without changing .m files.
Ask Matt
Ask which skill or flow fits your situation. A router over the skills in this repo.
Modify
Copy a catalog bundle to modify/ and adapt one script per session.
Accept
Promote staging bundles into the catalog, or attach explain docs from explain/.
Matstudylab Bootstrap
Check-on-use skills sync before workflow commands — not user-facing.
Build
Scan import/ and catalog optical script bundles into codes/ incrementally.
Matlab Performance Optimizer
Optimize MATLAB code for better performance through vectorization, memory management, and profiling. Use when user requests optimization, mentions slow code, performance issues, speed improvements, or asks to make code faster or more efficient.
New
Create a new MATLAB script and base companion in new/ after grill-me checklist.
Grill Me
A relentless interview to sharpen a plan or design.