Claude-Code-Skills-for-Academics
Academic finance research, paper editing, and teaching workflows
All Skills in This Repository (15)
Pure Emerald Level Indicatorsedmans-audit
Audit a finance paper's LaTeX against Edmans' rejection-reason framework.
wrap-up
Capture end-of-session work into dated logs and project documentation.
paper-editor
Evaluate academic finance working papers through a seven-audit editorial protocol.
skill-writing-guide
Guide authoring of Claude Code Skill units with SKILL.md structure.
beamer-slides-teaching
Generate teaching-oriented LaTeX Beamer slide decks with UTS-style conventions.
paper-review
Summarize academic papers into structured section-by-section reviews.
code-audit
Audit R or Python research scripts with a two-phase read-only workflow.
canvas-lms-api
Sync Canvas LMS modules, wiki pages, and files via REST API workflows.
data-profiler
Profile datasets in R and output structured Markdown reports.
beamer-check
Compile LaTeX Beamer decks, extract diagnostics, and render slides to PNG images.
pinboard
Append timestamped research notes to categorized PINBOARD.md entries.
glossary
Maintain project-specific definitions and command-phrases in GLOSSARY.md.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-Code-Skills-for-Academics?▼
Run `npx skills add aspi6246/Claude-Code-Skills-for-Academics --all -g -y` in your terminal to install all skills globally.
How to check if my finance paper is ready for submission?▼
Use the edmans-audit or paper-editor skills to run structured pre-submission reviews covering contribution, execution, and exposition, with severity-labeled findings and prioritized fixes.
Can it generate lecture slides for teaching?▼
Yes. The beamer-slides-teaching skill creates pdfLaTeX Beamer decks with discussion questions, case studies, and quizzes, and beamer-check compiles and visually audits every slide for layout problems.
Does it help with R code for panel data analysis?▼
Yes. The r-empirical-finance skill enforces best practices for fixest regressions, clustered standard errors, DiD, IV, and event studies, while code-audit reviews your scripts for econometric and reproducibility issues.
Can I use these skills without coding experience?▼
Yes. You trigger each workflow with plain-English phrases like 'audit my paper' or 'profile this dataset', and the agent handles the technical execution.
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