mise

Installation
SKILL.md

Mise Project Setup

Mise manages dev tool versions, environment variables, tasks, and hooks per directory via mise.toml.

Quick Setup Flow

  1. Initialize: mise use node@22 python@3.12 (creates mise.toml + installs tools)
  2. Add env vars: mise set DATABASE_URL=postgres://localhost/mydb
  3. Define tasks in mise.toml under [tasks]
  4. Trust config: mise trust (required for env directives and hooks)
  5. Verify: mise doctor

Shell Activation

Required for mise use workflow to function — tools won't appear in PATH without it.

Installs
1
First Seen
Jun 26, 2026
mise — kettleofketchup/dotfiles