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
162 resources
AI tool guide · Beginner · 20 min
Automate checks, deploys and scheduled jobs next to the code.
Automation recipe · Beginner · 45 min
Build stale branch cleanup as a GitHub Actions automation: list merged or abandoned branches weekly and delete those over ninety days old after a warning.
Automation recipe · Intermediate · 45 min
Build preview deployment comment with checks as a GitHub Actions automation: on every pull request, post the preview URL with the results of the key checks in one comment.
Workflow · Intermediate · 45 min
Run nightly maintenance — audits, cleanups, reports — as scheduled jobs with logs someone reads.
Workflow · Intermediate · 1h
Turn the release checklist into a script that runs the checks and prints evidence, so releases stop depending on memory.
Workflow · Intermediate · 1h 30m
Set up continuous integration that runs the checks a reviewer would otherwise run by hand, on every push.
Checklist · Beginner · 10 min
A review list for scenarios built by someone else, or by you last quarter.
Code recipe · Beginner · 15 min
A small code step that cleans names, emails and dates so downstream modules can rely on the shape.
AI tool guide · Beginner · 20 min
Use Make's visual scenarios for branching automations with routers, iterators and error handlers.
Automation recipe · Beginner · 45 min
Build slack digest of form responses as a Zapier automation: collect form responses through the day and post one digest at 17:00 instead of a message per response.
Automation recipe · Beginner · 45 min
Build onboarding sequence from a signup as a Make automation: when someone signs up, create their records, send the welcome and schedule the check-in, without duplicates.
Workflow · Intermediate · 40 min
Map fields between two apps correctly, including dates, currencies and names that never quite match.
Workflow · Beginner · 1h
Build a multi-step scenario one module at a time, testing each with real data before adding the next.
Workflow · Beginner · 30 min
Pick between Zapier, Make and n8n for a given process on the basis of branching, volume and who maintains it.
Tool · Beginner · 3 min
Read a cron schedule in plain English before you deploy it.
Checklist · Beginner · 10 min
What to verify before an automation runs unattended.
Code recipe · Intermediate · 15 min
Accept a webhook safely: verify, deduplicate by delivery id, then process.
AI tool guide · Beginner · 20 min
Build reliable multi-step zaps with paths, filters and error handling.
Automation recipe · Beginner · 45 min
Build scheduled report distribution as a Make automation: generate a PDF report from a sheet every week and send it to a list with a summary.
Automation recipe · Beginner · 45 min
Build form to CRM with deduplication as a Zapier automation: create or update a CRM contact from a form without creating duplicates.
Workflow · Beginner · 40 min
Review every running automation monthly for failures, cost and whether it is still needed.
Workflow · Intermediate · 45 min
Design what an automation does when a step fails, before it fails at 3 a.m.
Workflow · Beginner · 1h
Document a manual process as steps, inputs, decisions and exceptions so the automation is a transcription of something that already works.
Tool · Beginner · 3 min
Validate and pretty-print a JSON payload before you use it.