بنقرة واحدة
mm-journal
Records a personal journal entry in the memory database
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Records a personal journal entry in the memory database
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Activates Builder Mode for a journey and loads project context/docs
Scans memories for recurring patterns and proposes consolidation (merge, identity update, or shadow candidate)
Asks other LLMs through OpenRouter with Mirror context
Lists recent conversations from the memory database
استنادا إلى تصنيف SOC المهني
| name | mm:journal |
| description | Records a personal journal entry in the memory database |
| user-invocable | true |
When receiving /mm:journal, run:
uv run python -m memory journal [--journey SLUG] "ENTRY_TEXT"
The entry text comes from $ARGUMENTS. If the user did not provide text, ask what they want to record.
The --journey parameter is optional. If the user explicitly mentions a journey or the context clearly belongs to one, pass the slug. Otherwise omit it; the journal entry remains free-form.
The script automatically classifies title, layer, and tags through the LLM and saves the entry.
After running it, show the classification result and confirm that it was saved.