mise-task-managing
Installation
SKILL.md
Mise Task Conventions
Mandatory
- Every project root MUST contain a
mise.toml - If a project root does NOT contain a
mise.tomlthen copy the base to the project root asmise.toml
Progressive Discovery Reference Map
When you see a relevant match to your current task, STOP! Read no further and load the applicable reference.
-
Are you starting a fresh project? See starting-fresh
-
Are you integrating mise in a brownfield project? See brownfield
-
Were you asked to encapsulate a multi-step custom workflow? See custom-workflows
-
Did you create a new script, add a new CLI command, or get asked to expose or make available any of the former as a convenience task? See wraping-an-interface
-
Are you implementing or adapting one of the supported common workflows (
Database,Build,CI,Test,Deploy,Lint)? See common-workflows