Technical co-pilot for non-engineering teams — health checks, stack review, UX audits, brainstorming, documentation, debugging, and weekly coaching.
Idea companion that turns vague "I want to build X" into a structured 1-page spec through conversation. Senior product advisor personality — curious, encouraging, one question at a time. Challenges assumptions gently. Examples: "help me plan a feature", "brainstorm", "I want to build something"
Quick coaching report that preprocesses session transcripts with shell commands and uses Sonnet for fast, token-efficient analysis. Produces the same HTML coaching report as 10x but skips deep prompt style analysis. Examples: "5x", "quick coaching", "quick insights"
Deep coaching report that dispatches Sonnet subagents to analyze session transcripts in parallel, then synthesizes findings with Opus into a rich HTML coaching report. Includes prompt style personality analysis. Examples: "10x", "deep coaching", "full coaching report"
Structured 6-step debugging workflow for any error in the approved stack. Classifies errors, forms hypotheses, investigates systematically, and documents the trail for future reference. Examples: "help me fix a bug", "debug", "something is broken", "I'm getting an error"
Thorough health audit for internal tools. Runs 80+ checks across reliability, safety, code health, and user experience. Produces a narrative report with billboard status, tiered findings, and actionable fixes. Examples: "check before sharing", "health check", "is this ready to deploy?"
Rules and patterns for internal tools that call Claude API or build MCP servers. Covers model selection, cost management, security, prompt engineering, and MCP server conventions. Auto-activates when a project imports @anthropic-ai/sdk, uses Claude API, builds an MCP server, or when the user asks about AI features, prompt design, or token costs.
Foundation skill for all Mosaic internal tools. Defines the approved tech stack, project structure, security baseline, deployment requirements, and communication standards. Auto-activates for every agent in the plugin — this is the single source of truth for what "good" looks like when non-engineering teams build internal tools with Claude Code.
Templates and rules for creating project documentation: PRDs, tech specs, and Architecture Decision Records (ADRs). Includes mermaid diagram patterns, folder structure conventions, and document lifecycle rules (create, update, refresh). Auto-activates when the user asks to document, create a PRD, write a spec, record a decision, update docs, compare docs to code, or uses the document command.
Capture a rating + short title + description from the user and submit it to the beacon-telemetry dashboard. Three steps: rating (4-point AskUserQuestion), title (one-line text), description (1–3 sentences text). Submission is signed with the shared HMAC key. Honours MOSAIC_BUDDY_TELEMETRY_URL=off.
One-command session save and resume. `/mosaic-buddy handoff <sessionName>` auto-detects intent from the work-log folder: missing → write a fresh handoff; exists & last written by this session → save another checkpoint; exists & written by a different session → resume (read latest, verify repo, brief). NOT context compaction — these are hand-authored, durable files.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Claude Code plugins for Mosaic Wellness teams.
| Plugin | What it does |
|---|---|
| mosaic-buddy | Technical co-pilot — health checks, reviews, brainstorming, docs, debugging, coaching |
| mosaic-admin | Admin MCP plugin for managing page configs (PDPs, widget pages, experiments) via Zeus |
| kai-dev | JIRA-driven development orchestrator — ticket to PR in any repository |
# 1. Add the marketplace (one-time)
/plugin marketplace add mosaic-wellness/claude-plugins
# 2. Install a plugin
/plugin install mosaic-buddy
/plugin install mosaic-admin
# 3. Use it
/mosaic-buddy # interactive menu
/mosaic-buddy doctor # health check your project
/mosaic-admin # manage page configs
plugins/your-plugin-name/.claude-plugin/plugin.json with name, version, description.claude-plugin/marketplace.json at the repo rootscripts/bump.sh <name> minor --commit to version and publishnpx claudepluginhub p/mosaic-wellness-mosaic-buddy-plugins-mosaic-buddyJIRA-driven development orchestrator — takes a ticket and drives it end-to-end: understanding, exploring, planning, building, reviewing, and creating PRs. Works in any repository.
Mosaic Wellness internal-tooling co-pilot — wires Mixpanel, Firebase, New Relic, the Kai orchestrator, and admin-mcp (page configs, PDPs, widget pages, experiments, habit trackers) with brand-aware, context-rich skills. Ships an interactive tools-init wizard that provisions credentials by writing MCP entries directly into ~/.claude.json with literal keys — no env-var indirection by default.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows