sisibeloved/cpython-optimize-skill
Plugin Claude Code
Plugin marketplace listing 1 plugin: cpython-optimize-skill.
sisibeloved/cpython-optimize-skill
Plugin Claude Code
Plugin marketplace listing 1 plugin: cpython-optimize-skill.
sisibeloved/cpython-optimize-skill
Plugin Claude Code
A set of workflows for optimizing CPython and CinderX, including compilation, benchmark testing, JIT analysis, Docker isolation, remote environments, and design documentation. JIT means compiling frequently used code while it runs.
sisibeloved/cpython-optimize-skill
MCP server Claude CodeCodexCursor
MCP server "isa-reference" as configured in sisibeloved/cpython-optimize-skill. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/isa-reference/src/server.py with python3.
sisibeloved/cpython-optimize-skill
Agent
A Chinese-language agent for reproducing and explaining native crashes in CPython or CinderX, including crashes involving the JIT compiler.
sisibeloved/cpython-optimize-skill
Agent
An environment gate for CPython and CinderX, a Python runtime experiment, before tests, benchmarks, or crash analysis run. It decides whether an existing environment can be reused, needs setup, or must be rebuilt.
sisibeloved/cpython-optimize-skill
Agent
An agent that connects performance measurements to likely causes across compiled code, processor instructions, processor design, and hardware. It also checks whether the evidence is complete and whether A/B experiments are trustworthy.
sisibeloved/cpython-optimize-skill
Agent
An analyst for CinderX, a Python runtime with a just-in-time compiler, that determines whether a benchmark actually used the compiler. It separates compiled cases from ordinary interpreter cases and examines the relevant execution details.
sisibeloved/cpython-optimize-skill
Agent
A coordinating agent for CPython and CinderX optimization work. It chooses a workflow, assigns specialist agents, combines their results, and decides whether further validation is needed.
sisibeloved/cpython-optimize-skill
Agent
An analyst for comparing how Kunpeng and x86, or Arm and x86, processors affect CinderX performance. It examines instruction sets, processor design, performance measurements, and compiler lowering differences.
sisibeloved/cpython-optimize-skill
Agent
A benchmark runner for the baseline side of CPython or CinderX A/B performance tests. It runs the selected baseline command and produces run data, logs, and explanations of failures.
sisibeloved/cpython-optimize-skill
Agent
An analyst for pyperformance results, where pyperformance is a standard suite of Python speed benchmarks. It compares a reference build with a candidate build.
sisibeloved/cpython-optimize-skill
Agent
A test runner for measuring an optimized CPython or CinderX build. It runs the candidate version in a separate test slot and saves results, logs, and error details.
sisibeloved/cpython-optimize-skill
Hook
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From sisibeloved/cpython-optimize-skill.
sisibeloved/cpython-optimize-skill
Hook
Runs after a tool call finishes for Bash tool calls, running an inline shell check. From sisibeloved/cpython-optimize-skill.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
A resource allocator for A/B performance tests, where A/B means comparing a reference version with a changed version. It assigns separate containers, folders, CPU sets, logs, and result files.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
Use when 需要初始化 CPython/CinderX 实验环境、Docker 双线、CinderX editable install、CPython baseline、pyperformance、pip mirror 或容器模板。.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
A pre-command hook that runs a shell check before a Bash tool call. It comes from a CPython optimization toolkit.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
An environment checker for CPython and CinderX performance experiments. It determines whether an existing setup can be reused, needs basic setup, or needs a clean rebuild.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
A nine-part evidence table for deeply investigating one benchmark case, from performance measurements through generated instructions, processor behavior, a proposed optimization, and an isolated A/B test.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
Use when repeated CPython/CinderX validation builds are slow and the task involves cinderxlocal.setuprelease, release wheel builds, rungate.py, testcinderxrelease, or pyperformance candidate wheel builds that can safely reuse ccache without modifying the source tree.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
Use when CPython/CinderX 或 pyperformance worker 出现 SIGSEGV、exit 139、core dump、SIGABRT、native assertion,需要 gdb bt full 和 core 证据。.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
Use when 需要在真实 pyperformance worker 命令上叠加 PYTHONJITDUMPFINALHIR、PYTHONJITLOGFILE、jit.log 或 HIR dump 证据。.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
A method for analyzing CinderX’s intermediate code and generated machine code. It covers the stages from HIR and LIR, the lower-level intermediate form, through small operations, instructions, deoptimization, and calling details.
sisibeloved/cpython-optimize-skill
Skill Claude CodeCodex
An analysis method for benchmarks that mainly run through the interpreter, which executes code directly instead of compiling it with CinderX’s just-in-time compiler.