genspark-ai

17 mods across 2 repositories, 4.0k stars between them.

genoffice CLAUDE.md

01

genspark-ai/genoffice

Instructions file

Instructions for genspark-ai/genoffice, covering claude.md, theming rules (mandatory) and build gotchas.

4.0k 2d ago A 627 tokens original Apache-2.0

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).

5 1mo ago A tokens not measured

backfill

05

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.

5 1mo ago B 23 tokens

connect

06

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.

5 1mo ago B 55 tokens

doctor

07

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.

5 1mo ago B 67 tokens

repo

09

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.

5 1mo ago B 44 tokens

SessionStart

12

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.

5 1mo ago A tokens not measured

Stop

14

genspark-ai/cc-conversation-archiver

Hook

Runs when the agent finishes a response, executing archive.py. From genspark-ai/cc-conversation-archiver.

5 1mo ago A tokens not measured

UserPromptSubmit

16

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.

5 1mo ago A tokens not measured