一键导入
agentic-memory
Local-first dual-pillar agentic memory inspired by TencentDB-Agent-Memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local-first dual-pillar agentic memory inspired by TencentDB-Agent-Memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.
Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.
Full autonomous execution from idea to working code
Track high-priority leadership requests.
Conducts deep-dive research to create a strategic dossier on a target company.
The 'Recall Engine'. Fetches history, decisions, and tasks related to a person or topic.
| name | agentic-memory |
| description | Local-first dual-pillar agentic memory inspired by TencentDB-Agent-Memory. |
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 Memory and Layered Long-Term Memory). It helps reduce in-context token bloat by offloading verbose traces, replacing them with a high-density Mermaid graph, and maintaining clean atomic facts and scenario blocks.
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.