schedule-recipe
Turn 'run this every Friday at 4pm' into a working, copy-paste schedule on the user's actual runner. Use when asked to schedule a recurring AI task, set up a routine or cron job for a skill, automate a weekly report, or wire a skill into n8n or GitHub Actions. Produces the exact setup for the chosen runner plus the prompt to run, failure alerting, and a first-run test plan.
npx skills add mohitagw15856/pm-claude-skills --skill schedule-recipe --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Schedule Recipe Skill Convert a recurring intent — "competitive briefing every Monday 8am" — into the concrete, copy-paste setup for whatever runner the user actually has, with failure handling so it degrades loudly, not silently. ## What This Skill Produces - A **runner recommendation** (or confirmation of the user's choice) with the reason - The **exact setup** — command, cron expression, or workflow file — ready to paste - The **run prompt**: what the scheduled agent should do each cycle, including which skill to load - **Failure alerting and a first-run test plan** ## Required Inputs Ask for (if not already provided): - **What should run** — which skill or task, and what inputs it reads each cycle - **Cadence and timezone** — "every Friday 4pm" means nothing without one - **Where it can run** — Claude Code (routines/loops), a server with cron, n8n, or GitHub Actions - **Where the output should land** — file in a repo, Slack/email, a Brain folder, a PR ## Runner Selection Pick the simplest runner the user already has, in this order: | Runner | Choose when | Setup shape | |---|---|---| | **Claude Code routine** (`/schedule`) | The user lives in Claude Code and the task needs an
- What This Skill Produces
- Required Inputs
- Runner Selection
- The Run Prompt
- Output Format
- Schedule Recipe: [task] — [cadence]
- Quality Checks
- Anti-Patterns
What does the schedule-recipe skill do?
Turn 'run this every Friday at 4pm' into a working, copy-paste schedule on the user's actual runner. Use when asked to schedule a recurring AI task, set up a routine or cron job for a skill, automate a weekly report, or wire a skill into n8n or GitHub Actions. Produces the exact setup for the chosen runner plus the prompt to run, failure alerting, and a first-run test plan.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill schedule-recipe --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
