소스 정보
- 저장소
- rdmptv/AdbAutoPlayer
- 최근 소스 활동
- 2025년 12월 3일 16:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/rdmptv/AdbAutoPlayer --skill moai-library-mermaid명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Base navigation patterns for Android device automation - gestures, waits, and UI interaction
Screen understanding with OCR and template matching for Android device automation
Meta-tool for rapid adb-* skill creation from templates
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