npx claudepluginhub pknull/asha-marketplace --plugin asha[--no-push] [commit message]# Save Session Trigger synthesis now. Use when you want to checkpoint mid-session or ensure state is captured before exiting. **Note:** Session-end hook runs synthesis automatically on clean exit. This command is for explicit mid-session saves or when you want to add a custom commit message. ## What It Does 1. **Runs pattern analyzer** — synthesizes activeContext.md from events 2. **Extracts patterns** — updates learnings.md with discovered patterns 3. **Captures calibration** — voice.md and keeper.md signals if detected 4. **Archives events** — rotates old events to archive 5. **Git co...
/savePersists session context, learnings, and discoveries to Serena MCP for cross-session continuity and progress tracking. Supports --type, --summarize, --checkpoint flags.
/saveSaves current conversation or insight to wiki vault as structured note. Supports custom titles, session summaries, concepts, and decisions.
/saveSaves <key> <value> as compressed memory entry to project or global .nemp/memories.json, adding timestamps, agent ID, project path, and inferred type.
/saveSaves the current Claude Code session to Nowledge Mem using nmem CLI. Auto-detects project from ~/.claude/projects/, imports messages, returns thread ID. Supports optional summary and all-sessions flags.
/saveSaves current work context, plan, and todos to a timestamped directory using Read, Write, and Bash tools.
/saveSaves session state persisting TodoWrite tasks, current plan step from docs/PLAN.md, and git context to .claude/session-cache.json and .claude/claude-progress.md.
Trigger synthesis now. Use when you want to checkpoint mid-session or ensure state is captured before exiting.
Note: Session-end hook runs synthesis automatically on clean exit. This command is for explicit mid-session saves or when you want to add a custom commit message.
/save # Synthesize + commit + push
/save --no-push # Synthesize + commit only
/save "Completed auth feature" # Custom commit message
Run the synthesis pipeline:
"${CLAUDE_PLUGIN_ROOT}/tools/pattern_analyzer.py" synthesize --days 7
Then archive and rotate events:
"${CLAUDE_PLUGIN_ROOT}/tools/save-session.sh" --archive-only
Then commit Memory changes:
cd "$PROJECT_DIR"
git add Memory/
git commit -m "Session save: ${ARGUMENTS:-$(date -u '+%Y-%m-%d %H:%M UTC')}"
Push unless --no-push specified:
git push
Shows synthesis results: