スキル一覧に戻る
ben-mad-jlp

collab-start

by ben-mad-jlp

Real-time Mermaid diagram collaboration server with MCP integration for Claude Code

0🍴 0📅 2026年1月26日
GitHubで見るManusで実行

SKILL.md


name: collab-start description: Start the mermaid-collab server and begin a collab session user-invocable: true allowed-tools: Bash, Skill

Start Collab

Quick-start command that ensures the server is running and launches a collab session.


Step 1: Check Server Status

curl -s http://localhost:3737 > /dev/null 2>&1 && echo "running" || echo "not running"

Step 2: Start Server If Needed

If not running:

Get the plugin install path and start the server:

bun run <plugin-path>/bin/mermaid-collab.ts start

Where <plugin-path> is the directory containing this skill (the plugin root).

To find the plugin path, use the path of this skill file and go up two directories:

  • This skill is at: <plugin-path>/skills/collab-start/SKILL.md
  • Plugin root is: <plugin-path>/

Wait for server to start (the CLI will confirm).

If already running: Continue to Step 3.


Step 3: Invoke Collab Skill

Invoke skill: collab

This hands off to the collab skill which will:

  • Show existing sessions or create a new one
  • Guide through the full collab workflow

Notes

  • This is a convenience command combining server startup + collab workflow
  • The server runs in background and persists across sessions
  • Use bun run <plugin-path>/bin/mermaid-collab.ts stop to stop the server manually

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です