Cookbook
These recipes combine tools, environment variables, and tasks for specific workflows. Start with the recipe closest to your project, then adapt its paths, versions, and application commands. Each recipe states the files or tools it expects to exist.
| Workflow | Recipe |
|---|---|
| Configure and build a CMake project | C++ |
| Install mise and share tools in containers | Docker |
| Run npm scripts or select a package manager | Node.js |
| Work with requirements files, uv projects, or inline scripts | Python |
| Run Rails and Bundler commands | Ruby |
| Initialize, validate, plan, and apply infrastructure changes | Terraform and OpenTofu |
| Highlight task scripts and configure embedded language servers | Neovim |
| Create your own project scaffold | Presets |
| Customize prompts and inspect shell integration | Shell tricks |
For the underlying behavior, see task configuration, environment variables, and tool configuration.
Contributing
Share a recipe in the cookbook discussion. Include prerequisites, a complete config, the command to run, and the expected result so another reader can reproduce the workflow.