Use this skill when you need to compile CPython, run tests, verify your changes work, check if a fix is correct, or debug test failures. Covers building from source with ./configure and make, ccache for faster rebuilds, Argument Clinic regeneration, and the unittest-based test system (NOT pytest). Essential for any task that requires running code or tests.
$npx -y skills add gpshead/cpython-skills --skill buildInstalls into the current project.
Run `npx skills use "https://github.com/gpshead/cpython-skills" --skill "gpshead/cpython-skills/build"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gpshead/cpython-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gpshead/cpython-skills"` and select the relevant skills, then follow their instructions.