Add the marketplace
/plugin marketplace add dinhnguyen/claude-pluginsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Serve docs/superpowers/{specs,plans}/*.md as styled HTML on a Tailscale-reachable HTTP server so spec/plan drafts can be reviewed from any device. Renders Markdown plus client-side Mermaid + Graphviz diagrams. Auto-invokes right after superpowers:brainstorming or superpowers:writing-plans writes a doc, highlighting the freshly-written file.
Open a GitHub pull request by dispatching the repo's create-pr.yml workflow via gh CLI. Synthesizes a Conventional-Commits title + Summary/Test-plan body from the commit range so the PR has real content. Requires a .github/workflows/create-pr.yml workflow_dispatch in the target repo.
Address CodeRabbit (or similar bot) review comments on a GitHub PR end-to-end: fetch inline + review-body comments, skip resolved threads, build a checklist, verify each finding against current code, apply fixes, push, batch-reply, and resolve threads.
Dark fintech/blockchain PowerPoint deck builder. 29 slate-palette HTML slide templates (title, problem, KPI, horizontal + 3 vertical timeline variants, pricing, roadmap, scoring tiers, etc.) converted to .pptx via Playwright + PptxGenJS. Bundles 39 cyan icon PNGs (FontAwesome via react-icons), 12 gradient step-number PNGs, and pre-rendered glow backgrounds. Default tone is slate (Tailwind-aligned); custom palettes supported via gen-assets/icons/numbers scripts + sed hex swap in workdir slides.
View Mermaid diagrams from the current conversation in a browser. Reads each chat ```mermaid block, writes it to a .mmd file, and serves them rendered on a Tailscale-reachable HTTP server with bundled mermaid.js (fully offline). The page lists all diagrams (newest first), renders the newest by default, has light/dark toggle, copyable source, and per-diagram fullscreen with zoom + pan. The server auto-stops ~3 min after the last tab closes. Trigger with /view-mermaid.