Agent SkillsalphaXiv/OpenResearch › orx-reports

orx-reports

GitHub

用于在项目 artifacts 目录中编写、组织和归档报告、图表及数据文件,确保输出结构清晰、可复现且链接规范。

agent-skills/orx-reports/SKILL.md alphaXiv/OpenResearch

Trigger Scenarios

创建项目报告或总结 生成并保存图表或导出数据 整理和归档历史产出物

Install

npx skills add alphaXiv/OpenResearch --skill orx-reports -g -y
More Options

Non-standard path

npx skills add https://github.com/alphaXiv/OpenResearch/tree/main/agent-skills/orx-reports -g -y

Use without installing

npx skills use alphaXiv/OpenResearch@orx-reports

指定 Agent (Claude Code)

npx skills add alphaXiv/OpenResearch --skill orx-reports -a claude-code -g -y

安装 repo 全部 skill

npx skills add alphaXiv/OpenResearch --all -g -y

预览 repo 内 skill

npx skills add alphaXiv/OpenResearch --list

SKILL.md

Frontmatter
{
    "name": "orx-reports",
    "description": "Write and organize durable outputs in the artifacts directory. Use before creating or organizing artifacts, including reports, summaries, comparisons, figures, and exported data, or when a line of work concludes."
}

Write reports, figures, CSVs, PDFs, and other outputs directly into the artifacts directory shown in the session playbook. Written files become project artifacts immediately.

Before writing, inspect the existing artifacts directory and follow its organization. Reuse the relevant folder for follow-up outputs. Group related outputs by research topic or deliverable instead of accumulating files at the artifacts root. Add subfolders such as figures/, data/, or models/ only when they help; do not create empty scaffolding.

Use a descriptive filename for each output. For example:

<artifacts-dir>/
  transformer-sweep/
    transformer-sweep-report.md
    figures/
      orx_figstyle.py
      patch-size.pdf
      patch-size.svg
      patch-size.py
      learning-rate.pdf
      learning-rate.svg
      learning-rate.py
    data/
      sweep-results.csv

Keep reproducibility scripts beside their figures. Keep temporary logs and scratch files outside the artifacts directory.

Keep already-published outputs at their existing paths. Reorganize other older outputs only when requested, updating affected document links and verifying they still resolve.

Read the orx-figures module before writing any figure; a default matplotlib plot does not meet the bar the reports are held to.

Use relative links within reports, for example ![Patch size](figures/patch-size.svg) from transformer-sweep-report.md. In the chat handoff, link every finished output using the session playbook's evidence-and-links contract, including the full nested path, for example <file path="artifacts/transformer-sweep/figures/patch-size.svg" />. Load orx-evidence when the report makes claims derived from run results.

Version History

  • 24e404e Current 2026-09-21 23:53

Same Skill Collection

agent-skills/orx-agent-delegation/SKILL.md
agent-skills/orx-compute/SKILL.md
agent-skills/orx-create/SKILL.md
agent-skills/orx-customize/SKILL.md
agent-skills/orx-evidence/SKILL.md
agent-skills/orx-experiment-tree/SKILL.md
agent-skills/orx-figures/SKILL.md
agent-skills/orx-git/SKILL.md
agent-skills/orx-instances/SKILL.md
agent-skills/orx-lit-review/SKILL.md
agent-skills/orx-paper/SKILL.md

Metadata

Files
0
Version
24e404e
Hash
1c6fc1d0
Indexed
2026-09-21 23:53

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-22 04:29
浙ICP备14020137号-1