Nick's Claude Code Plugin Marketplace
Personal marketplace for Claude Code plugins focused on developer productivity and Agent-First workflows.
Installation
Add this marketplace to your Claude Code:
/plugin marketplace add musingfox/cc-plugins
Available Plugins
OMT - One Man Team
Your personal development squad powered by Agent-First workflow:
- 5 Core Agents: @hive (lifecycle coordinator), @pm (requirements), @arch (architecture), @dev (TDD implementation), @reviewer (code review + commit)
- Contract-First Design: Defined input/output contracts between agents (
hive.json, pm.json, arch.json, dev.json)
- One Command:
/omt "goal" → autonomous planning → consensus gate → execution
- Quality Assurance: Automated code review and git commit workflows
- State Synchronization: PostToolUse hooks for automatic state tracking
Installation:
/plugin install omt
Mermaid Visualization
Generate and display high-quality diagrams instantly:
- Interactive Command:
/diagram asks what to visualize and creates it
- Universal Support: Flowcharts, sequence diagrams, class diagrams, state machines, ER diagrams, Gantt charts, pie charts
- 8 Color Schemes: Tokyo Night, Nord, Catppuccin, Dracula, and more via
mermaid-theme skill
- Zero Friction: Automatically opens PNG/SVG in your viewer
- Configurable: Environment variables for themes, background, resolution, color scheme
- Smart Detection: Uses
mmdc if installed, falls back to npx automatically
Installation:
/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"]
}
}
}
Jujutsu (jj) VCS Helper
Workflow commands and Git-to-jj translation for Jujutsu:
- 5 Workflow Commands:
/jj-status, /jj-sync, /jj-submit, /jj-clean, /jj-undo
- Natural Language VCS: Describe operations like "split this change" or "squash the last two changes"
- Git Translation: Automatically translates Git terminology to jj equivalents in jj repos
- Auto-Detection: Supports both colocated (jj + git) and native jj repositories
Installation:
/plugin install jj
Apple Podcasts
Fetch Apple Podcasts episode audio download URLs:
- iTunes API Pipeline: Resolves episode audio URLs via iTunes Lookup API + RSS feed parsing
- Zero Browser: No scraping needed — pure HTTP API workflow
- Auto-Triggered: Activated when you share an Apple Podcasts URL or ask to download podcast audio
Installation:
/plugin install apple-podcasts
Context Flow (Experimental)
Experimental agentic workflow based on the Context + Goal + Tools principle:
- Core Idea: Agents are defined by what context they see and what tools they have — not by role-based personas
- 4-Phase Pipeline: Research → Plan → Implement → Review, with contract validation between phases
- Contract as Context: Each phase's output schema serves as binding constraints for the next phase, enforced structurally (not via prompt)
- Minimal Agent Definitions: Agent prompts are 1-16 lines; constraints come from context isolation and tool restrictions
- Human Gate: Plan review before implementation — the highest-leverage review point
- Single Command:
/cf "goal" runs the full pipeline
Installation:
/plugin install context-flow
gog (Google Workspace)
Interact with Google Workspace services via the gogcli CLI:
- 3 Specialized Skills: Gmail, Calendar, Drive — each triggered by natural language
- Gmail: Search, send, reply, threads, labels, drafts, attachments
- Calendar: Events, create, update, delete, freebusy, conflicts, RSVP, focus-time, OOO
- Drive: List, search, upload, download, export, share, copy, move, permissions
- Safety-First: All destructive operations require
--dry-run preview before execution
- Prerequisites:
brew install gogcli + gog auth add <email>
Installation:
/plugin install gog
MarkItDown
Convert non-plain-text files to Markdown using MarkItDown:
- Wide Format Support: PDF, Word, PowerPoint, Excel, images, audio, HTML, EPUB, CSV, JSON, XML, ZIP
- Auto-Triggered: Activates when you ask to read, analyze, or summarize non-text files
- Explicit Conversion:
/convert skill for direct file-to-markdown conversion
- Prerequisite:
pip install markitdown or uv tool install markitdown
Installation:
/plugin install markitdown
ADR (Architecture Decision Records)