miso-scripting
Installation
SKILL.md
miso-scripting
Use this skill any time you need to create, organize, name, or debug scripts in a miso scripts/ folder.
Scripts Folder
By default, miso looks for scripts in ./scripts relative to miso.json. Override with the scripts field:
{ "scripts": "./tasks" }
Run miso scripts to list all discovered scripts in the current project.
Extension-Based Interpreter Dispatch
Related skills