Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Pyperformance Stat Report

ASecurity

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

2 stars
0 votes
0 copies
0 views
Added 9/20/2026
toolspythonbashperformance

Security Analysis

A96/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add sisibeloved/cpython-optimize-skill --skill pyperformance-stat-report --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pyperformance Stat Report?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pyperformance Stat Report
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/sisibeloved-pyperformance-stat-report/badge)](https://www.skillsdirectory.com/skills/sisibeloved-pyperformance-stat-report)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: pyperformance-stat-report
description: Use when 将多个已有 pyperformance JSON 转成控制台统计、Excel 或趋势 PNG;不启动跑分。
---

# pyperformance Stat Report

负责把已存在的 pyperformance JSON 结果整理成适合人工阅读和汇报的统计产物。此 skill 只读结果,不负责跑 benchmark,也不能替代 `pyperformance-result-compare` 对 baseline source、CPU affinity、worker env、噪声和可信度的判断。

CinderX/JIT 性能结论必须先确认结果满足 `../using-cpython-optimize/references/pyperformance-env-contract.md`;`get_stat.py` 只格式化已有数据。

## 输入

- 两个或更多 `run.json` / pyperformance JSON 文件,按对比顺序传入。
- 第一个 JSON 是 ratio 计算的 baseline。
- 可选 benchmark 名称,用于只输出指定用例。

## 脚本

从已加载 skill 的目录解析 bundled helper 绝对路径,不要假设当前目录是插件根目录。保持报告输出目录为 working directory:

```bash
SKILL_DIR="/absolute/path/from-loaded-skill/pyperformance-stat-report"
SCRIPT="$SKILL_DIR/scripts/get_stat.py"
cd <report-output-directory>
python "$SCRIPT" [-c] [-b <benchmark>]... <baseline.json> <candidate.json> [more.json ...]
```

JSON 可以使用绝对路径,也可以使用相对报告目录的路径。未传 JSON 时脚本会扫描当前目录 `*.json`;正式报告中优先写显式路径。

## 模式

- `-c` / `--console-only`:只打印对比表,不生成文件,不需要 `openpyxl` 或 `matplotlib`。
- 默认模式:打印表格,在临时目录生成完整报告后统一发布 `benchmark_comparison.xlsx` 和 `benchmark_trends_part<N>.png`;生成失败时保留上一套完整报告。
- `-b` / `--benchmarks`:只保留指定的公共 benchmark;每个 benchmark 单独写一个 `-b`,例如 `-b 2to3 -b chaos`,并保持用户给定顺序。

默认产物模式需要:

```bash
python -m pip install openpyxl matplotlib
```

## 语义

- 只比较所有有效 JSON 共有的 benchmark。
- 第一个 JSON 必须成功加载且包含 benchmark;除 baseline 外还必须至少有一个有效 candidate。
- 拒绝通过等价路径、符号链接或硬链接重复传入同一物理 JSON,避免自比较报告。
- 单项 ratio 和几何平均都使用 `baseline_time / current_time`。
- ratio 大于 `1.0` 表示快于第一个 JSON;小于 `1.0` 表示慢于第一个 JSON。
- 显示单位按 baseline 文件中该 benchmark 的耗时量级选择。

## 输出要求

使用此 skill 时必须输出:

- 真实命令和 working directory;
- JSON 顺序,以及哪个文件是 baseline;
- benchmark filter(如使用);
- 公共 benchmark 数量;
- 生成的 `benchmark_comparison.xlsx` / `benchmark_trends_part<N>.png` 路径,或说明使用了 `--console-only`;
- 被跳过的 JSON 或未命中的指定 benchmark。

Attribution

sisibelovedsisibeloved
View sourceMore from sisibeloved →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1023330 votes
View all in tools →