This skill triggers when any cpython-skills skill is requested. The cpython-skills plugin has been renamed to cpython for simpler invocation.
View on GitHubgpshead/cpython-skills
cpython-skills
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/gpshead/cpython-skills/blob/main/plugins/cpython-skills-deprecated/skills/deprecated/SKILL.md -a claude-code --skill deprecatedInstallation paths:
.claude/skills/deprecated/# Plugin Renamed **The `cpython-skills` plugin has been renamed to `cpython`.** To upgrade, run these commands: ``` /plugin uninstall cpython-skills /plugin install cpython ``` After upgrading, skills are invoked as: - `cpython:dev` - Development entry point and codebase orientation - `cpython:build` - Building and testing CPython - `cpython:style` - Code style and validation - `cpython:docs` - Documentation and NEWS entries The new naming is cleaner: `cpython:build` instead of `cpython-skills:cpython-build-and-test`.