routines-discover
Installation
SKILL.md
Routines Use Case Discovery
Analyzes this codebase and surfaces actionable Routine candidates across the three trigger types.
Usage: /routines-discover - no arguments needed. Run it in the root of any project.
What Are Routines
A Routine is an autonomous Claude Code session running on Anthropic-managed cloud infrastructure, triggered in three ways:
| Trigger | How it fires |
|---|---|
| Schedule | Recurring cron cadence (min 1 hour) |
| API | HTTP POST to a per-routine endpoint with bearer token |
| GitHub events | Repository events: PR opened/merged, push, issue, workflow run, etc. |
Each run clones a fresh copy of the GitHub repository, runs a full Claude Code session with configured MCP connectors (Slack, Linear, GitHub, Google Drive…), and can create branches, open PRs, post messages, and call external APIs. No local machine required.