fredje777
01Plugin Claude Code
Plugin marketplace listing 1 plugin: zenvibe.
Plugin Claude Code
Plugin marketplace listing 1 plugin: zenvibe.
Plugin Claude Code
Vibe-code with a safety net. Pause, resume, and checkpoint Claude Code sessions; auto-protect context before compaction.
MCP server Claude CodeCodexCursor
MCP server "zenvibe" as configured in Fredje777/claude-zenvibe. Runs locally from the ${CLAUDE_PLUGIN_ROOT}/mcp/server.py Python package.
Command
Save the current session state WITHOUT compacting — commit + push committable files, write a session-focused entry in docs/JOURNAL.md (what was done, decisions, files touched, next step), then confirm it is safe to compact. Use as a mid-task bookmark, or right before typing /compact manually.
Command
Save the full state of the session before stepping away for hours. Commits and pushes everything committable, writes a detailed entry in docs/JOURNAL.md (completed tasks, current task with state, remaining tasks in order, technical decisions, open questions, git state), and flags attention points for the resume.
Command
Re-establish context after a pause or compaction. Reads docs/JOURNAL.md in full, reads CLAUDE.md for project conventions, checks git state, summarizes where things stand, proposes a concrete next action, and waits for explicit confirmation before touching code.
Hook
Runs before the context is compacted, running an inline shell check. From Fredje777/claude-zenvibe.
Hook
Runs when a session starts, executing session-start-briefing.py via python3. From Fredje777/claude-zenvibe.