Sth Archive banner
jay0917 jay0917

Sth Archive

Documentation community

Description

--- name: sth-archive description: Manually archive old feedback/changelog entries into ./.skills-archive/. Triggers quarterly split of FEEDBACK_LOG.md and CHANGELOG.md when entries exceed 90 days or 200 rows. --- # /sth-archive — Manual Archive Trigger ## Purpose Force-archive old `FEEDBACK_LOG.md` / `CHANGELOG.md` entries into quarterly files under `./.skills-archive/`. Keeps the "active" files small (~2,000 tokens) so `/sth-fb` and `/sth-log` stay fast. Auto-archive already runs as a quick

Installation

Installs to ~/.claude/skills/jay0917-skills-team-hub-sth-archive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jay0917-skills-team-hub-sth-archive && curl -fsSL https://raw.githubusercontent.com/jay0917/skills-team-hub/HEAD/commands/sth-archive.md -o ~/.claude/skills/jay0917-skills-team-hub-sth-archive/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository