Agents and workflows,ready to run.
The registry for agent and workflow bundles. Find one for the job, pull it into whatever agent tool you use with one command, add your env, run.
Try
In the catalog
Complete bundles, hosted here. Clone one and run it in your agent tool.
- zomhub / test-writeragentTest writerWrites the missing tests for a changed module and runs them until green. 1 1v2.1.0
- zomhub / pr-reviewerworkflowPR reviewer · 3 agentsReviews every pull request in three passes and posts one comment. 0 2v2.0.0
- zomhub / onboarding-guideworkflowOnboarding guide · 2 agentsReads a repo and writes a first-day guide for a new engineer. 0 0v1.0.0
- zomhub / migration-plannerworkflowMigration planner · 3 agentsPlans a schema change, writes the migration, checks it on a branch. 0 0v1.0.0
- zomhub / lead-enricherworkflowLead enricher · 3 agentsEnriches a CSV of companies with contacts and a two-line summary. 0 0v1.0.0
- zomhub / weekly-changelogworkflowWeekly changelog · 2 agentsTurns a week of merged PRs into a changelog and a release note draft. 0 0v1.1.0
Find, clone, run
- 1
Find a use case
Search the catalog by what you want done: review every pull request, write the weekly changelog, enrich a list of leads. Each listing shows what the bundle contains before you clone it.
- 2
Clone it
zom clone for a workflow, zom add for an agent, or curl the archive. zom asks which tool you use and places the files for it: agents, rules, skills, commands, MCP config.
- 3
Add your env, run
Each bundle ships a README and a .env.example. Fill in your own keys, open the folder in your agent tool, and run it.