원클릭으로
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.