environment-bootstrap

Installation
SKILL.md

Environment Bootstrap

Overview

Set up and maintain consistent development environments.

Core principle: Every session should start with a known-good environment.

Announce at start: "I'm using environment-bootstrap to set up the development environment."

When to Use

Situation Action
First clone of repository Create init script
Starting new session Run init script
After pulling changes Re-run init if deps changed
Environment seems broken Run init to reset
Related skills
Installs
4
GitHub Stars
6
First Seen
Feb 10, 2026