A 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:
- The Essentials — Tools and foundations. Chatbots done right, dictation, transcription, prompt engineering.
- The Toolkit — Claude Code setup, configuration, and downloadable skills. From "what is this?" to a working system.
- Build Your Own — Creating custom skills, agents, and self-improving workflows.
- Academics and researchers managing multiple projects
- Professionals buried in email, meetings, and coordination
- Anyone who wants to move beyond casual chatbot use
No coding background required. Everything is built with markdown and AI tools.
Visit claudeblattman.com/essentials for tools and foundations to get started.
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.mdSee 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
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.