From claude-om
Force extraction of observations from the current conversation into observational memory
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-om:observeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are being asked to manually extract observations from the current conversation and save them to the observational memory system.
You are being asked to manually extract observations from the current conversation and save them to the observational memory system.
Determine the memory directory by running:
python3 -c "import os; print(os.path.expanduser('~/.claude/projects/' + os.getcwd().replace('/','-') + '/memory/'))"
Read the current observations file at that path (observations.md). If it doesn't exist, you'll create it.
Review the current conversation and extract observations following these rules:
Date: YYYY-MM-DD
- HH:MM Observation text
- HH:MM Sub-detail
Append new observations to the observations file. Do not overwrite existing content.
Show the user what was observed with a brief summary.
If $ARGUMENTS is provided, focus your observations specifically on that topic.
npx claudepluginhub turlockmike/claude-om --plugin claude-omExtracts uncaptured knowledge (decisions, feedback, context) from the current conversation before it's lost to compaction. Use after completing a task, before switching context, or before large exploratory work.
Extracts patterns, quirks, and decisions from conversations; persists to Markdown files in knowledge/learnings/. Use /learn for quick or /learn --deep for thorough analysis.
Extracts durable memories from recent conversation turns into user, feedback, project, and reference categories, avoiding stale code-state facts. Use to persist collaboration context like user preferences and project constraints.