the-lupaxa-blueprints/makefile-skills ? reverse-engineered prompt
Reverse engineered prompt
Build me a reusable Makefile setup I can drop into a project and use right away.
I want one main Makefile wrapper that can pull in shared skills, then give me a clean help screen with commands for versioning plus optional support for Python, MkDocs, and Bash tasks. It should let me initialize the shared files, update them later, and check that my tools and config are set up correctly before I start working. I also want release related commands like bumping versions, creating release candidates, and cutting a release.
Make it easy to choose which skills are enabled, and let me pin the shared library to a specific tagged version if I want stability. Please include good defaults for cloning and a simple way to enable shell completion for the targets. If there are any current docs or best practices I should follow, look them up online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit