egeominottiegeominottiCommunity·2 Agent Skills Included

bunqueue

High-performance job queue for Bun with zero external infrastructure

Runs background jobs, scheduled tasks, and multi-step workflows without Redis or any external service. Persists jobs to a single SQLite file, with retries, priorities, cron, rate limits, and a dead letter queue built in. Ships client SDKs for TypeScript, Python, PHP, Go, Rust, and Elixir plus an MCP server so AI agents control queues directly.
npx skills add egeominotti/bunqueue --all -g -y
Available:

Directs the AI agent to reproduce bugs with failing tests first, run mandatory isolated sandbox validation before any commit, and keep documentation synchronized with every code change.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install bunqueue?

Run `npx skills add egeominotti/bunqueue --all -g -y` in your terminal to install all skills in this suite globally.

Does bunqueue require Redis?

No. It runs in memory by default or persists to a single SQLite file, with optional PostgreSQL for multi-broker setups.

Can I use bunqueue from Python, Go, or PHP?

Yes. Official SDKs exist for TypeScript, Python, PHP, Go, Rust, and Elixir, all speaking the same TCP protocol to one server.

Can AI agents manage bunqueue queues?

Yes. The built-in MCP server exposes 73 tools so AI agents can add jobs, monitor queues, and process tasks directly.

Is bunqueue compatible with BullMQ?

Yes. It mirrors the BullMQ Queue, Worker, and FlowProducer APIs, so migrating usually means changing only the import and connection config.

Related Repositories in Software Engineering

View All in Software Engineering