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.