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.
npx claudepluginhub opendatahub-io/ai-helpers --plugin odh-ai-helpersThis skill is limited to using the following tools:
Upload content from the current conversation (a plan, summary, analysis, or other output) as a GitHub Gist using the `gh` CLI.
Bundles code files with local imports into shareable markdown or GitHub gists. Generates project context like CLAUDE.md using bash scripts and GitHub CLI.
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.
Facilitates GitHub contribution workflows including creating/updating pull requests, issues, discussions, and comments using GitHub CLI with semantic analysis for titles and descriptions.
Share bugs, ideas, or general feedback.
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>
--public