Engineer Init

Bootstrap the engineering-skills runtime so the script-backed skills can actually run. Health-checks candidate Python >= 3.11 interpreters, creates the .venv, installs requirements.txt plus pinned package-lock Node tooling when declared, wires pre-commit hooks when the repo is git-tracked, and verifies the install by running script-backed paths. Idempotent — safe to re-run; each stage skips work already done. Run once per clone, or whenever a skill fails with a missing-module / dependency error. Does not edit production code, does not git-init, and does not scaffold a new project (that is /init-project).

KhurrumMahmood a602a87 12.8 KB Updated

File contents

KhurrumMahmood/senior-vibe-engineer/tree/main/.claude/skills/engineer-init commit a602a87f06

Frequently asked questions

npx skillmds@latest add khurrummahmood/engineer-init