Автоматизация задач в slay CLI

★ 6.5 · marketing

slay-automations is a Claude Code skill that creates and manages automations in slay CLI projects. Automations are project-scoped and fire shell commands in response to task events — status changes, task creation, archiving, tag modifications — or on a cron schedule, with manual triggering also available via `slay automations run`. The skill covers the full management lifecycle: listing automations with run counts and last-run times, viewing full trigger configs and conditions, creating with `--action-command` or a JSON `--config` file for multi-action setups, updating, deleting, and toggling enabled state without needing to know the current value. Execution history is accessible with status, duration, and error details. It suits developers who need event-driven task automation inside slay projects.