publish-study

Publish a study directory to GitHub with README, charts, and reproducibility footer.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/expectedparrot/skills --skill publish-study
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: publish-study
Source: https://github.com/expectedparrot/skills/tree/main/.claude/skills/publish-study
Command: npx skills add https://github.com/expectedparrot/skills --skill publish-study

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishes a completed study directory to GitHub by converting the analysis into a readable README.md, packaging charts, data, and a reproducibility footer that links to Expected Parrot.

Core Features & Use Cases

  • Auto-detects the study directory and selects the latest analysis with a report.md to feature in the repository.
  • Rewrites internal image and data links, includes experiment_design.md, study scripts, survey docs, data files, and charts for a complete publish.
  • Generates a MIT License, creates a README, and pushes to GitHub with reproducibility information and optional Expected Parrot integration.

Quick Start

Publish the current study directory to a new GitHub repository with the analysis report, charts, data, and reproducibility artifacts.

Frequently Asked Questions about publish-study

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a study directory to GitHub with analysis reports and charts?▼

Publishing a completed study directory to GitHub converts the analysis into a readable README.md, packaging charts, data, and a reproducibility footer that links to Expected Parrot.

What is needed to automate publishing a research analysis to a GitHub repository?▼

Automated publishing requires a study directory organized with experiment_design.md and analysis_n/report.md, along with the gh command line tool to create repositories and generate LICENSE and README files.

How does the tool handle internal image and data links when publishing to GitHub?▼

It rewrites internal image and data links, includes experiment_design.md, study scripts, survey docs, data files, and charts to generate a complete published README with reproducibility information.

Can I include a reproducibility footer and license when pushing data analysis to GitHub?▼

Yes, it generates a MIT License, creates a README, and pushes to GitHub with reproducibility information and optional Expected Parrot integration for the published analysis.

Does the publishing process work with multiple analysis reports in the same study directory?▼

It auto-detects the study directory and selects the latest analysis with a report.md to feature in the repository, rewriting internal links and including experiment_design.md and data files.