claude-code-my-workflow
AI workflow for academic papers, lectures, and reproducible research
All Skills in This Repository (59)
Pure Emerald Level Indicatorscommit
Automates the Git workflow from staging to merge with PR creation.
devils-advocate
Generate 5-7 pedagogical challenges across seven slide deck design categories.
translate-to-quarto
Translate Beamer LaTeX lectures into Quarto RevealJS presentations.
review-paper
Review economics and social science manuscripts for argument structure, econometrics, and citations.
pedagogy-review
Evaluate lecture slides for pedagogical quality and generate structured reports.
compile-latex
Compile Beamer slides with a 3-pass XeLaTeX and BibTeX workflow.
proofread
Analyze lecture files for grammar, typos, overflow, and consistency issues.
data-analysis
Execute end-to-end R data analysis workflows with reproducible outputs.
extract-tikz
Extract TikZ diagrams from Beamer sources and convert them to SVG files.
slide-excellence
Run multi-agent slide evaluations on QMD or TEX files and generate quality reports.
research-ideation
Generate research questions, hypotheses, and empirical strategies from a topic or dataset.
differential-audit
Compare two implementations of the same computation across languages, versions, or replications.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-my-workflow?โผ
Run `npx skills add pedrohcgs/claude-code-my-workflow --all -g -y` in your terminal to install the full skill suite globally.
What does this workflow do for researchers?โผ
It turns Claude Code into a research contractor that drafts papers, builds Beamer and Quarto slides, runs R/Stata analyses, and verifies every number and citation before anything ships.
How does it check that my paper's numbers are correct?โผ
The audit-reproducibility skill compares every numeric claim in your manuscript against the actual code outputs and reports PASS or FAIL per claim, blocking submission on mismatches.
Can it simulate journal peer review?โผ
Yes. The review-paper skill runs a simulated editor plus dispositioned referees calibrated to a target journal, and can stress-test revisions across multiple review rounds.
Do I need coding experience to use it?โผ
No. You describe the goal in plain English and the agent plans, executes, and verifies the work; you approve plans and adjudicate flagged issues.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides