一键导入
memkernel-memory
MemKernel persistent memory protocol. Self-guarding: activates only when the memkernel MCP server is configured.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
MemKernel persistent memory protocol. Self-guarding: activates only when the memkernel MCP server is configured.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-agent delegation rules, three-phase workflow (Plan/Build/Review), model selection, collaboration gates, and Ralph Loop integration.
Autonomous build driver after SDD spec approval: phase-scoped headless build sessions, driver-owned commits, cross-provider review gates, milestone pauses, and fail-closed escalation — under explicit opt-in autonomy profiles.
When and how to ask clarifying questions before implementing. Data model review gate and ambiguity resolution rules.
Quality gates, prohibited patterns, verification discipline, and self-audit rules for all code generation and review sessions.
Cross-copilot portable conventions: read before write, minimal changes, git discipline, project structure, and priority rules.
Copyright header rules for generated source files. Applies the company name from providers.toml to new files.
| name | memkernel-memory |
| description | MemKernel persistent memory protocol. Self-guarding: activates only when the memkernel MCP server is configured. |
Use this rule only when the memkernel MCP server is configured for the project.
MemKernel gives the project persistent memory across sessions and compaction events. Use it to retain decisions, conventions, important code context, and structured session checkpoints.
recall for the current task or topic.decision: architecture choices, tradeoffs, dependency decisionsconvention: naming rules, style decisions, workflow expectationscode: important interfaces, schemas, contracts, or code snapshotsepisode: session events and structured checkpointsBefore compaction, retain a checkpoint with:
Use checkpoint=true for these records so they can be recovered separately.
get(ref_id) when a recall result looks relevant but the preview is not enough.retain is idempotent for identical content and type.