The fastest way to build DocETL pipelines is with Claude Code, Anthropic's agentic coding tool. DocETL includes a built-in Claude Code skill that helps you create, run, and debug pipelines interactively.
This gives you the full development environment with the skill already configured.
The skill is located at .claude/skills/docetl/SKILL.md.
If you already have DocETL installed via pip, you can install the skill separately:
This copies the skill to ~/.claude/skills/docetl/. Then run claude in any directory.
To uninstall: docetl install-skill --uninstall
Simply describe what you want to do with your data. The skill activates automatically when you mention "docetl" or describe unstructured data processing tasks:
Claude will:
If you prefer not to use Claude Code, see the Quick Start Tutorial for writing pipelines by hand.