What problem does it solve? Setting up build automation from scratch is repetitive and error-prone, and existing build files often miss standard targets like help, lint, or Docker workflows. This Skill analyzes your project and either generates a complete build file or surgically improves an existing one. ## Core Features & Use Cases - Dual Mode Operation: Generates a new Makefile, Taskfile.yml, justfile, or magefile.go from best-practice templates, or enhances an existing file by adding missing targets, preambles, and documentation without overwriting your work. - Deep Project Detection: Scans for language, package manager, framework, Docker setup (including multi-stage builds and compose services), CI system, migrations, test runners, and linters to tailor every target. - Docker-Aware Targets: Produces layered Docker commands for container lifecycle, dev/prod separation, and in-container test/lint execution when Docker is detected. - Use Case: You have a NestJS TypeScript project with a Dockerfile and Prisma migrations. Run the skill to get a Makefile with dev, test, lint, typecheck, db-migrate, and docker-dev/docker-prod targets, plus a Quick Commands section added to your README. ## Quick Start Ask the AI to generate a Makefile for this project, or say "enhance my existing Taskfile" to improve a build file you already have.