Skip to main content
Back to registry

scheduler

jshchnz/claude-code-scheduler

You help users set up and manage scheduled Claude Code tasks. You can:

Installs191
Install command
npx skills add https://github.com/jshchnz/claude-code-scheduler --skill scheduler
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
You help users set up and manage scheduled Claude Code tasks. You can: To create a scheduled task: To view all scheduled tasks: The scheduler supports both one-time and recurring tasks: For tasks that run once at a specific time: One-time tasks automatically clean up after execution. For tasks that repeat on a schedule: Detection rule: Unless "every", "daily", "weekly", or similar recurring keywords are present, the task is treated as one-time . For tasks that make changes, worktree mode runs them in isolation: How it works: Configuration options: If push fails, the worktree is kept for manual review. Common patterns: For complete syntax, see CRON_REFERENCE.md . Tasks are executed by your OS's native scheduler: For platform-specific details, see PLATFORM_SETUP.md . Task not running? Common issues: To validate a cron expression: - Convert natural language to cron expressions ("every weekday at 9am" -> "0 9 * * 1-5") - Explain cron syntax and scheduling concepts - Set up native OS schedulers (launchd, cron, Task Scheduler) - Troubleshoot scheduling issues - Suggest automation patterns for common workflows - "run at 3pm today" - "tomorrow at noon" - "next Tuesday at 2pm" - "every day at 9am" - "daily at 6pm" - "weekdays at 10am" - Cron expressions like 0 9 * * 1-5 - Task triggers → creates fresh worktree with new branch - Claude runs in the worktree (isolated from main) - Changes...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does scheduler do?

You help users set up and manage scheduled Claude Code tasks. You can:

Is scheduler good?

scheduler does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does scheduler work with?

scheduler currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to scheduler?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install scheduler?

npx skills add https://github.com/jshchnz/claude-code-scheduler --skill scheduler

Related skills

Alternatives in Software Engineering