一键导入
memory-policy
Extract, classify, and persist stable long-term memory from substantive sessions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract, classify, and persist stable long-term memory from substantive sessions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Parse and persist job postings into structured job cards with LLM-extracted features. Scoring uses features; ranking uses /compare-jobs.
Emotional intake and CBT-guided self-reflection for users expressing stress, anxiety, or career confusion.
Summarize and archive substantive advisor sessions into structured archive files.
基于 SOC 职业分类
| name | memory-policy |
| description | Extract, classify, and persist stable long-term memory from substantive sessions. |
| triggers | End of substantive session, or user asks to recall, update, review, or correct stored memories. |
This skill defines what counts as durable memory, how it should be classified, and how it should be written. It does not own full session-close orchestration.
Eligible long-term memory includes:
Not eligible:
From the session, identify information that is likely to remain useful across later conversations.
Use these levels:
raw_sensitivederivedgeneralRaw sensitive items need the highest caution and should not be casually merged into broad summaries.
Before writing:
Canonical storage:
advisor_data/memories/memory.jsonlCanonical schema:
{
"id": "mem_{timestamp}_{hash}",
"kind": "fact|preference|trait|decision|pattern",
"content": "...",
"tags": [],
"sensitivity": "raw_sensitive|derived|general",
"confidence": 0.0,
"verified": false,
"superseded": false,
"source_session_id": "...",
"updated_at": "ISO8601"
}
When the task is recall rather than writing:
advisor_data/jobs/./close-sessionarchive-writerCLAUDE.md