sisibeloved

49 mods across 1 repository, 2 stars between them.

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.

2 3d ago A tokens not measured original MIT

isa-reference

03

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.

2 3d ago A tokens not measured original MIT

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.

2 3d ago A 0 tokens original MIT

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.

2 3d ago A 0 tokens original MIT

cinderx-jit-analyst

07

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.

2 3d ago A 0 tokens original MIT

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.

2 3d ago A 0 tokens original MIT

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.

2 3d ago A 0 tokens original MIT

PreToolUse

13

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.

2 3d ago A tokens not measured original MIT

PostToolUse

14

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.

2 3d ago A tokens not measured original MIT

cinderx-ab-run-slot

15

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.

2 3d ago A 47 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

Use when 需要初始化 CPython/CinderX 实验环境、Docker 双线、CinderX editable install、CPython baseline、pyperformance、pip mirror 或容器模板。.

2 3d ago A 44 tokens original MIT

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.

2 3d ago A 58 tokens original MIT

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.

2 3d ago A 85 tokens original MIT

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.

2 3d ago A 61 tokens original MIT

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 证据。.

2 3d ago A 51 tokens original MIT

cinderx-hir-dump

22

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

Use when 需要在真实 pyperformance worker 命令上叠加 PYTHONJITDUMPFINALHIR、PYTHONJITLOGFILE、jit.log 或 HIR dump 证据。.

2 3d ago A 50 tokens original MIT

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.

2 3d ago A 50 tokens original MIT