mise-configuration

Community

Center config with mise env

Authorterrylica
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces a single source of truth for environment configuration by loading all values from a centralized .mise.toml [env] section. Scripts read values via standard environment variable patterns, ensuring consistent behavior whether mise is installed or not.

Core Features & Use Cases

  • Centralized configuration: define defaults and overrides in one place.
  • Cross-language compatibility: Python, Bash, JavaScript, Go, and Rust patterns supported.
  • Automatic Python venv creation: auto-create and activate a virtual environment on entry.
  • Templated and composable: supports special directives like _.file, _.path, and _.source.

Quick Start

Create a Python venv automatically and read an env var with a default:

[env]
_.python.venv = { path = ".venv", create = true }
FOO = "{{ env.FOO | default('bar') }}"

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mise-configuration
Download link: https://github.com/terrylica/cc-skills/archive/main.zip#mise-configuration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.