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
18 resources
Code recipe · Beginner · 15 min
Read a CRM export and list deals with no activity for a set number of days, sorted by value, with a suggested action column.
Code recipe · Beginner · 15 min
A small function that turns a model's classification into a routing decision with an explicit threshold and escalation list.
Code recipe · Beginner · 15 min
Fill a text template for every row of a CSV and write one file per row.
Code recipe · Beginner · 15 min
Run the release checks and print a table of results with the last line of each command as evidence.
Code recipe · Beginner · 15 min
A small code step that cleans names, emails and dates so downstream modules can rely on the shape.
Code recipe · Intermediate · 15 min
Accept a webhook safely: verify, deduplicate by delivery id, then process.
Code recipe · Advanced · 15 min
Compute monthly retention by signup cohort in one query.
Code recipe · Intermediate · 15 min
Crawl your sitemap and report pages whose canonical points elsewhere or that return errors.
Code recipe · Beginner · 15 min
Compute a plain reading-level estimate and length stats for any draft before publishing.
Code recipe · Intermediate · 15 min
Strip emails, phone numbers and order numbers from ticket text before it leaves your systems.
Code recipe · Beginner · 15 min
Compute reorder points and quantities for a SKU list from demand and lead time.
Code recipe · Beginner · 15 min
Turn qualification criteria into a deterministic scoring function you can test.
Code recipe · Beginner · 15 min
Generate a sheet of tagged links for every channel and asset in a campaign, consistently.
Code recipe · Intermediate · 15 min
Get the main text of an article for summarisation without the navigation and ads.
Code recipe · Intermediate · 15 min
Record current outputs for a set of inputs so a refactor can prove it changed nothing.
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.
Code recipe · Intermediate · 15 min
Call a model to pull invoice fields from text and validate the result before it touches your books.
Code recipe · Intermediate · 15 min
Summarise every text file in a folder with one API call each and write the summaries next to the originals.