unforgit-memory
星标8
分支0
更新时间2026年7月9日 19:48
Use Unforgit MCP tools as durable repository memory for decisions, conventions, gotchas, and playbooks.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use Unforgit MCP tools as durable repository memory for decisions, conventions, gotchas, and playbooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | unforgit-memory |
| description | Use Unforgit MCP tools as durable repository memory for decisions, conventions, gotchas, and playbooks. |
Use this skill whenever work can benefit from durable project memory or when the user asks you to remember, recall, curate, or inspect repository knowledge.
unforgit_recall with a query based on the user's request and the repository area being touched.unforgit_add with concise self-contained text.unforgit_health, unforgit_sync_status, unforgit_find_similar, unforgit_consolidate, and unforgit_curate when diagnosing memory quality, duplicates, sync, or stale notes.semantic: stable facts, architectural decisions, conventions, API contracts.procedural: repeatable workflows, release/deploy playbooks, troubleshooting steps.episodic: notable bugs, gotchas, one-off observations that may prevent future mistakes.auth, api, deploy, bug, gotcha, decision, or package/module names.unforgit_recall({ "query": "...", "k": 5 })unforgit_add({ "text": "...", "type": "semantic", "tags": ["decision"] })unforgit_health()unforgit_sync_status()