agentsclimarketplace

Save session

Skill ProstDev/skills/plugins/general/skills/save-session

End-of-session routine. Saves learnings to .claude files following folder standards.From its SKILL.md

Install
npx -y skills add ProstDev/skills --skill save-session

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 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.

SKILL.md

1.8 KB, 399 tokens by cl100k_base, 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 typeDestination
Universal, prevents-mistakes-every-session rulesCLAUDE.md (append or update)
Specialized workflow or domain knowledgeA 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 learnedDo nothing. Say so.

Constraints

  • Invoke the claude-md-and-folder-standards skill 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.