modules/home/programs/cli-agents/shared/skills/workflows/export-gist/SKILL.md
Export the current Claude Code conversation to a GitHub Gist as markdown. Use when sharing conversation history, archiving sessions, or creating shareable documentation from a Claude Code conversation.
npx skillsauth add not-matthias/dotfiles-nix export-gistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Export your Claude Code conversation to a GitHub Gist for sharing and archiving.
gh CLI installed and authenticated with GitHub~/.claude/projects/)The skill provides a Python script that exports your conversation. When invoked, it will:
~/.claude/projects/)You can pass an optional session ID to export a specific conversation, or it will use the most recent one.
The skill runs the export script directly. When invoked, you'll see output like:
Converting session: abc123def456
Gist created: https://gist.github.com/not-matthias/xyz789...
To export a specific session, provide the session ID to the script.
~/.claude/projects/)gh gist create"No conversation directory found"
CLAUDE_PROJECT_DIR environment variable or current working directory"No conversations found"
"gh: command not found"
nix-shell -p gh or your package managergh auth login"Error creating gist"
gh auth statusdocumentation
Save notes, journal entries, and research to the personal-notes Obsidian vault (personal-vault-v2). Use when the user asks to 'save note', 'save to notes', 'write to personal notes', 'save to daily notes', 'note this down', or wants to persist findings/analysis to their personal vault.
documentation
Use whenever the user asks to address, fix, resolve, review, or respond to pull-request comments or review feedback.
development
Apply Not Matthias's Rust-first personal coding style. Use whenever the user explicitly asks to apply or review their code style, make Rust match their preferences, perform a style pass, or simplify/refactor according to their conventions. Inspect only task-touched code, honor local project conventions first, and make only safe opt-out style edits.
development
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.