A solid reference for building async workflows with Upstash and QStash, specifically the 3-layer architecture pattern used in LobeHub codebases. You get process/paginate/execute layers that handle rate limits, step limits, and idempotency without blowing up. The dry-run mode is smart for previewing what will happen before you commit. The fan-out pattern chunks oversized batches so you don't hit workflow step limits. Most helpful if you're building workflows that need to process hundreds or thousands of items without drowning in complexity. Comes with actual file structure conventions, flowControl configs, and a deployment checklist. Much better than figuring this stuff out from scratch.
npx -y skills add lobehub/lobehub --skill upstash-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template