create-alert
FeaturedSLASH COMMAND — type /create-alert to author a scheduled Slack alert. Grills a fuzzy "tell me when X happens" ask into a testable trigger spec, dry-runs it live (no Slack send), and — only after you explicitly sign off on the synthesized spec — creates a claude.ai cloud routine that evaluates the trigger on a schedule and messages Slack when it fires. Create-only; never creates before sign-off. `--spec-only` stops at the spec without creating anything.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- dgilford
- Repository
- dgilford/ai-science-toolkit
- Created
- 3 months ago
- Last Updated
- 3 weeks ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
create-remote-routine
Use this skill whenever the user wants to create a scheduled routine, automated task, cron job, or recurring agent that sends outbound notifications, emails, messages, or HTTP requests to external services. Triggers on: "create a routine", "schedule a task", "send daily/weekly X", "automate sending", "set up a cron", "remind me via", "notify me when", or any request to periodically trigger an action in Lark, Slack, Discord, Telegram, Resend, SendGrid, Twilio, ntfy, Airtable, Notion, Make, Zapier, or similar services.
create-local-routine
Create a persistent scheduled routine using mcp__scheduled-tasks — stored on disk in ~/.claude/scheduled-tasks/, local timezone, no expiry, no minimum interval. Runs while Claude Desktop is open; catches up on next launch if the app was closed.