mise-tasks
Installation
SKILL.md
Task naming and location
- Tasks should be placed in
.mise-tasks/or a subdirectory of it. - The task path corresponds to the task name
- Example:
.mise-tasks/start.shcorresponds tomise run start.mise-tasks/test/app.mtscorresponds tomise run test:app.mise-tasks/agents/worktree/init.shcorresponds tomise run agents:worktree:init
- Example:
- When creating tasks, run
chmod +x <task>to make them executable. - Consult
mise.tomlto understand more about what tools and environment variables are available to support tasks. - For typescript tasks, the root
package.jsonhas utilities for writing tasks in TypeScript more effectively.