Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

vibe-active

verified

Freeform collab session for creating diagrams, docs, and wireframes

View on GitHub

Marketplace

mermaid-collab-dev

ben-mad-jlp/claude-mermaid-collab

Plugin

mermaid-collab

Repository

ben-mad-jlp/claude-mermaid-collab
2stars

skills/vibe-active/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/ben-mad-jlp/claude-mermaid-collab/blob/main/skills/vibe-active/SKILL.md -a claude-code --skill vibe-active

Installation paths:

Claude
.claude/skills/vibe-active/
Powered by add-skill CLI

Instructions

# Vibe Active

Freeform collab session mode. No structured workflow - just create content freely.

## Entry Message

Display to user:
```
Vibe session active!

You can freely:
- Create diagrams (Mermaid flowcharts, sequence diagrams, etc.)
- Create documents (markdown design docs, notes)
- Create wireframes (UI mockups with rough hand-drawn styling)

The collab UI is available at http://localhost:3737

When you're done, use /collab-cleanup to archive or delete the session.
```

## Available Actions

In vibe mode, respond to user requests to:

1. **Create diagrams** - Use `mcp__plugin_mermaid-collab_mermaid__create_diagram`
2. **Create documents** - Use `mcp__plugin_mermaid-collab_mermaid__create_document`
3. **Create wireframes** - Use `mcp__plugin_mermaid-collab_mermaid__create_wireframe`
4. **View/edit existing** - Use get/update variants of above
5. **Cleanup** - When user says "done" or invokes /collab-cleanup:
   ```
   Tool: mcp__plugin_mermaid-collab_mermaid__complete_skill
   Args: { "project": "<cwd>", "session": "<session>", "skill": "vibe-active" }
   ```
   Invoke: result.next_skill (will be "collab-cleanup")

## Completion

This skill completes when:
- User explicitly requests cleanup (/collab-cleanup or "I'm done")
- At completion, call complete_skill to transition to cleanup state

## No Structured Workflow

This skill does NOT:
- Track work items
- Require brainstorming phases
- Enforce any particular flow

Just help the user create whatever content they need.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1471 chars