基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jsflax/Engram --skill remember命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Remove a memory from Engram by ID or by searching for it. Use when the user wants to delete outdated or incorrect memories.
Run memory maintenance — consolidate redundant memories, organize topics, and improve recall quality. Normally runs automatically, but can be triggered manually.
Show Engram memory statistics — memory counts, topic distribution, recent activity, and active tasks.
| name | remember |
| description | Store a new memory in Engram. Use when the user explicitly wants to save something for future sessions. |
| argument-hint | ["what to remember"] |
| allowed-tools | mcp__memory__recall, mcp__memory__remember, mcp__memory__connect, mcp__memory__update, mcp__memory__graph |
Store a new memory using the Engram memory MCP server.
$ARGUMENTS as the content to remember.project from context — use the current project name for project-specific knowledge, "global" for cross-project preferences/patterns.recall(query: "$ARGUMENTS", project: "<inferred>", limit: 3) to see if this already exists. If a near-duplicate is found, offer to update the existing memory instead.topic based on content (e.g., "preferences", "architecture", "debugging", "patterns", "conventions", "workflow").remember(content: "...", project: "<inferred>", topic: "<chosen>"). Set importance (1-5) based on how broadly useful this is.recall related memories and connect them with appropriate edges (relates_to, part_of, supersedes, contradicts, derived_from).parent_id.expires_in_days for temporary context (current tasks, open PRs, in-progress work).