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
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.