| name | env-bootstrap |
| description | Apply docs/reference/settings.md to bootstrap local development and quality tooling in a reproducible way. |
Environment Bootstrap Skill
Use this skill for project initialization, developer environment setup, and CI-ready quality checks derived from docs/reference/settings.md.
Inputs
- Host OS and shell.
- Existing project files.
Procedure
- Align interpreter and package manager strategy.
- Add or update tool config files (lint, format, type-check, tests).
- Define canonical run commands for local dev and CI.
- Validate command success and expected artifacts.
Output
- Bootstrap command list.
- File diff summary.
- Post-setup verification checklist.