working-with-mise
Installation
SKILL.md
Working with mise
Overview
mise is a polyglot tool version manager. Use this skill when:
- Adding tools to a project via mise
- Troubleshooting "command not found" when mise should have tools available
- Deciding whether mise is the right choice for a dependency
The Iron Rules
- Use
mise useto add tools - never manually edit config files - Detect existing config files first - don't create new ones when one exists
- Fix the shell, don't workaround - if tools aren't on PATH, diagnose the activation issue rather than using
mise execas a permanent workaround