results-report

results-report is a skill for Claude Code from Galaxy-Dawn/claude-scholar. It costs 78 tokens per session (1,408 once invoked), scanned A, original, MIT.

A workflow for turning completed experiment analyses into a structured research report with findings, limitations, failures, and next steps.

In plain words
What is it for?
Use it to summarize experiments, interpret existing figures, document limitations, and record decisions and follow-up work.
Why use it?
It keeps the report tied to verified analysis and makes missing evidence or unsupported conclusions visible before they become claims.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-scholar plugin — 45 skills, 34 commands, 6 agents, 5 hooks shipped together

Good fit Use it to summarize experiments, interpret existing figures, document limitations, and record decisions and follow-up work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/galaxy-dawn/claude-scholar/results-report
About the project

Claude Scholar is a semi-automated research assistant for academic research and software development, supporting literature review, coding, experiments, reporting, writing, and project knowledge management. Computer science and AI researchers use it across the research workflow with several coding-agent platforms; the catalogue contains its skills, commands, agents, hooks, plugin, and instruction.

Galaxy-Dawn/claude-scholar · 5,419 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Galaxy-Dawn/claude-scholar --skill results-report
Clone the repo
git clone --depth 1 https://github.com/Galaxy-Dawn/claude-scholar

Made for: Claude Code.

Or install claude-scholar, the plugin that ships this one along with the rest of its 45 skills, 34 commands, 6 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for results-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/galaxy-dawn/claude-scholar/results-report/github.svg)](https://agentmods.dev/skills/galaxy-dawn/claude-scholar/results-report)
Your own site
<a href="https://agentmods.dev/skills/galaxy-dawn/claude-scholar/results-report"><img src="https://agentmods.dev/badge/skills/galaxy-dawn/claude-scholar/results-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for results-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/galaxy-dawn/claude-scholar/results-report"><img src="https://agentmods.dev/badge/skills/galaxy-dawn/claude-scholar/results-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,408 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 13 May 2026
  • Snyk pass 13 May 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.01408
Opus 5 $0.00039 $0.00704
Sonnet 5 $0.00016 $0.00282
Haiku 4.5 $0.00008 $0.00141

Measured 8d ago against content hash d35cdde436ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

results-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/results-report/SKILL.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Results Report

Write the complete post-experiment summary report after analysis artifacts are ready.

This skill is for the stage after results-analysis.

Role boundary

results-analysis does

  • strict statistics,
  • real figures,
  • figure interpretation scaffolding,
  • stats appendix.

results-report does

  • complete experiment wrap-up report,
  • decision-oriented narrative,
  • figure-by-figure interpretation inside a coherent structure,
  • limitations, failure cases, and next actions,
  • Obsidian write-back into Results/Reports/.

When the task is to create or redesign paper-ready figures/tables themselves, rely on publication-chart-skill instead of expanding results-report into figure/table production.

Do not replace strict analysis with confident prose. If the analysis bundle is missing, first identify the blocker and request or produce the missing bundle.

Hard gate: do not write a complete report when analysis-report.md, stats-appendix.md, figure-catalog.md, provenance, or the primary comparison question is missing. In that case, write only a blocker summary and route back to results-analysis.

Default output

The default report is an internal research report, not manuscript prose.

It should be named as:

YYYY-MM-DD--{experiment-line}--r{round}--{purpose}.md

Example:

  • 2026-03-18--freezing--r03--transfer-summary.md
  • 2026-03-18--contrastive-adversarial--r02--ablation-report.md

The note title should be:

{Experiment Line} / Round {N} / {Purpose} / {YYYY-MM-DD}

Read references/report-naming.md before finalizing the filename or note title.

Required frontmatter

---
type: results-report
date: 2026-03-18
experiment_line: freezing
round: 3
purpose: transfer-summary
status: active
source_artifacts:
  - analysis-output/analysis-report.md
  - analysis-output/stats-appendix.md
linked_experiments:
  - Experiments/Freezing-Study.md
linked_results:
  - Results/Freezing-vs-Adapter.md
---

Read the full file on GitHub · 187 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 187 lines · 78 tokens per session scan A d35cdde436ba

Subscribe to this mod's changes

results-report is a skill published in the GitHub repository Galaxy-Dawn/claude-scholar (5,419 stars, last pushed 15d ago), licensed MIT. It adds 78 tokens to every session and 1,408 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

research-workflow

This skill guides materials engineering researchers through four structured stages — from a raw idea to a fully planned experiment — with human-in-the-loop confirmation at each critical checkpoint.

GEUConn/research-idea-workflow-skill · 0 tokens

paper-select-journal

A workflow for choosing suitable SCI journals for a scientific manuscript. It reviews the paper, filters possible journals using impact-factor data, and checks journal scope and recent publications.

huangwb8/ChineseResearchLaTeX · 194 tokens

nsfc-budget

A tool that creates an editable LaTeX budget justification and renders it as a PDF for an NSFC research-funding application. NSFC is China’s National Natural Science Foundation, and a budget justification explains why proposed costs are needed.

huangwb8/ChineseResearchLaTeX · 138 tokens

stss

Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.

lennney/stop-that-shit · 63 tokens

aaai-experiments

Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and reproducibility-checklist alignment for Phase-1 survival.

brycewang-stanford/Awesome-Journal-Skills · 66 tokens

acl-experiments

Use when designing or auditing experiments for an ACL paper, covering tuned LLM baselines, multi-dataset and multilingual evaluation, statistical significance and variance, human evaluation with agreement reporting, contamination and prompt-sensitivity controls, ablations, and error-analysis expectations in NLP…

brycewang-stanford/Awesome-Journal-Skills · 59 tokens