Use
Skill DreamArkInc/remembrance-skills/packages/claude-code-plugin/skills/use
Load and use an explicitly named Remembrance skill by its authorized live catalog slug.From its SKILL.md
npx -y skills add DreamArkInc/remembrance-skills --skill useAssembled 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.4 KB, 265 tokens by cl100k_base, as published. Nobody here has run it
Use a Remembrance skill
Use the organization-aware Remembrance catalog to load the skill named by
$ARGUMENTS.
- If
$ARGUMENTSis an exact catalog slug or aremembrance://skills/{slug}URI, callinvoke_skillwith that slug. - If it is a name, partial slug, or otherwise ambiguous, call
list_skillswith its normalized slug-prefix filter first. Usequery_skillsinstead when the request is discovery rather than explicit selection. Never guess which exact skill the user meant. - Follow the exact reviewed instructions returned by
invoke_skill. The invocation resolves authorization, organization policy, and the current active version at call time. - Do not submit query-fit feedback for this explicit selection. After meaningful use, follow the returned task-outcome and post-use feedback instructions once. Submit the returned remembrance payload when the lesson is reusable.
- Redact secrets, private URLs, credentials, prompts, outputs, source paths, and proprietary content from task context, feedback, and evidence.
Do not treat a catalog listing or MCP resource handle as use. The skill is
selected only after invoke_skill returns its full instructions successfully.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.