Remember
Eleven open-source, MIT-licensed skills for AI coding agents — /preflight, /audit, /ship, /remember and more. Plain-Markdown agent guardrails for Claude Code, Codex, Cursor & Hermes. Free layer of SlashStack.
npx -y skills add mverab/slashstack-skills --skill rememberAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 18 days oldThe repository was created 18 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.
- 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.
What its author says it does
Copied from the file, not written here
Use after learning durable subsystem facts that future sessions need.
SKILL.md
0.9 KB, 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
- Identify durable facts: architecture, conventions, commands, and risks.
- 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.
- Read existing
.agents/memory/project.mdand merge new facts, preserving all prior content. - 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.