agentsclimarketplace

Remember

Skill mverab/slashstack-skills/skills/remember

Use after learning durable subsystem facts that future sessions need.From its SKILL.md

Install
npx -y skills add mverab/slashstack-skills --skill remember

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

  • 3 stars3 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

0.9 KB, 178 tokens by cl100k_base, as published. Nobody here has run it

Remember

Purpose

Save durable subsystem knowledge.

When to Use

Use after learning durable subsystem facts that future sessions need.

Workflow

  1. Identify durable facts: architecture, conventions, commands, and risks.
  2. Reject explicitly — do not save any of the following:
    • Transient task state: in-progress notes, temporary flags, current session context.
    • Commit hashes: specific SHAs that will become stale.
    • TODOs: one-off reminders that belong in issues, not memory.
    • Secrets: API keys, tokens, passwords, credentials.
  3. Read existing .agents/memory/project.md and merge new facts, preserving all prior content.
  4. Verify the updated file is clean: no secrets, no TODOs, no commit hashes, no transient state.

Output

Updated .agents/memory/project.md with merged durable facts.

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.