From gist-writer
Publish a collaborative debug write-up as a GitHub gist — symptom, environment (auto-detected), investigation, root cause, fix, verification, and notes for other agents. Use when the user and Claude debugged something together and want to share the post-mortem. Visibility is a parameter; defaults to the user's configured preference. Public publishes go through scrub-pii first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gist-writer:debug-writeup-gistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for **collaborative debug post-mortems** — the user hit a problem, Claude helped work it out, and the goal is to publish a write-up that helps the next person (or agent) solve the same thing faster.
Use this for collaborative debug post-mortems — the user hit a problem, Claude helped work it out, and the goal is to publish a write-up that helps the next person (or agent) solve the same thing faster.
For Claude-authored solutions where the user wasn't really part of the debug, use claude-solution-gist instead.
public or private. Same resolution as claude-solution-gist: explicit arg → config default → fall back to private. Confirm once before any public publish.If include_environment_block: true in config (default), gather these and pre-fill the Environment section. Only include rows that are relevant to the bug — don't pad it.
| Field | Command |
|---|---|
| OS + version | lsb_release -ds or cat /etc/os-release (PRETTY_NAME) |
| Kernel | uname -r |
| Desktop / session | echo $XDG_CURRENT_DESKTOP $XDG_SESSION_TYPE |
| Architecture | uname -m |
| Relevant package | apt list --installed <pkg> 2>/dev/null or dpkg -l <pkg> |
| Python / Node / etc. | python3 --version, node --version (only if relevant) |
| Hardware quirk | only if load-bearing (e.g. specific GPU / audio device) |
Render the block as a markdown table or fenced block — whichever reads cleaner for the bug class. Always strip hostnames from the auto-collected output before embedding.
templates/debug-writeup.md.visibility=public, invoke scrub-pii. Pay extra attention to:
ip a / journalctl output.github-gist MCP (create_public_gist / create_private_gist), or fall back to gh gist create.journalctl dumps or multi-screen log paste-ins. Trim to the lines that matter and link to the source if longer context is needed.scrub-pii on public publishes.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin gist-writer