用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rdmptv/AdbAutoPlayer --skill moai-library-mermaid命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | moai-library-mermaid |
| description | Enterprise Mermaid diagramming skill for Claude Code using MCP Playwright |
| version | 7.0.0 |
| modularized | true |
| last_updated | "2025-11-30T00:00:00.000Z" |
| compliance_score | 70 |
| auto_trigger_keywords | ["library","mermaid"] |
| color | red |
Pure skill-based Mermaid rendering for Claude Code with MCP Playwright integration.
Skill("moai-library-mermaid")
This skill provides:
Once you have your Mermaid code:
# This skill integrates with MCP Playwright
# You can use the playwright MCP server to render the diagram
# The MCP server is configured in .claude/mcp.json
The MCP configuration in .claude/mcp.json enables:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@anthropic-ai/playwright-mcp"]
}
}
}
See examples.md for complete working examples of all 21 diagram types.
Idle → Processing → Complete
↓ ↓ ↑
Error ────────────────┘
examples.md and reference.md in this skillFor Mermaid syntax questions:
examples.md for working examplesreference.md for official documentation linksFor Claude Code integration:
.claude/mcp.json has Playwright configurednode --version)npx @anthropic-ai/playwright-mcp --version)Version: 6.0.0-skill-edition Last Updated: 2025-11-20 Focus: Pure skill-based Mermaid rendering with MCP Playwright
The skill provides complete syntax for your diagram type:
flowchart TD
Start([Start]) --> Input[Input Data]
Input --> Process{Validation}
Process -->|Valid| Calculate[Calculate Result]
Process -->|Invalid| Error[Error Handler]
Calculate --> Output[Output]
Error --> Output
Output --> End([End])
sequenceDiagram
participant User
participant API
participant Database
User->>API: GET /users
API->>Database: SELECT * FROM users
Database-->>API: User records
API-->>User: JSON response
C4Context
title System Context diagram for Internet Banking System
Enterprise_Boundary(b0, "Banking System") {
Person(customer, "Banking Customer", "A customer is a human using the banking system")
System(banking_system, "Internet Banking System", "Allows customers to check accounts and make payments")
}
System_Ext(mail_system, "E-mail System", "The internal Microsoft Exchange e-mail system")
Rel(customer, banking_system, "Uses", "HTTP/HTTPS")
Rel(banking_system, mail_system, "Sends e-mail using", "SMTP")
UpdateElementStyle(customer, $fontColor="white", $bgColor="lightblue", $borderColor="darkblue")
UpdateElementStyle(banking_system, $fontColor="white", $bgColor="blue", $borderColor="darkblue")
UpdateElementStyle(mail_system, $fontColor="white", $bgColor="orange", $borderColor="darkorange")
This skill is designed for use within Claude Code during:
/moai:1-plan) - Design system diagrams/moai:3-sync) - Create visual documentationSystem Context
└─ API Gateway
└─ Backend Services
└─ Database
└─ Cache Layer
Client → API Gateway → Service A → Database
→ Service B → Cache
Extract → Transform → Load → Validate → Report
Skill("moai-library-mermaid")
Latest stable version: 10.x
Agents:
Skills:
Commands:
/moai:3-sync - Documentation with diagrams/moai:1-plan - SPEC with diagrams