What problem does it solve? Sharing code snippets and managing GitHub gists normally requires switching to the browser and clicking through the GitHub UI. This Skill lets you handle the entire gist lifecycle directly from your conversation using the gh CLI, with sensible privacy defaults. ## Core Features & Use Cases - Full Gist Lifecycle: Create, list, view, edit, and delete gists, including multi-file gists and forking gists owned by others. - Private by Default: Gists are created as secret unless you explicitly ask for a public one, protecting snippets from search engine indexing. - Flexible Content Sources: Create gists from local files, code pasted in the conversation, or piped stdin content, with correct filenames for syntax highlighting. - Use Case: You just debugged a tricky function in chat and want to share it with a teammate. Ask to gist it, and the Skill writes the code to a properly named temp file, creates a private gist, and returns the shareable URL. ## Quick Start Ask the assistant to create a private gist from the code snippet you just discussed and share the resulting URL.