From ccgraft
Export current Claude Code session for sharing or backup. Creates a portable .claude-sessions/ export with manifest, rendered markdown, and full session data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccgraft:export-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this exact command. If the user provided a name for the export, append `--export-name "<name>"`:
Run this exact command. If the user provided a name for the export, append --export-name "<name>":
bash "${CLAUDE_PLUGIN_ROOT}/bin/ccgraft-export"
The export will be created in .claude-sessions/<timestamp>/ within the current project. Show the command output to the user — it will tell them the exact path and session name.
npx claudepluginhub achxy/dotclaude --plugin ccgraftExports Claude Code session JSONL files to human-readable markdown with role markers and timestamps. Use to save, review, share transcripts, or feed dev-diary pipelines.
Shares selected Claude Code sessions: scans files, builds catalog, encrypts with passphrase, serves via mDNS or WebSocket relay for browsing/resuming.
Exports Claude Code's full system prompt (tools, instructions, CLAUDE.md, memory, session context) to console or markdown file with --output flag.