用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jaydubya818/mnemonic-kb --skill remember命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build a Hermes-ready context block from a task, suitable for pasting into Hermes' planning prompt.
Audit the skill/resolver/filing-rules layer for structural integrity.
Convert a repeated workflow into a reusable Markdown skill (procedural document only in v0.1).
基于 SOC 职业分类
正在显示 SKILL.md
| id | memory/remember |
| name | Remember |
| description | Capture a quick note to inbox without canonicalizing it. |
| status | active |
| parameters | [{"name":"content","type":"string","required":true},{"name":"tags","type":"string[]","required":false,"default":[]},{"name":"repo","type":"string","required":false},{"name":"project","type":"string","required":false}] |
| outputs | [{"name":"pageId","type":"string"},{"name":"path","type":"string"}] |
| uses | ["vaultWriter.writeInbox","core.buildInboxNote"] |
| steps | [{"id":"build-note","kind":"deterministic","tool":"core.buildInboxNote"},{"id":"write","kind":"deterministic","tool":"vaultWriter.writeInbox"}] |
| lanes | {"covers":["quick-capture","inbox-write"],"excludes":["canonical-write","decision-creation","lesson-promotion"]} |
| risk | low |
| governance | none |
| triggers | ["remember that ...","note this","save this for later"] |
Capture a low-friction note into inbox. Does not produce canonical memory.
The user wants something remembered but has not asked to make it canonical. The note may include a repo or project hint, but the destination is always inbox — promotion is the only path to canonical types.
content — required, free text.tags — optional array.repo, project — optional hints recorded in the # Hints body section.core.buildInboxNote.note. Type hints become body data.vaultWriter.writeInbox.# Captured + # Hints body).inbox/{id}.md.None.
{ pageId: string, path: string } — JSON.
content empty → reject with "content cannot be empty".mnemonic init first".remember that Hermes should not own memory directly → inbox note created at
inbox/01J9X9....md.
memory/propose-memory — when you want it to become canonical.memory/promote-memory — to canonicalize an open proposal.