sonntagsgesicht/auxilium ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python toolkit called auxilium that helps me scaffold, test, document, and release other Python projects from one simple command.
I want it to create a clean project layout with source, docs, and tests already in place, plus the usual files like README, HOWTO, changelog, requirements, setup, and license. It should also make it easy to keep project info in one place, generate documentation from docstrings, run unit tests and coverage, and do basic checks like style and security before a release.
Please include a simple command line flow so I can run something like create, enter a few project details, and get a ready to use starter project. It should work with a virtual environment and use common Python packaging and release tools. Keep it reusable and straightforward, with sensible defaults, and if you need current details for any docs or packaging behavior, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit