gh-gist
Installation
SKILL.md
What I do
- Guide local file creation and editing before pushing to gist
- Provide gh CLI commands for gist create/update/view operations
- Optimize for token efficiency by recommending Edit tool for iterations
When to use me
Use this when building documents iteratively (analysis reports, proposals, design docs) that need external sharing via gist. The local-first approach avoids full-content tool calls on every edit.
Workflow
- Create/edit file locally in workspace root or
/tmp/ - Use Edit tool for incremental changes (offset edits, not full rewrites)
- Push to gist only when ready for external review