用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/officebeats/beats-pm-kit --skill agentic-memory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | agentic-memory |
| description | Local-first PM memory with canonical Markdown, compact state, and optional bounded personal recall. |
Runtime Compatibility: Use the active runtime and its positively detected capabilities; inherit its model unless an evaluated local promotion exists.
The agentic-memory skill provides a dual-pillar local-first memory system: symbolic short-term state and layered long-term memory. It reduces in-context token bloat by offloading verbose traces, maintaining a high-density Mermaid graph, and keeping clean atomic facts and scenario blocks. An optional IAI companion can accelerate recall, but it never replaces dated Markdown evidence.
Log Offloading (L0 Traces):
python system/scripts/agentic_memory.py log-trace "<source>" "<raw-log-content>"Mermaid Graph State:
python system/scripts/agentic_memory.py update-graph --add-node "<ID>" "<LABEL>" --add-edge "<SRC>" "<DST>" "<LABEL>"python system/scripts/agentic_memory.py update-graph --remove-node "<ID>"L1 Atomic Facts:
python system/scripts/agentic_memory.py add-fact "<fact-content>" --category "<category>"python system/scripts/agentic_memory.py list-facts before adding new ones.L2 Scenarios:
python system/scripts/agentic_memory.py add-scenario "<title>" "<description>" --details "<details>"L3 Persona:
1. Company/ways-of-working.md, SETTINGS.md, and 4. People/PEOPLE.md as the L3 persona.SESSION_MEMORY.md in the workspace root whenever changes are made.SESSION_MEMORY.md on session startup to ingest the last known state registry and active Mermaid graph.python system/scripts/personal_memory.py status --json before using companion recall./find or repo-local rg; never block the PM workflow.