mise-tool-management

Manage development tool versions and pin them in mise.toml.

187|20|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/TheBushidoCollective/han --skill mise-tool-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mise-tool-management
Source: https://github.com/TheBushidoCollective/han/tree/main/jutsu/jutsu-mise/skills/tool-management
Command: npx skills add https://github.com/TheBushidoCollective/han --skill mise-tool-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage development tool versions across projects using Mise as a unified manager.

Core Features & Use Cases

  • Installing tools, pinning versions, and switching between versions
  • Mise.toml configurations and overrides
  • Migration guidance from other managers

Quick Start

Install a specific tool version and set a project-wide version with mise use.

Frequently Asked Questions about mise-tool-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage different tool versions across multiple projects?

Mise provides centralized tool version management by storing version configurations in mise.toml files per project. This lets you pin specific versions, define ranges, or use aliases, ensuring consistent tool versions across local development, CI pipelines, and team workspaces without version drift.

Can I use Mise to pin versions in my development environment?

Yes, Mise pins tool versions through mise.toml configuration files and the mise use command. You can set exact versions, version ranges, or multi-version definitions that apply project-wide, with automatic switching when you enter a project directory.

How do I migrate from another tool version manager to Mise?

Mise supports migration workflows from other version managers through its settings and commands. The Skill guides you through applying Mise across existing projects, monorepos, and multi-project workspaces while maintaining your current tool setup.

What's the best way to handle tool versions in a monorepo?

Mise resolves tool version drift in monorepos by allowing centralized version management with mise.toml configurations and environment overrides. You can install specific or latest tool versions and verify configurations across your entire monorepo workspace.

Can Mise manage tool versions in CI pipelines?

Yes, Mise applies across CI pipelines by reading mise.toml version configurations and environment settings. This ensures your build pipeline uses the same pinned or range-based tool versions as local development, eliminating version mismatches.