Claude Code for academics — skills, agents, and setup guides
# Add to your Claude Code skills
git clone https://github.com/chrisblattman/claudeblattmanA professor's guide to building AI workflows — from chatbots to self-improving systems.
Website: claudeblattman.com
A free, open-source resource for non-developers who want to build real AI workflows. Three paths:
No coding background required. Everything is built with markdown and AI tools.
Visit claudeblattman.com/quickstart for a 5-minute exercise that demonstrates the core principles.
Skills are markdown files that add slash commands to Claude Code. Install them with:
mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/done.md \
https://raw.githubusercontent.com/chrisblattman/claudeblattman/main/skills/done.md
See skills/README.md for the full list and bundle install instructions.
claudeblattman/
├── docs/ # Website source (MkDocs Material)
├── skills/ # Downloadable skill files
├── agents/ # Downloadable agent files
├── templates/ # Starter templates (CLAUDE.md, goals.yaml)
├── mkdocs.yml # Site configuration
├── CONTRIBUTING.md # Maintenance guide
└── LICENSE # MIT
No comments yet. Be the first to share your thoughts!
See CONTRIBUTING.md for how to edit content, add skills, and maintain the site.
MIT — use anything here however you want.
Built by Chris Blattman. The name is a joke. The tools are real.