Save session
Agent skills for Claude Code and 80+ other AI coding agents — content authoring, dev workflow, and general session helpers. Install via /plugin or npx skills add.
npx -y skills add ProstDev/skills --skill save-sessionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
End-of-session routine. Saves learnings to .claude files following folder standards.
SKILL.md
1.8 KB, as published. Nobody here has run it
End-of-Session Save
Review everything from this session and persist what's useful for future sessions.
Scope: every repo/context the session touched
- Route each learning to wherever it belongs, not just the primary working directory. Multi-repo and monorepo sessions are common — a fact learned here may belong in another repo's docs.
- Before concluding "nothing to save" for a given repo, check it for a now-stale doc or a convention this session introduced.
What to Save
- Conventions or patterns discovered during this session
- Commands, workflows, or setup steps that were non-obvious
- Gotchas or mistakes encountered (and how to avoid them)
- Reusable domain knowledge or specialized workflows
Where to Save (follow these rules strictly)
| Content type | Destination |
|---|---|
| Universal, prevents-mistakes-every-session rules | CLAUDE.md (append or update) |
| Specialized workflow or domain knowledge | A new or existing skill in .claude/skills/ |
| Reusable isolated assistant with scoped tools | .claude/agents/ |
| Deterministic automation (must always run) | .claude/hooks/ + settings.json |
| Nothing useful learned | Do nothing. Say so. |
Constraints
- Invoke the
claude-md-and-folder-standardsskill and apply it as the single source of truth for sizing and placement rules — don't restate them here (an inlined copy drifts). - Highlights only: CLAUDE.md ≤200 lines; skills ≤120; add only what Claude would get WRONG without; no duplicating existing files; terse imperative bullets.
Do NOT
- Write to MEMORY.md
- Add content that's already captured elsewhere in .claude files
- Add content with no clear future value
- Exceed the 200-line CLAUDE.md cap