mise-environment-management

Installation
SKILL.md

Mise - Environment Management

Managing environment variables, project settings, and directory-specific configuration with Mise.

Basic Environment Variables

Defining Environment Variables

# mise.toml
[env]
NODE_ENV = "production"
DATABASE_URL = "postgresql://localhost/myapp"
API_KEY = "development-key"
LOG_LEVEL = "info"

Loading Environment

Installs
44
GitHub Stars
173
First Seen
Jan 22, 2026
mise-environment-management — thebushidocollective/han