This generates production-ready Makefiles from scratch for C/C++, Python, Go, Java, and generic projects. It walks through gathering requirements (language, build targets, install paths), then creates files with .PHONY targets, dependency tracking, and GNU Coding Standards compliance. The workflow is thorough: it asks clarifying questions when needed, consults internal docs for patterns like Docker integration or multi-binary builds, and defaults to sensible choices for standard setups. Includes automatic validation via the makefile-validator skill. Use it when you're setting up a new build system or converting manual processes to Make. Don't use it for debugging existing Makefiles or actually running builds.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill makefile-generator