setup-routines
Installation
SKILL.md
Setup Routines — one Q&A pass, a repo's custom routines fully reconciled
Any team member runs /agentloop:setup-routines inside a repo that ships a routine
catalog (.claude/routines/), answers a few all-defaulted questions, and gets:
- Cloud routines (via the RemoteTrigger tool): create-or-update by canonical name, per-runner stagger, per-trigger git sources, prompt rendered from the repo's templates
- Durable local cron jobs (system crontab + dedicated worktree/clone, optional)
- Reconciliation of what already exists: canonical-name matches are updated in place; unknown routines are listed for the human (the API has no delete)
★ Interactive skill — never run unattended. Denied by a
deny-interactive-unattendedhook = you are in an unattended environment → stop and say "/agentloop:setup-routines needs a human present". Do NOT silently apply defaults: registering schedules is a durable outward action.