Recall
Use before working in a subsystem with saved reference material.From its SKILL.md
npx -y skills add mverab/slashstack-skills --skill recallAssembled 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, 188 tokens by cl100k_base, as published. Nobody here has run it
Recall
Purpose
Load saved subsystem knowledge.
When to Use
Use before working in a subsystem with saved reference material.
Workflow
- Load references: read all files in
.agents/references/. - Validate against the current codebase:
- Check that every referenced file still exists.
- Flag stale references: files that have moved, been renamed, or deleted.
- Note any drift between the saved description and the current implementation.
- Summarize: subsystem purpose, entry points, conventions, and risks.
Output
A concise summary containing:
- Subsystem purpose: what it does and why
- Entry points: key files, functions, and APIs
- Conventions: patterns and rules that govern the subsystem
- Risks: known gotchas, edge cases, or fragile areas
- Stale references flagged: any saved references that no longer match the codebase
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.