cloudflare queues skills

11 tagged cloudflare queues, measured the same way as everything else here.

Browse within: cloudflare-d1 11cloudflare-workers 11drizzle-orm 11email 11email-marketing 11

agent-teams

01

robconery/kolea

Skill Claude CodeCodex

How to orchestrate Claude Code's experimental Agent Teams — spawning teammates as separate sessions, delegating work to them, and waiting for results instead of doing the work yourself in the main thread. Use whenever a task should run as parallel/independent workstreams: multi-file refactors, reviewing or auditing…

1 2d ago A 161 tokens copy · 100% MIT

bdd-specs

02

robconery/kolea

Skill Claude CodeCodex

Behavior-driven design: write executable specifications BEFORE any implementation code. Reads /docs/PLAN.md for the build plan and /docs/STORIES.md for user stories, and stops to ask for either if it is missing. Generates TypeScript spec files in nested blocks — Feature > Scenario > Specification — where each Scenario…

1 2d ago A 183 tokens copy · 100% MIT

github

03

robconery/kolea

Skill Claude CodeCodex

GitHub workflow conventions: writing clear conventional commits, opening detailed issues and PRs via the gh CLI, and choosing trunk-based vs short-lived branch flow based on the size of the change. Use whenever the user wants to commit, branch, push, open an issue, open a PR, or asks how to structure any of those.…

1 2d ago A 83 tokens copy · 100% MIT