skills-scheduled-mirror-sync (autonomous run).skills-prompt-coherence (weekly audit; SKILL.md prompts vs canon governance docs)git-tree-cleanliness-check (daily heartbeat on Projects/ + Claude/Scheduled/)git-tree-cleanliness-check once to surface today's pre-existing dirty trees.skills-scheduled-mirror-sync Scheduled SKILL.md so future nightly runs stop logging false Skills_Library drift./Users/samaguiar/Documents/Claude/Scheduled/skills-scheduled-mirror-sync/SKILL.md — step 3 replaced (Skills_Library is verify-only on existing entries; no auto-create) and step 5 tag spec corrected./Users/samaguiar/Documents/Projects/Skills/skills-prompt-coherence/SKILL.md (canonical, v1.0.0)./Users/samaguiar/Documents/Claude/Scheduled/skills-prompt-coherence/SKILL.md (scheduled-task wrapper)./Users/samaguiar/Documents/Projects/Skills/git-tree-cleanliness-check/SKILL.md (canonical, v1.0.0)./Users/samaguiar/Documents/Claude/Scheduled/git-tree-cleanliness-check/SKILL.md (scheduled-task wrapper)./Users/samaguiar/Documents/Codex/skills-scheduled-mirror-sync/2026-04-27.md./Users/samaguiar/Documents/Codex/git-tree-cleanliness-check/2026-04-27.md.Both scheduled-task SKILL.md files are written. The mcp__scheduled-tasks__create_scheduled_task tool refused both calls with "Cannot create scheduled tasks from within a scheduled task session." Register them in the next interactive Cowork session:
mcp__scheduled-tasks__create_scheduled_task({
taskId: "skills-prompt-coherence",
cronExpression: "0 5 * * 0", // Sunday 5 AM local
description: "Weekly audit of SKILL.md prompts vs canonical Projects governance docs.",
prompt: <see /Users/samaguiar/Documents/Claude/Scheduled/skills-prompt-coherence/SKILL.md>
})
mcp__scheduled-tasks__create_scheduled_task({
taskId: "git-tree-cleanliness-check",
cronExpression: "0 6 * * *", // Daily 6 AM local
description: "Daily heartbeat on Projects/ + Claude/Scheduled/ to surface uncommitted/untracked work before it piles up.",
prompt: <see /Users/samaguiar/Documents/Claude/Scheduled/git-tree-cleanliness-check/SKILL.md>
})
First run of git-tree-cleanliness-check exposed the pile-up. Highest priority: 9 governance-doc edits in Projects/ are sitting uncommitted and have been stale ~7 days. Commit and push these first:
AGENTS.mdAI-CONVENTIONS.md