一键导入
memory
Memory management. Audit consistency, distribute learnings, optimize memory files, detect knowledge gaps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Memory management. Audit consistency, distribute learnings, optimize memory files, detect knowledge gaps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Behavioral floor management. Propose changes, review proposals, apply approved changes, view status. Routes to COO as behavioral floor guardian.
Compliance program management. Propose changes, review proposals, apply approved changes, audit conformance, view change log.
Generic floor management. Routes to the declared guardian for any governance floor. Use /floor propose <floor-name> <change> to propose changes to any active floor.
Structured agent-to-agent handoff. Validates artifact, logs metrics event, dispatches receiving agent.
Run a retrospective for the last completed work item. Pulls DORA metrics, summarizes flow, captures keep/stop/start.
Interactive project setup: copy templates, configure fleet, define compliance floor, add first specialist agent.
| name | memory |
| description | Memory management. Audit consistency, distribute learnings, optimize memory files, detect knowledge gaps. |
| argument-hint | [audit|distribute|optimize|gaps] |
Dispatch memory management operations to the knowledge-ops agent. See .claude/agents/knowledge-ops.md for the agent's full responsibilities. Knowledge-ops operates under CKO direction.
/memory audit -- Cross-agent consistency audit/memory distribute -- Distribute recent learnings across agents/memory optimize -- Optimize memory files for token efficiency/memory gaps -- Detect knowledge gaps in agent memoriesDispatch knowledge-ops agent. The agent performs a consistency audit:
Present report. Show inconsistencies found, with source references and recommended fixes.
Confirm fixes. For each inconsistency, user approves or defers the fix. Agent applies approved fixes.
Gather recent learnings. Read the findings register for recently accepted findings with refinements.
Dispatch knowledge-ops agent. The agent:
Present distribution plan. Show what will be written to which agent's memory. User confirms.
Apply. Write approved memory entries.
Dispatch knowledge-ops agent. The agent scans all memory files:
Present optimization plan. Show proposed changes (consolidate, prune, convert to references).
Confirm and apply. User approves changes. Agent applies them.
Dispatch knowledge-ops agent. The agent identifies missing knowledge:
Present gap report. Show gaps ranked by impact (how likely the gap causes a problem).
Propose fills. For each gap, suggest what content should be added and where.
| Subcommand | Model | Rationale |
|---|---|---|
/memory audit | Sonnet | Systematic comparison, structured reporting |
/memory distribute | Sonnet | Translation and routing |
/memory optimize | Sonnet | File analysis, structured reporting |
/memory gaps | Sonnet | Analysis and reporting |
Implementers can override to add domain-specific memory categories, custom staleness rules, or integration with external knowledge bases.