By musingfox
Render markdown and Mermaid diagrams as formatted HTML with syntax highlighting, math, and interactive controls
Collaborate with the user by opening a shared markdown file in their terminal editor. Triggers when asking the user to review/edit content, or when user requests collaborative editing. Detects completion signals in both English and Traditional Chinese.
Render markdown content or files as formatted HTML in the browser. Triggers when user asks to view, render, or preview a document as HTML, or when presenting lengthy structured content (tables, diagrams, plans) that would be more readable as a web page than terminal output. Also triggers proactively when about to render a table with 4+ rows or 3+ columns, structured comparisons, audits, or any output exceeding 50 lines of formatted content in the terminal.
Display Mermaid diagrams as interactive HTML pages. Activated when the user asks to visualize, diagram, chart, or draw system architecture, data flows, process workflows, sequence diagrams, class diagrams, state machines, ER diagrams, or any relationships better shown graphically. Renders as HTML by default; PNG/SVG only when explicitly requested.
Activated when the user asks to set, change, or configure Mermaid diagram colors or themes, mentions theme names like Tokyo Night, Nord, Catppuccin, Dracula, GitHub, or Solarized, or asks about available color schemes for diagrams.
Routes collaborative document editing to the optimal method based on the user's environment. Activated when the user wants to EDIT content (not just view it), or when Claude wants the user to review and modify a draft. Checks terminal type and available tools to choose between browser editor, terminal split editor, or fallback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal marketplace for Claude Code plugins focused on developer productivity and Agent-First workflows.
Add this marketplace to your Claude Code:
/plugin marketplace add musingfox/cc-plugins
Your personal development squad powered by Agent-First workflow:
hive.json, pm.json, arch.json, dev.json)/omt "goal" → autonomous planning → consensus gate → executionInstallation:
/plugin install omt
Generate and display high-quality diagrams instantly:
/diagram asks what to visualize and creates itmermaid-theme skillmmdc if installed, falls back to npx automaticallyInstallation:
/plugin install viz
Sandbox configuration: The viz plugin writes HTML output to /tmp/viz/. If you have sandbox enabled, add this to your .claude/settings.json or ~/.claude/settings.json:
{
"sandbox": {
"filesystem": {
"allowWrite": ["//tmp/viz"]
}
}
}
Workflow commands and Git-to-jj translation for Jujutsu:
/jj-status, /jj-sync, /jj-submit, /jj-clean, /jj-undoInstallation:
/plugin install jj
Fetch Apple Podcasts episode audio download URLs:
Installation:
/plugin install apple-podcasts
Experimental agentic workflow based on the Context + Goal + Tools principle:
/cf "goal" runs the full pipelineInstallation:
/plugin install context-flow
Interact with Google Workspace services via the gogcli CLI:
--dry-run preview before executionbrew install gogcli + gog auth add <email>Installation:
/plugin install gog
Convert non-plain-text files to Markdown using MarkItDown:
/convert skill for direct file-to-markdown conversionpip install markitdown or uv tool install markitdownInstallation:
/plugin install markitdown
npx claudepluginhub musingfox/cc-plugins --plugin vizJujutsu (jj) VCS helper: workflow commands, natural language operations, and Git-to-jj translation
Fetch Apple Podcasts episode audio download URLs via iTunes API and RSS feeds
Contract-driven development pipeline with human-in-the-loop decision gating — agents defined by what they see, not who they are
One-stop hook setup assistant — detect project environment, generate Claude Code hooks and git pre-commit scripts with security checks, code quality gates, and CLAUDECODE skip logic
Interact with Fizzy via the Fizzy CLI — manage boards, cards, columns, comments, steps, reactions, tags, users, notifications, pins, webhooks, and account settings
Generate, validate, render Mermaid diagrams from text or code
MCP server for previewing Mermaid diagrams in Claude Code
Diagrams-as-code tools for visualizing code, data, and systems using Mermaid and PlantUML
General development utilities including Mermaid diagram creation for software documentation
Excalidraw diagramming toolkit — auto-diagram any codebase, architecture diagrams, data flows, with PNG/SVG/URL export
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns