← ClaudeAtlas

research-reportlisted

Create or revise a structured markdown research or experiment report with integrated plots, optional literature/reference support, plot manifest tracking, report version history, and report-body validation inside a single Harness without external Codex or Gemini calls. Use when you need to generate `report.md`, inventory or validate plots, create `plots/plot_manifest.json`, manage `report_versions.json`, connect report sections to supporting references, or turn an experiment or output directory into a reusable report workflow.
Axect/skills · ★ 2 · AI & Automation · score 75
Install: claude install-skill Axect/skills
# Research Report Use this skill to produce a self-contained research or experiment report from an output directory that may contain notes, source code, tests, metrics, tables, and plots. The skill is **harness-only**: it never calls external Gemini or Codex MCP tools. Where the magi-researchers pipeline uses BALTHASAR (Gemini) and CASPER (Codex) reviewers, this skill spawns Claude subagents with cognitive-style framing instead. ## Inputs to confirm Ask for only what is missing: - target output directory - report title - domain or audience (used to load `references/domains/<domain>.md`; default: `general`) - whether existing plots already exist in `plots/` - whether a lightweight plot metadata file should be supplied for better captions or section mapping - whether section-level reference support is needed for background, methodology, baseline comparisons, benchmark context, or claim-heavy passages ## Expected directory shape The skill works best when the target directory looks roughly like this: ```text {output_dir}/ report.md report_versions.json plots/ *.png *.pdf | *.svg plot_manifest.json _plot_style.py # copy of the helper used by every plot script *.py # plot generation scripts data/<stem>.csv # raw data consumed by each script src/ tests/ notes/ | brainstorm/ | plan/ | results/ | tables/ references/ | bib/ | related_work/ ``` Missing folders are acceptable. Adapt the report to whate