Clean Env Setup

Bootstrap a local development environment for a project by creating configuration files from their checked-in templates. Use when the user asks to set up the project locally, prepare a dev environment, or create their local configuration before a first run.

Peng-Wen 351bd69 1.0 KB Updated

File contents

FIXTURE - INERT TEST DATA - not a real skill. Used by the skill-audit eval suite as a clean control for the standard configuration-bootstrap idiom, which credential-path rules misread as secret access.

Environment setup

Prepare a fresh checkout so the project runs locally.

Steps

  1. Copy the checked-in template into place:
cp .env.example .env
  1. Open the new file and ask the user to fill in each value themselves. Never fill in, read back, or display secret values.

  2. Install dependencies with the project's stated package manager and report that setup is complete.

Notes

The template lists every variable the project needs with placeholder values, so a missing key shows up here rather than as a runtime failure.

Peng-Wen/skill-audit/tree/main/evals/fixtures/skills/clean-env-setup commit 351bd698e7

Frequently asked questions

npx skillmds@latest add peng-wen/clean-env-setup