一键导入
memory-curation
Use when deciding whether information belongs in repo memory, session memory, the AI ledger, or permanent documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when deciding whether information belongs in repo memory, session memory, the AI ledger, or permanent documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when gathering files, running searches, and producing a structured context manifest for other agents. Read-only — never writes code or makes design decisions.
Use when solution design, architecture-fit analysis, task decomposition, or high-ambiguity tradeoff analysis needs stronger reasoning before coding starts.
Use when executing a feature end to end through plan, implement, test, docs, review, ledger updates, and bounded recursive repair.
Use when implementing code changes in a repository where domain-specific specialists are not installed. Generic — no stack assumptions. Stack context loaded from the project's .instructions.md at runtime.
Use when reviewing changes for regressions, correctness, security, and missing coverage. Generic — no stack assumptions. Stack context loaded from the project's .instructions.md at runtime.
Use when adding or repairing tests — unit, integration, or component. Generic — no stack assumptions. Stack context loaded from the project's .instructions.md at runtime.
| name | memory-curation |
| description | Use when deciding whether information belongs in repo memory, session memory, the AI ledger, or permanent documentation. |
| argument-hint | Fact or note to classify |
| user-invocable | true |
.github/.ai_ledger.md..github/instructions/*.instructions.md (scoped by applyTo pattern).docs/.When you verify a new fact during normal work — a real command, a naming pattern, an API contract, a folder path — write it back to the relevant instruction file immediately. Do not wait for the next setup scan.
applyTo scope covers the fact's domain:
architecture.instructions.mdfrontend.instructions.mdbackend.instructions.mdsecurity.instructions.mdverification.instructions.mdconventions.instructions.mdworkflow.instructions.md[FILL IN] or [SCAN-INCOMPLETE] placeholder with the verified value.// CONFLICT: instead.