SKILL.md and TRIGGER.md. Pick one, install it, get a working agent.
zombiectl package ships sample directories under ~/.config/usezombie/samples/.
Catalogue
platform-ops
The flagship v2 sample. Wakes on a GitHub Actions deploy failure, gathers evidence from your hosting provider and the failed workflow, and posts an evidenced diagnosis to Slack. Read-only against your infrastructure; the only write path is the channel post.
- Tools:
http_request,memory_recall,memory_store,cron_add,cron_list,cron_remove. - Credentials:
github(withwebhook_secretfor signature verification),slack(bot token). - Trigger:
webhookfrom GitHub Actions (workflow_run.conclusion=failure).
Writing your own
A template is just a directory withSKILL.md and TRIGGER.md. See Authoring an agent for the file references; install with:
Sharing
Templates are markdown — commitmy-agent/ to git, clone it on a new machine, zombiectl install --from .. Credentials never live in the template; they live in the workspace vault. Template-safe to share publicly; credentials are not.
A hosted template marketplace (community-contributed agents, one-click install) is on the roadmap. For now, git is the distribution mechanism.