All authors
sisibeloved avatar

Claude Skills by sisibeloved

github.com/sisibeloved
35 skillsA× 350 installs24 views
Cinderx Ab Run SlotA

Use when 为 CPython/CinderX A/B 实验分配 CPU、容器和结果目录,判断能否并行。

developmentpythonrust
0
2
Cinderx Env BootstrapA

Use when 新建或重建 CPython/CinderX lab,准备 Docker 双线、依赖和 smoke。

devopspythondocker
0
2
Cinderx Env CleanA

Use when 已证实 CPython/CinderX lab 污染,需要清理错误安装或构建环境。

devopspythondocker
0
2
Cinderx Env ValidateA

Use when 校验 CPython/CinderX lab 的版本、ABI、源码和 worker 环境是否可复用。

developmentpythonrust
0
2
Cinderx Evidence TableA

Use when 建立或审查单用例 E1–E9 根因证据表,判定穿刺与优化价值是否可信。

researchnode
0
2
Cinderx Fast ValidationA

Use when CinderX release 构建或 gate 重复编译缓慢,需要用 ccache 复用构建。

testingpythonbash
0
2
Cinderx Gdb Core TriageA

Use when CPython/CinderX native crash 需要真实命令、core 和 gdb 栈取证。

toolspython
0
2
Cinderx Hir DumpA

Use when 在真实 pyperformance worker 上采集 CinderX HIR 或 jit.log。

documentationpythonperformance
0
2
Cinderx Hir Lir AnalyzeA

Use when 分析已进入 CinderX JIT 的 HIR/LIR、机器码或 deopt,形成优化方案。

tools
0
2
Cinderx Interpreter Case AnalyzeA

Use when benchmark 未进入 CinderX JIT,需要分析解释执行阶段、函数形状和 gate 策略。

toolspythonapi
0
2
Cinderx Isa Microarch CompareA

Use when 对 CinderX 的 Arm/x86 性能差异做 ISA、微架构与 perf 归因。

developmentgo
0
2
Cinderx Jit Entry CheckA

Use when 核实 benchmark 本体是否进入 CinderX JIT,排除启动期和第三方编译干扰。

documentationpythonperformance
0
2
Cinderx Jit ReviewA

Use when 审查 CinderX JIT PR/MR 或补丁的语义正确性、测试证据和评论位置。

toolspythongit
0
2
Cinderx Optimization ReportA

Use when 将 CPython/CinderX 实验的环境、证据链、根因和回归结果整理成报告。

documentationpython
0
2
Cinderx Parallel PyperformanceA

Use when 在 ARM64/Linux 大核主机按 NUMA/L3 隔离并行运行 CinderX pyperformance 或生成 dry-run 计划。

developmentpythongo
0
2
Cinderx Remote Lab OpsA

Use when 通过 SSH/tmux/rsync/docker compose 操作远程 CPython/CinderX lab,或诊断远端卡顿。

devopspythonbash
0
2
Cinderx Smoke CheckA

Use when 检查 CinderX 安装、初始化和最小 JIT 是否可用。

developmentpythonperformance
0
2
Compiler Optimization TheoryA

Use when 解释或评估 CinderX 的 IR、优化 pass、指令调度与寄存器分配原理;指令规格用 isa-instruction-lookup。

documentationgo
0
2
Cpython Runtime Test RunA

Use when 运行或重跑 CinderX RuntimeTests 功能测试、test_cinderx/lib test 集成测试。

testingpythonperformance
0
2
Design DocumentationA

Use when 编写或修改特性 RFC、架构、系统、功能或详细设计说明书;普通实验报告用 cinderx-optimization-report。

documentationdocumentation
0
2
Isa Instruction LookupA

Use when 查证 A64/x86 指令语义、编码、操作数或 feature 依赖,检索替代指令与跨平台等价候选。

documentationgo
0
2
Pyperformance Result CompareA

Use when 比较已有 pyperformance run.json 或 speedup.json,判断收益、回归与噪声;不启动跑分。

documentationpythonperformance
0
2
Pyperformance Stat ReportA

Use when 将多个已有 pyperformance JSON 转成控制台统计、Excel 或趋势 PNG;不启动跑分。

toolspythonbash
0
2
Pyperformance Suite RunA

Use when 正式运行 pyperformance 子集或全量并生成 run.json;单 worker 调试用 pyperformance-worker-run。

testingpythongo
0
2
Pyperformance Worker RunA

Use when 复现单个 pyperformance worker,或排查 bench_command/sitecustomize 环境继承。

toolspythonbash
0
2
Using Cpython OptimizeA

Use when CPython/CinderX 任务需要跨环境、跑分、crash 或 JIT 分析选择工作流;单项操作直接用对应技能。

researchpythonperformance
0
2
Validation StrategyA

Use when 为 CPython/CinderX 实验选择验证范围或成本预算,决定是否扩大测试。

testingpythonperformance
0
2
Workflow Cinderx Crash TriageA

Use when 需要串起 CinderX crash 的复现、gdb/JIT 取证与报告;已有 core 的局部分析用 cinderx-gdb-core-triage。

businessperformance
0
2
Workflow Cross Platform Delta TriageA

Use when 已测出同一 benchmark 的双平台差距,需要排除环境漂移、归因并验证优化收益。

toolsperformance
0
2
Workflow Feature Driven OptimizationA

Use when 实施已知 CPython/CinderX 性能优化,完成代码、功能测试和收益验证。

testingpythonperformance
0
2
Workflow Jit Optimization AnalysisA

Use when 从单个 CinderX benchmark 开始,判定 JIT/解释执行路径并定位优化点。

businesspythonperformance
0
2
Workflow Platform Differential Discovery DeepdiveA

Use when 深钻已选定的单个用例,贯通性能、JIT、ISA/微架构证据并验证优化价值。

researchperformance
0
2
Workflow Platform Differential DiscoveryA

Use when 尚未选定用例,需要从 CPython/CinderX 平台差异中筛选优化候选。

researchpythonperformance
0
2
Workflow Pyperformance RegressionA

Use when 编排正式 CPython/CinderX A/B 回归的环境、双侧运行和结果分析;已有数据直接用结果比较技能。

businesspythonrust
0
2
Workflow Remote Cinderx Lab SetupA

Use when 远程 CPython/CinderX lab 需要串起环境审计、修复或初始化与 smoke。

devopspythonperformance
0
2