Skip to content

mise

Context skill for mise.toml authoring and task conventions — activates automatically, no slash command needed.

Requirements

Commands

This is a context skill. It activates automatically when mise.toml or .mise.toml is detected. No slash command is needed.

Trigger conditions

The skill loads when any of the following are present:

  • mise.toml or .mise.toml in the project root
  • User mentions mise, mise tasks, mise run, or mise install
  • A mise-tasks/ directory is present

Recipes available

SituationRecipe loaded
Task naming conventions and standard task settask-naming
TypeScript and pnpm project (single or monorepo)ts-pnpm
SvelteKit projectsveltekit
Zig projectzig
C++ project with Conan package managercpp-conan
Docker tasks, dev containers, WSL or Linux or Mac compatdocker
Terraform tasks for GCP (tf-init, tf-plan, tf-apply)terraform-gcp
Terraform tasks for AWS (tf-init, tf-plan, tf-apply)terraform-aws

Each recipe loads on demand — only what is relevant to the current task.

References

Released under the MIT License.