Complete AI TrainingYourJobSkills for your job

Skills / devops

mise-configurator

Generate production-ready mise.toml setups for local development, CI/CD pipelines, and toolchain standardization.

IT & Software Developmentautomationci-cddevopsmiseruntimestoolchain

Mise Configurator

Overview

This skill generates clean, production-ready mise.toml configurations for local development environments and CI/CD pipelines.

It helps standardize runtime versions, simplify onboarding, replace legacy version managers like asdf, nvm, and pyenv, and create reproducible multi-language environments with minimal setup effort.

When to Use This Skill

  • Use when you need to create or update a mise.toml
  • Use when working with Node.js, Python, Go, Rust, Java, Bun, Terraform, or mixed stacks
  • Use when the user asks about CI/CD runtime setup using mise
  • Use when migrating from .tool-versions, asdf, nvm, or pyenv
  • Use when standardizing tool versions across teams or monorepos

How It Works

Step 1: Detect Project Context

Inspect available repository files such as:

  • package.json
  • pnpm-lock.yaml
  • pyproject.toml
  • requirements.txt
  • go.mod
  • Cargo.toml
  • .tool-versions
  • Dockerfile
  • GitHub Actions or CI files

Infer languages, package managers, and pinned versions.

Step 2: Generate mise.toml

Create a minimal, valid, copy-paste-ready configuration using:

  • existing pinned versions when found
  • explicit user-provided target versions when absent
  • practical defaults for developer productivity
  • concrete pinned versions in shared production configs

Step 3: Add Bootstrap Commands

Provide setup

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourceself
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-04-16

Related skills

aegisops-ai

Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.

apple-container

Build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS using Apple's open-source container CLI, no Docker daemon required.

brendangregg-use-tsa

Methodical performance troubleshooting and root-cause analysis with Brendan Gregg's USE and TSA methods, plus evidence-backed RCA and postmortem reports.

cron-doctor

Diagnose and validate cron expressions before they ship. Catches the five silent death-traps: impossible dates that never fire, OR-semantics that fire too often, midnight spikes, uneven step drift, and leap-year February 29.

deploy-to-vercel

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

deployment-engineer

Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.