If you're using SpecStory AI and your .specstory/history folder is getting cluttered with dozens or hundreds of session markdown files, this skill sorts them into year/month subdirectories based on the timestamps in their filenames. Just say "organize my history" and it scans for files like 2026-01-22_19-20-56Z-fix-bug.md and moves them into folders like 2026/01/. It includes a dry run flag so you can preview what gets moved before committing. The script is straightforward Python that parses dates from filenames and creates the folder structure. Nothing fancy, but after a few months of sessions you'll appreciate having them organized by date instead of scrolling through a flat list of files.
npx skills add https://github.com/specstoryai/agent-skills --skill specstory-organize