03 · Opinionated playbooks · open source
The Agentic Cookbook.
Pixels and program data only get you halfway. The other half is
knowing how to use them — how an expert email marketer
would sequence the work, what tradeoffs to make, which signals
actually matter. That craft lives in our team's heads. The
Agentic Cookbook moves it into your agent.
A public GitHub repo of Claude Skills, recipes, and playbooks
that bundle the prompts, references, and tool-use patterns
for one specific marketing job. Drop a skill into ~/.claude/skills/, or
read the recipe and adapt it to your own stack.
- → Opinionated by design — each skill encodes one expert's point of view on how the job should be done.
- → Composes the rest — most skills chain SAM, Understand.email, the MCP server, the CLI, or the REST API.
- → Read it, fork it, ship it — nothing's magic. Every prompt and tool sequence is in the repo.
# Pull the cookbook
git clone https://github.com/CordialExperience/agentic-cookbook
cd agentic-cookbook
# Install a skill into Claude Code
cp -r skills/<skill-name> ~/.claude/skills/
# Skills bundle the prompts, references, and tool-use patterns
# that make an agent actually competent at one specific job.