// .claude/skills/preflight/SKILL.md
Preflight Check
- •If Rust project: run
cargo checkand fix all errors before proceeding - •If Docker involved: run
docker compose psand verify all containers are healthy - •Check .env files for whitespace/formatting issues
- •List any version-pinned dependencies in Cargo.toml and verify API compatibility
- •Report status before starting implementation