# Date Reminder

> Current date awareness for all sessions. Use at the START of every new conversation to check the current date from the environment (Today's date in env block) and ensure all work uses up-to-date information.

- Skill: `cl-victor1/date-reminder` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cl-victor1/date-reminder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cl-victor1/date-reminder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cl-victor1 (https://skillmd.com/u/cl-victor1)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cl-victor1/date-reminder

---


# Current Date Reminder

At session start, check `Today's date` from the `<env>` block.

## Apply Current Date To

- **Content creation**: Blog posts, changelogs, documentation - use actual current date
- **Web searches**: Include current year to find recent/latest information
- **API/docs lookup**: Verify against latest docs, avoid deprecated patterns
- **Time-sensitive code**: Use current date for timestamps, date calculations

