ils15

Pantheon Forget — Development skill for Claude Code

Development community

Compress old memory entries into summarized form.

How to install Pantheon Forget

Installs to ~/.claude/skills/ils15-pantheon-legacy-pantheon-forget/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ils15-pantheon-legacy-pantheon-forget && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/commands/pantheon-forget.md -o ~/.claude/skills/ils15-pantheon-legacy-pantheon-forget/SKILL.md

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

What Pantheon Forget does


description: "Compress old memory entries into summarized form. /pantheon-forget lists entries older than N days, then replaces them with a compressed summary. --auto applies without confirmation. Usage: /pantheon-forget" agent: "zeus"

/pantheon-forget — Memory Range Compression

**What:** Applies range compression to old memory entries — groups entries by time period and namespace, generates a concise summary via fast LLM, replaces N raw entries with 1 summary. Companion to memory_con

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Last30days Skill — Claude Code skill that researches any topic across Reddit + X from the last 30 days, then writes copy-paste-re 4.4k ★
  • Claude Code Guide — The Complete Claude Code CLI Guide - Live & Auto-Updated Every 2 Days 2.6k ★

Full documentation available on GitHub

View Source Repository