Claude Code Scheduler
B 81 completed
Other
unknown / typescript · small
65
Files
9,735
LOC
1
Frameworks
5
Languages
Pipeline State
completedRun ID
#1545407Phase
doneProgress
0%Started
2026-04-16 23:20:26Finished
2026-04-16 23:20:26LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
40.50Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:46Deduplication group #48849
Member of a group with 179 similar repo(s) — canonical #875149 view group →
Repobility analyzer · published findings · https://repobility.com
🧪 Code Distillation
Browse all specs →AI Prompt
Create a command-line plugin for Claude that handles scheduling tasks using native OS schedulers like launchd on macOS and crontab on Linux. The plugin needs to support natural language scheduling (e.g., "every weekday at 9am"), standard cron expressions, and one-time tasks. Key features must include running tasks in isolated git worktrees, managing execution history in JSONL format, and capturing/rotating stdout/stderr logs. It should expose commands like `/scheduler:add`, `/scheduler:list`, and `/scheduler:logs`.
typescript cli plugin scheduling macos linux cron natural-language git command-line
Generated by gemma4:latest
Catalog Information
Create a command-line plugin for Claude that handles scheduling tasks using native OS schedulers like launchd on macOS and crontab on Linux. The plugin needs to support natural language scheduling (e.g., "every weekday at 9am"), standard cron expressions, and one-time tasks. Key features must include running tasks in isolated git worktrees, managing execution history in JSONL format, and capturing/rotating stdout/stderr logs. It should expose commands like /scheduler:add, /scheduler:list, an
Tags
typescript cli plugin scheduling macos linux cron natural-language git command-line
Quality Score
B
81.1/100
Structure
84
Code Quality
89
Documentation
61
Testing
85
Practices
67
Security
100
Dependencies
80
Strengths
- CI/CD pipeline configured (github_actions)
- Good test coverage (70% test-to-source ratio)
- Code linting configured (eslint)
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
- Properly licensed project
Weaknesses
- 404 duplicate lines detected — consider DRY refactoring
Languages
Frameworks
Vitest
Symbols
variable253
function86
interface28
constant12
type_alias6
class2
method2
Embed Badge
Add to your README:
