用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill memory-graph命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.
Create clear action plans with steps, success criteria, and risk awareness. Use before implementing features, making changes, starting projects, or anytime you need a roadmap to success. Triggers on "plan this", "how should we approach", "what's the strategy", "steps to complete", or when facing complex multi-step work.
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
正在显示 SKILL.md
基于 SOC 职业分类
| name | memory-graph |
| description | Persistent memory graph skill using the MCP Memory server |
| audience | agents |
| visibility | project |
This skill teaches you how to create, update, search, and prune a persistent knowledge graph using the Model Context Protocol (MCP) Memory server.
When connected, Memory tools appear as MCP tools named like mcp__memory__<tool>. Use these tools proactively whenever you identify durable facts, entities, or relationships you want to persist across sessions.
See operations.md for exact tool I/O shapes and playbooks.md for common patterns and routing rules.
relationType describes how from relates to todelete_observations then add_observations over overwritingLAZYDEV_DISABLE_MEMORY_SKILL=1.LAZYDEV_DISABLE_MEMORY_SUGGEST=1.create_entities, add_observations, create_relationsdelete_entities, delete_observations, delete_relationsread_graph, search_nodes, open_nodesAlways call tools with the fully-qualified MCP name, for example: mcp__memory__create_entities.
mcp__memory__search_nodes for likely duplicatesmcp__memory__create_entities as neededmcp__memory__add_observations with concise factsmcp__memory__create_relations to wire the graphmcp__memory__open_nodes to verify saved nodesadd_observationsadd_observations fails (unknown entity), retry with create_entitiesSee examples.md for end-to-end examples covering projects, APIs, and people.