From odh-ai-helpers
Uploads summaries, plans, analyses, or other conversation content to GitHub Gists using the gh CLI, formatting as markdown in temp files and sharing the secret gist URL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odh-ai-helpers:gist-uploadThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Upload content from the current conversation (a plan, summary, analysis, or other output) as a GitHub Gist using the `gh` CLI.
Upload content from the current conversation (a plan, summary, analysis, or other output) as a GitHub Gist using the gh CLI.
gh CLI must be installed and authenticated (gh auth status should succeed)This skill triggers when the user asks to upload conversation content to a gist, for example:
plan.md, summary.md, analysis.mdmigration-plan.mdgh gist create/tmp/gh:
gh gist create /tmp/<filename>
--publicnpx claudepluginhub jeremyeder/ai-helpers-plugin --plugin odh-ai-helpersSaves the latest implementation plan from docs/plans/ to a GitHub issue with repo, branch, and directory context for execution in a separate Claude Code session.
Stages all changes, commits tersely, pushes to claude/* branch if needed, and opens draft GitHub PR with detailed description using authenticated gh CLI. Use on explicit request for one-flow PR creation.
Provides GitHub CLI (gh) usage for repos, issues, PRs, releases, gists, and workflow dispatches. Includes safety gates for destructive operations and JSON projection recipes to reduce token usage.