From gist-writer
Create a private (secret) GitHub gist from a file or content using the gh CLI. Use when the user asks to save something as a private gist, secret gist, or "gist this privately".
How this skill is triggered — by the user, by Claude, or both
Slash command
/gist-writer:private-gistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`gh gist create` creates **secret (private) gists by default**. There is no
gh gist create creates secret (private) gists by default. There is no
--secret or --private flag — passing one will fail. The --public flag is
what makes a gist public; omit it for private.
From an existing file:
gh gist create -d "Short description" /path/to/file.md
From multiple files (same gist):
gh gist create -d "Description" file1.md file2.sh
From stdin (requires --filename):
echo "content" | gh gist create -d "Description" --filename notes.md -
Open in browser after creation:
gh gist create -d "Description" -w file.md
-d, --desc — description-f, --filename — filename when reading from stdin-p, --public — make it public (DO NOT pass this for private gists)-w, --web — open in browser after creation/tmp/<name>.md) first.gh gist create -d "..." /tmp/<name>.md.--secret — it doesn't exist and will error.--private — same.--public.npx claudepluginhub danielrosehill/claude-code-plugins --plugin gist-writerProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.