22 added, 1 removed. Audit C to A.
+ ---
name: cron-scheduler
- description: Timer and scheduled task orchestrator. Triggers: 'schedule this', 'run daily', 'cron job', 'set timer for skill'. Parses schedule: from SKILL.md or cron-jobs.md. Uses APScheduler + GitHub Actions fallback. Logs via insight-synthesizer. Enables autonomous daily tasks.
+ description: "Timer and scheduled task orchestrator"
+ version: 1.0.0
+ author: Stijnman
+ license: MIT
+ metadata:
+ hermes:
+ tags: []
+ related_skills: []
+ ---
+
+ # Cron Scheduler
+
+ ## Overview
+ Timer and scheduled task orchestrator. Triggers: 'schedule this', 'run daily', 'cron job', 'set timer for skill'. Parses schedule: from SKILL.md or cron-jobs.md. Uses APScheduler + GitHub Actions fallback. Logs via insight-synthesizer. Enables autonomous daily tasks.
+
+ ## When to Use
+ - schedule this, run daily, cron job, set timer for skill
+
+ ## Common Pitfalls
+ - No action specified yet.
+