Claude

A Reading List · Updated May 2026

Learning Claude

A guide to getting started with Claude, spanning Anthropic’s official training and the workflows that working researchers have built, tested and shared.

01

Official sources from Anthropic

The authoritative starting points, free of charge and updated as new models and features are released.

Anthropic Academy  ↗ Start here
Anthropic · anthropic.com/learn

Free, self-paced courses arranged in tracks: AI fluency for non-technical users, product training for everyday use and deeper material for developers working with the API. A certificate follows on completion, and registration requires only an email.

Official Documentation  ↗
Anthropic · docs.claude.com

The reference for everything from basic usage to API configuration, Claude Code and the prompt-engineering guide. The place to check when something needs to be precise.

Claude Code: Best Practices  ↗
Anthropic Engineering · anthropic.com/engineering

Anthropic’s own notes on agentic coding: configuring the setup, writing CLAUDE.md files, planning before implementation and verifying the output. The most useful official account of how the tool is meant to be used.

Anthropic Courses on GitHub  ↗
Anthropic · github.com/anthropics/courses

Five practical courses, best taken in order: API fundamentals, an interactive prompt-engineering tutorial, real-world prompting, prompt evaluation and tool use. Each is a Jupyter notebook to run locally.

The Anthropic Cookbook  ↗
Anthropic · github.com/anthropics/anthropic-cookbook

Reusable code samples for more advanced work: PDF processing, embeddings, citations and the like. Most useful once the foundational courses are behind you.

The Prompt Library  ↗
Anthropic · docs.anthropic.com/en/prompt-library

A browsable set of example prompts for writing, coding, analysis and business tasks. Each is annotated, so the design choices behind it are visible and easy to adapt.

02

Community: academic field guides

A handful of academics have documented, in unusual detail, how they use Claude Code for research, teaching and writing. Opinionated, well tested and free to adopt.

My Claude Code Setup  ↗ Featured
Pedro H. C. Sant’Anna · Emory University

A thorough account of AI-assisted academic work across slides, papers and analysis. It rests on specialised review agents, an adversarial loop of critic and fixer, quality gates and a replication-first approach to code, and ships as a template others can fork. Its ecosystem section doubles as a map of the wider field.

psantanna.com/claude-code-my-workflow · github.com/pedrohcgs/claude-code-my-workflow
MixtapeTools  ↗ Featured
Scott Cunningham · Baylor University

Tools, templates and a working philosophy for coding, teaching and presentations with Claude Code. It is the source of Referee 2, an independent audit and replication protocol; Blindspot, a structured review of one’s own output; and the Rhetoric of Decks, an approach to Beamer slides worth looking at.

github.com/scunning1975/MixtapeTools
Claude Blattman  ↗ Featured
Chris Blattman · University of Chicago

A guide to artificial intelligence for professionals who do not write code. It covers executive-assistant workflows, inbox triage, proposal drafting, project dashboards and a self-improving configuration, alongside a library of skills that install with a single command. The name is a joke; the tools are not.

claudeblattman.com · github.com/chrisblattman/claudeblattman
clo-author  ↗
Hugo Sant’Anna · University of Alabama at Birmingham

Research workflows organised around the paper, with a large cast of specialised agents (worker and critic pairs, referees, a data engineer and a verifier), a simulated blind peer-review pipeline and compliance with American Economic Association replication standards across the research lifecycle.

see the ecosystem section of Sant’Anna’s guide
03

Community: general and going deeper

Broader starting points and continually updated lists, useful whatever you are building.

Find more

  • The Ecosystem section  ·  in Sant’Anna’s guide
    A maintained directory of community projects (clo-author, autoresearch, ClaudeCodeTools, stata-mcp, AEA templates and more), each with a candid note on what it is for. The most useful single index.
  • Claude Blattman › Resources  ·  curated influences
    Blattman’s own annotated list of the workflows and writing that shaped his system.
  • claudeblattman / skills  ·  downloadable skills
    Around twenty skills for academic knowledge work, ready to install.
  • MixtapeTools / workflow.md  ·  the philosophy first
    Cunningham’s essay on treating Claude as a thinking partner rather than a code generator. Worth reading before the tools.
  • Claude Code documentation  ·  official reference
    The foundation beneath all of the above: agents, skills, hooks, permissions and MCP.