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
720 resources
Automation recipe · Intermediate · 45 min
Build purchase request approval routing as a Zapier automation: route purchase requests to the right approver by amount and post the decision back.
Workflow · Beginner · 1h
Generate contracts, letters and statements from records so the wording is consistent and the numbers are never retyped.
Workflow · Intermediate · 1h
Turn month-end close into a tracked checklist with owners, dates and automated reminders.
Workflow · Intermediate · 1h
Design an approval process that is fast for the common case and strict for the exceptions.
Checklist · Beginner · 10 min
What a nightly job needs before it is allowed to run unattended.
Code recipe · Beginner · 15 min
Run the release checks and print a table of results with the last line of each command as evidence.
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.