Customizable generator for making copilot-instructions.md files focused on modern Python development.
git clone https://github.com/RPINerd/CoPylotInstructions
cd CoPylotInstructionsThis project uses UV for dependency management and packaging.
# Install UV if you don't have it yet
pip install uv
# Install dependencies using UV
uv pip install -e .pip install -e .Run the interactive script:
python build_pylot.pyOr if you installed as a package:
copylotThe script will generate a copilot-instructions.md file in the current directory.
Universal and python core contents will be inserted as heading information and then appended by the user selected components.
Upon launching the script, you will be prompted to select the components you want to include in your copilot-instructions.md file. The current available components are:
My goal is to support as many python tech stacks as possible. Please open a PR if you want to add a new component or improve the existing ones!