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.sh corresponds to mise run start
      • .mise-tasks/test/app.mts corresponds to mise run test:app
      • .mise-tasks/agents/worktree/init.sh corresponds to mise run agents:worktree:init
  • When creating tasks, run chmod +x <task> to make them executable.
  • Consult mise.toml to understand more about what tools and environment variables are available to support tasks.
  • For typescript tasks, the root package.json has utilities for writing tasks in TypeScript more effectively.

Task Configuration for Bash Tasks

Installs
1
GitHub Stars
219
First Seen
May 16, 2026
mise-tasks — speakeasy-api/gram