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
- Initialize:
mise use node@22 python@3.12(createsmise.toml+ installs tools) - Add env vars:
mise set DATABASE_URL=postgres://localhost/mydb - Define tasks in
mise.tomlunder[tasks] - Trust config:
mise trust(required for env directives and hooks) - Verify:
mise doctor
Shell Activation
Required for mise use workflow to function — tools won't appear in PATH without it.