Claude Code Scheduler

B 81 completed
Other
unknown / typescript · small
65
Files
9,735
LOC
1
Frameworks
5
Languages

Pipeline State

completed
Run ID
#1545407
Phase
done
Progress
0%
Started
2026-04-16 23:20:26
Finished
2026-04-16 23:20:26
LLM tokens
0

Pipeline Metadata

Stage
Cataloged
Decision
proceed
Novelty
40.50
Framework unique
Isolation
Last stage change
2026-05-10 03:34:46
Deduplication group #48849
Member of a group with 179 similar repo(s) — canonical #875149 view group →
Repobility analyzer · published findings · https://repobility.com

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

typescript
48.9%
json
36.9%
markdown
13.2%
yaml
0.9%
javascript
0.1%

Frameworks

Vitest

Symbols

variable253
function86
interface28
constant12
type_alias6
class2
method2

Quality Timeline

1 quality score recorded.

View File Metrics

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/1369148.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV