Library
Prompts, workflows, playbooks, lessons and tools.
Everything a content membership includes, in one place. Every resource shows a preview; what your plan covers opens in full.

Everything digital. One source.
Search products, categories and DistroSource Gaming
Library
Everything a content membership includes, in one place. Every resource shows a preview; what your plan covers opens in full.
Difficulty
12 resources
Workflow · Intermediate · 45 min
Read a sample of an agent's real transcripts every week so drift, new failure modes and cost creep are caught before users report them.
Checklist · Intermediate · 10 min
What to check before a tool is exposed to an agent, so the description and schema cannot be misread.
Checklist · Advanced · 10 min
What must be true before an agent is allowed to act on real systems.
Code recipe · Advanced · 15 min
Wrap a model tool call so bad arguments are caught and retried once with the error shown to the model.
AI tool guide · Intermediate · 20 min
Use OpenAI's agent tooling for tool calling, file search and structured outputs.
AI tool guide · Intermediate · 20 min
Build agents that use tools with the same loop Claude Code uses.
Automation recipe · Advanced · 45 min
Build nightly agent evaluation run as a GitHub Actions automation: run the agent's fixed test set every night and post the score with any regressions.
Automation recipe · Intermediate · 45 min
Build ticket classifier with escalation as a n8n automation: classify incoming tickets and route anything uncertain or sensitive to a human queue.
Workflow · Intermediate · 45 min
Write the runbook an on-call person needs when an agent misbehaves at 2 a.m.
Workflow · Advanced · 1h 30m
Add an approval gate to an agent so anything that spends money or contacts a customer waits for a person.
Workflow · Advanced · 40 min
Run an agent against a fixed set of inputs after every change and compare against the last run, so regressions are caught before users are.
Workflow · Intermediate · 1h
Specify an agent on paper — job, tools, limits, failure behaviour — so the build is a transcription and not an exploration.