reverse-date

Convert dates from various formats (like "21 Oct 2025", "October 21, 2025", "21/10/2025") to ISO format (YYYY-MM-DD). Use when users need to standardize date formats, convert human-readable dates to machine-readable formats, or reformat dates for data processing.

$ 安裝

git clone https://github.com/christopheryeo/claude-skills /tmp/claude-skills && cp -r /tmp/claude-skills/reverse-date ~/.claude/skills/claude-skills

// tip: Run this command in your terminal to install the skill