bunqueue
01Plugin Claude Code
AI-native job queue for Bun — skills, MCP server (73 tools), custom agent, SQLite persistence, cron, priorities, retries, DLQ, webhooks.
Plugin Claude Code
AI-native job queue for Bun — skills, MCP server (73 tools), custom agent, SQLite persistence, cron, priorities, retries, DLQ, webhooks.
Agent Claude Code
Critical code quality inspector that challenges assumptions. MUST BE INVOKED before every git commit and git push. Demands proof via actual tests, identifies race conditions, unhandled errors, missing edge cases, and at least 3 potential failure points per change.
Skill Claude CodeCodex
Internal skill for contributing to bunqueue - architecture, testing, code conventions, and development workflow.
MCP server Claude CodeCodexCursor +2
MCP server "bunqueue" as configured in egeominotti/bunqueue. Launched with bun run src/mcp/index.ts. Needs 2 environment variables to run.
Instructions file CodexOpenCode
Instructions for egeominotti/bunqueue, covering agents.md, project overview, repository map, working rules and documentation.
Instructions file
Instructions for egeominotti/bunqueue, covering bunqueue, test isolation rules, architecture flow, directory structure and code guidelines.
Agent
Specialized agent for bunqueue tasks — setting up queues, workers, flows, cron jobs, debugging job processing issues, configuring DLQ/retry/rate-limiting, and migrating from BullMQ.
Skill Claude CodeCodex
Use bunqueue job queue library - Queue, Worker, Bunqueue (simple mode), FlowProducer, cron, DLQ, embedded and TCP modes.