Instructions file
Instructions for genspark-ai/genoffice, covering claude.md, theming rules (mandatory) and build gotchas.
Instructions file
Instructions for genspark-ai/genoffice, covering claude.md, theming rules (mandatory) and build gotchas.
genspark-ai/cc-conversation-archiver
Plugin Claude Code
Plugin marketplace listing 1 plugin: conversation-archiver.
genspark-ai/cc-conversation-archiver
Plugin Claude Code
Archive each Claude Code conversation turn (your input + Claude's text reply, excluding tool calls) to a per-session markdown file in a git repo, organized by month. Supports an auto mode (commit + push every turn) and a manual mode (commit + push on /conversation-archiver:upload).
genspark-ai/cc-conversation-archiver
Command
Switch the conversation archiver to AUTO mode (commit + push every turn).
genspark-ai/cc-conversation-archiver
Command
Archive every existing Claude Code session on disk (sessions from before the plugin was installed), then commit and push once.
genspark-ai/cc-conversation-archiver
Command
Connect the archiver to your Second Brain. Paste the connect link from the Claude Code row on your Second Brain Sources page (one-time code; the script redeems it for the push target — no token ever shown). No args falls back to your gsk login credential.
genspark-ai/cc-conversation-archiver
Command
Diagnose the conversation-archiver setup — checks python3/git, config, the archive repo, remote auth (a read-only ls-remote connection test), sync state, and recent errors, then reports problems with fixes. Use when archiving isn't working, a push isn't landing, or to verify a remote right after connecting it.
genspark-ai/cc-conversation-archiver
Command
Switch the conversation archiver to MANUAL mode (write locally; upload on demand).
genspark-ai/cc-conversation-archiver
Command
Change where the conversation archive lives (the local git repo path). Repoint-only — the existing archive at the old path is left untouched; new turns archive to the new path. Pass an absolute path or /path.
genspark-ai/cc-conversation-archiver
Command
Show the conversation archiver mode, repo path, and recent commits.
genspark-ai/cc-conversation-archiver
Command
Commit and push the entire conversation archive to the remote now.
genspark-ai/cc-conversation-archiver
Hook
Runs when a session starts, executing check_deps.sh and report_title.py via bash (2 commands). From genspark-ai/cc-conversation-archiver.
genspark-ai/cc-conversation-archiver
Hook
Runs after a tool call finishes, executing report_title.py. From genspark-ai/cc-conversation-archiver.
genspark-ai/cc-conversation-archiver
Hook
Runs when the agent finishes a response, executing archive.py. From genspark-ai/cc-conversation-archiver.
genspark-ai/cc-conversation-archiver
Hook
Runs when a subagent finishes, executing archive.py. From genspark-ai/cc-conversation-archiver.
genspark-ai/cc-conversation-archiver
Hook
Runs when you submit a prompt, before the agent sees it, executing archive.py and report_title.py (2 commands). From genspark-ai/cc-conversation-archiver.
genspark-ai/cc-conversation-archiver
Hook
Runs when a session ends, executing archive.py. From genspark-ai/cc-conversation-archiver.