بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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