Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.64 Home All releases olderv2.1.63 v2.1.66newer
Claude Code v2.1.64

Scheduled Skills

What

Skills can now be scheduled to run on a cron-like schedule, executing automatically at specified intervals or times.

Details
  • Supports cron expression syntax with human-readable formatting (e.g., "Every hour", "Every day at 3:00 PM EST", "Weekdays at 9:00 AM EST")
  • Schedule types include load (on startup), every (interval-based), and cron expressions
  • The UI displays "1 scheduled skill" / "N scheduled skills" in the status area
  • Users can view scheduled skill details and dismiss the notification
Evidence

Scheduling engine (search for "scheduled skill", "Every hour", "Weekdays at")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.64 →