Back to Marketplaces
active

Development marketplace for Mermaid Collab plugin

1plugins
39skills
Ben Maderazo

mermaid-collab

Collaborative design workflows for Claude Code: mermaid diagrams, wireframes, and design-to-implementation pipelines

39 skills

brainstorming

verified

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

brainstorming-clarifying

verified

The CLARIFYING phase discusses each item one at a time to fully understand requirements

brainstorming-exploring

verified

The EXPLORING phase gathers context about the project and forms an initial understanding

brainstorming-transition

verified

Transition from brainstorming to rough-draft skill

brainstorming-validating

verified

The VALIDATING phase runs the completeness gate to ensure design is ready for implementation

collab

verified

Use when starting collaborative design work - creates isolated collab sessions with mermaid-collab server

collab-cleanup

verified

Close out a collab session - archive or delete design artifacts

collab-session-mgmt

verified

Detailed procedures for finding, creating, and resuming collab sessions

collab-start

verified

Start the mermaid-collab server and begin a collab session

collab-work-item-loop

verified

The core orchestration loop that processes work items one at a time

dispatching-parallel-agents

verified

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

executing-plans

verified

Use when executing implementation plans with independent tasks in the current session

executing-plans-execution

verified

Detailed execution logic for the executing-plans skill

executing-plans-review

verified

Verification, drift detection, and snapshot logic for executing-plans

finishing-a-development-branch

verified

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

kodex-fix

verified

Fix flagged Kodex topics by generating updated content

kodex-fix-incomplete

verified

Fill in missing sections of incomplete Kodex topics

kodex-fix-incorrect

verified

Correct factually incorrect Kodex topic content

kodex-fix-missing

verified

Create new Kodex topics for missing documentation

kodex-fix-outdated

verified

Update an outdated Kodex topic by analyzing codebase changes since topic was written

kodex-init

verified

Bootstrap a Kodex knowledge base by analyzing codebase structure and creating topic stubs

mermaid-collab

verified

Create and collaborate on Mermaid diagrams and UI wireframes with real-time preview and team sharing

ready-to-implement

verified

Validate design completion and transition to implementation phase

receiving-code-review

verified

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

rough-draft

verified

Bridge brainstorming to implementation through 4 phases - interface, pseudocode, skeleton, and implementation handoff

rough-draft-handoff

verified

Phase 4 - Hand off to executing-plans with the dependency graph

rough-draft-interface

verified

Phase 1 - Define the structural contracts of the system

rough-draft-pseudocode

verified

Phase 2 - Define the logic flow for each function

subagent-driven-development

verified

Use when executing implementation plans with independent tasks in the current session

systematic-debugging

verified

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

task-planning

verified

Plan operational tasks (docker, installs, organization) that skip TDD

test-driven-development

verified

Use when implementing any feature or bugfix, before writing implementation code

using-git-worktrees

verified

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

using-gui-wireframes

verified

Use when creating or editing UI mockups, screen layouts, or interface designs. Use INSTEAD of ASCII art for any visual UI representation.

using-kodex

verified

Use when project knowledge could help - queries Kodex topics and flags outdated information

verification-before-completion

verified

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

verify-phase

verified

Verify rough-draft phase alignment with design doc

writing-plans

verified

Use when you have a spec or requirements for a multi-step task, before touching code

writing-skills

verified

Use when creating new skills, editing existing skills, or verifying skills work before deployment