hatchet-devhatchet-devOfficialยท1 Agent Skills Included

hatchet

Orchestrate background tasks, AI agents, and durable workflows at scale

Runs background tasks, AI agents, and long-running durable workflows with queuing, retries, cron scheduling, and rate limiting. Eliminates lost jobs, manual retry logic, and fragile custom queue tooling by persisting every task state in Postgres. Gives teams real-time monitoring, logging, and CLI skills so agents can trigger, debug, and replay workflow runs directly.
npx skills add hatchet-dev/hatchet --all -g -y
Available:

Gives AI agents operational rules for working in this repo, including CI security settings, test naming constraints, docs formatting, and SDK versioning requirements.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Hatchet?โ–ผ

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

What is Hatchet used for?โ–ผ

Hatchet is an orchestration engine for background tasks, AI agents, and durable workflows. It handles queuing, retries, scheduling, rate limiting, and monitoring at scale.

How is Hatchet different from Celery or BullMQ?โ–ผ

Hatchet is a durable task queue that persists full execution history in Postgres, so you can monitor, debug, and replay failed runs instead of losing them.

Can AI agents manage Hatchet workflows?โ–ผ

Yes. The bundled hatchet-cli skill teaches agents to trigger workflows, start workers, debug failed runs, and replay runs using simple CLI commands.

Which languages does Hatchet support?โ–ผ

Hatchet provides official SDKs for Python, TypeScript, Go, and Ruby, and can be self-hosted or used via Hatchet Cloud.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’