Adds AsOf to the Development & Code Tools section, alphabetically between artifacts-builder and aws-skills.
A temporal-awareness skill for tool-using LLMs. It addresses a specific failure mode: the agent treats all in-context data as if captured "now," regardless of how stale it actually is.
AsOf surfaces three categories of staleness via Claude Code hooks:
The hook does all date arithmetic in Python; the model reads pre-computed verdicts. No multi-step date math in chat means no boundary errors at end-of-month or leap years.
It's a real Claude skill (with SKILL.md and YAML frontmatter), tested across Claude tiers (Opus 4.7, Sonnet 4.6, Haiku 4.5), and addresses a documented LLM failure mode. A/B tests show categorical behavior change when the verdict block is present.
pip install asoftime && asof install — patches ~/.claude/settings.json idempotently. MIT.