.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/gpshead/cpython-skills
home/skills/gpshead/cpython-skills
gpshead avatar

gpshead/cpython-skills

6 skills

View on GitHub
$npx skills add gpshead/cpython-skills
SkillInstalls
backportUse this skill when backporting a merged CPython change to a maintenance branch (3.14, 3.13, etc.) - whether invoked as /cpython:backport <version> [PR], asked…—buildUse this skill when you need to compile CPython, run tests, verify your changes work, check if a fix is correct, or debug test failures.—devUse this skill when working in the CPython repository for any development task - fixing bugs, adding features, understanding code, or making contributions.—docsUse this skill when editing documentation, working with files in Doc/, adding versionadded or versionchanged markers, creating NEWS entries for bug fixes or…—jitUse this skill when working on CPython's experimental JIT compiler - modifying Tools/jit/ build scripts, editing Python/jit.c runtime code, changing bytecode…—styleUse this skill when preparing commits, running pre-commit hooks, checking code style, or validating changes before pushing.—