← ClaudeAtlas

savelisted

Use when the user wants to capture the learnings from the current session into persistent artifacts — auto-memory notes, sub-agent definitions, custom skills, hooks, or project-level CLAUDE.md additions. Triggers on phrases like "/save", "save what we learned", "memorize this session", "capture the learnings", or after a substantial back-and-forth that produced reusable patterns.
Sylad/claude-code-codex · ★ 0 · AI & Automation · score 75
Install: claude install-skill Sylad/claude-code-codex
# Save Reviews the current session and proposes which learnings to persist as which artifact type. Companion to `/skillify` (which transforms external concepts into skills) — this one captures the **internal** learnings of a session into the right durable form. ## When to use this skill **Use save when**: - The user explicitly says `/save`, "memorize this", "capture what we learned" - A long session has produced multiple reusable patterns and the user wants to harvest them before context is lost - After a productive back-and-forth that surfaced a new convention, anti-pattern, or tool usage worth keeping **Don't use save when**: - The session was a single one-off task with no transferable learning - Auto memory will already capture it implicitly (the system writes some memories automatically — don't duplicate) - The user is asking to save a specific *file* (that's just `Write`, not this skill) --- ## The 5 categories of artifact Each captured learning belongs in exactly one home. Pick the right home — wrong home = lost or duplicated. | Artifact | Path | Use for | |----------|------|---------| | **Memory note** | `~/.claude/projects/<project>/memory/<name>.md` | User profile, feedback (do/don't), project state, references to external systems. Cross-session. | | **Sub-agent** | `.claude/agents/<name>.md` (project) or `~/.claude/agents/<name>.md` (user) | A reusable role with its own context window — code-reviewer, security-auditor, lore-curator. | | **Custom skill** | `.