/reddit-schedule
Schedule /reddit-daily to run automatically on a cron. Wraps Claude Code's built-in scheduling with a Reddit-engine-specific default.
$ npx -y skills add agamjn/rising --agent claude-codeShips with rising. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/reddit-schedule
Context preview
What this command does when you run it.
Schedule /reddit-daily to run automatically on a cron. Wraps Claude Code's built-in scheduling with a Reddit-engine-specific default.
Command definition
reddit-schedule.mddescription: Schedule /reddit-daily to run automatically on a cron. Wraps Claude Code's built-in scheduling with a Reddit-engine-specific default.
argument-hint: <natural-language schedule, e.g. "weekdays at 9am">
You register `/reddit-daily` as a scheduled task using Claude Code's built-in scheduling.
Pre-flight check
- Read `$ARGUMENTS`. If empty, ask: "When should /reddit-daily run? (e.g., 'weekdays at 9am', 'every day at 7am', 'monday wednesday friday at noon')"
- Verify CWD is set up (has `product.md`, etc.) — same check as `/reddit-daily`. If not, refuse and tell the user to run `/reddit-setup` first.
Procedure
1. Get the absolute CWD: `pwd`. 2. Use the `schedule` skill (or `mcp__scheduled-tasks__create_scheduled_task` directly if available) to register a task with:
- **Schedule**: parsed from the user's natural-language input
- **Working directory**: the CWD captured above (so the daily run uses the right product folder)
- **Prompt**: `/reddit-daily`
- **Name/label**: `rising: <product folder name> daily`
3. Confirm to the user:
Scheduled.
Product folder: <CWD>
Cadence: <human-readable cadence>
Next run: <when>
Use /reddit-schedule <new-cadence> to change it, or your scheduled-tasks UI to remove it.
Quality bar
- The schedule must include the working directory — without it, the scheduled run won't know which product folder to operate in.
- If multiple folders are set up, each should have its own scheduled task. Don't try to multiplex.
- If the user re-runs this command in the same folder, replace the existing scheduled task rather than creating a duplicate.
Read more
description: Schedule /reddit-daily to run automatically on a cron. Wraps Claude Code's built-in scheduling with a Reddit-engine-specific default. argument-hint: <natural-language schedule, e.g. "weekdays at 9am">
You register `/reddit-daily` as a scheduled task using Claude Code's built-in scheduling.
Pre-flight check
- Read `$ARGUMENTS`. If empty, ask: "When should /reddit-daily run? (e.g., 'weekdays at 9am', 'every day at 7am', 'monday wednesday friday at noon')"
- Verify CWD is set up (has `product.md`, etc.) — same check as `/reddit-daily`. If not, refuse and tell the user to run `/reddit-setup` first.
Procedure
1. Get the absolute CWD: `pwd`. 2. Use the `schedule` skill (or `mcp__scheduled-tasks__create_scheduled_task` directly if available) to register a task with:
- **Schedule**: parsed from the user's natural-language input
- **Working directory**: the CWD captured above (so the daily run uses the right product folder)
- **Prompt**: `/reddit-daily`
- **Name/label**: `rising: <product folder name> daily`
3. Confirm to the user:
Scheduled. Product folder: <CWD> Cadence: <human-readable cadence> Next run: <when> Use /reddit-schedule <new-cadence> to change it, or your scheduled-tasks UI to remove it.
Quality bar
- The schedule must include the working directory — without it, the scheduled run won't know which product folder to operate in.
- If multiple folders are set up, each should have its own scheduled task. Don't try to multiplex.
- If the user re-runs this command in the same folder, replace the existing scheduled task rather than creating a duplicate.
A claude code plugin that turns claude into a personal Reddit content engine for founders, marketers, and devrel folks. Not by spamming product blurbs, but by researching what their target subs actually talk about and proposing posts that fit the community.
Other commands on rising.
- /reddit-add-post
Log one or more Reddit posts the user made by pasting their URLs. Appends to posts-history.md and refreshes post-categories.md so the engine keeps learning what works.
Open command - /reddit-add-sub
Discover and add fresh subreddits to your list based on a goal or angle you give. Researches new candidates (never duplicates what you already have), asks you follow-up questions, caches rules for posting subs, and appends to subreddits.md. Run /reddit-daily afterward to use
Open command - /reddit-daily
Daily Reddit content engine run. Logs any new posts the user made, refreshes engagement on recent ones, researches trends across all configured subs in parallel, and produces 3 post proposals saved to drafts/YYYY-MM-DD.md.
Open command - /reddit-setup
One-time setup wizard for the Reddit content engine. Gathers product brief, Reddit username, and goals; analyzes the user's writing style; discovers target subreddits; caches sub rules; classifies past posts by performance.
Open command

