unforgit-memory
Use Unforgit MCP tools as durable repository memory for decisions, conventions, gotchas, and playbooks.
它会碰到什么
扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Unforgit Memory
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.
Core workflow
- Recall first for substantive work. At the start of non-trivial coding, planning, debugging, release, or review work, call
unforgit_recallwith a query based on the user's request and the repository area being touched. - Use recalled context. Apply prior decisions, conventions, gotchas, and playbooks before changing code or proposing a plan.
- Save durable context promptly. When a stable decision, convention, gotcha, bug pattern, workaround, API contract, or reusable procedure emerges, call
unforgit_addwith concise self-contained text. - Curate when memory quality matters. Use
unforgit_health,unforgit_sync_status,unforgit_find_similar,unforgit_consolidate, andunforgit_curatewhen diagnosing memory quality, duplicates, sync, or stale notes.
What to save
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.
What not to save
- Do not save secrets, tokens, passwords, API keys, private credentials, or sensitive environment values.
- Do not save temporary progress, task checklists, transient logs, command output dumps, PR numbers, commit SHAs, or facts likely to be stale soon.
- Do not save obvious information already documented in the repository unless the memory captures a decision or gotcha not obvious from the code.
Writing guidelines
- Write memory text in English unless the repository explicitly standardizes another language.
- Keep each memory concise but self-contained.
- Use tags such as
auth,api,deploy,bug,gotcha,decision, or package/module names. - Prefer repository-scoped Unforgit memory over global assistant memory for project-specific knowledge.
- If a memory may duplicate an existing one, search first and consolidate rather than creating noise.
Tool hints
- Search:
unforgit_recall({ "query": "...", "k": 5 }) - Save:
unforgit_add({ "text": "...", "type": "semantic", "tags": ["decision"] }) - Health:
unforgit_health() - Sync status:
unforgit_sync_status()
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径
plugins/MiguelMedeiros/unforgit-codex-plugin/skills/unforgit-memory/SKILL.md