SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill uml-diagrams명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SKILL.md 표시 중
| name | uml-diagrams |
| description | >- Use when this capability is needed. |
Maintainers: Canonical long-form copy also lives in
.skill/skills/uml-mcp-diagrams/SKILL.md. Keep tool tables andoutput_dirwording aligned with the Smithery bundle uml-skill.
Produce valid diagram_type and DSL code, call generate_uml, and give the user the url (and playground when present). Prefer URL-first output: omit output_dir / use null unless the user wants files on disk (local stdio only).
diagram_type is unclear, use list_diagram_types or read uml://types / uml://formats before generate_uml.diagram_type to the language of code (e.g. Mermaid body → mermaid; @startuml → plantuml or the specific Kroki PlantUML subtype when applicable).validate_uml before heavy retry loops or on pasted diagram source.url plus a short copy of code so the user can edit and regenerate.diagram_type or output_format; confirm from uml://types / uml://formats or list_diagram_types.code—only valid diagram DSL.output_dir unless the user asked for saved files (not applicable to the default HTTP deployment).uml://types / uml://capabilities when the type is ambiguous.uml://templates, uml://examples, or uml://recipes for starters.validate_uml with strict: true for stricter Mermaid/D2 checks.generate_uml, validate_uml, list_diagram_types, generate_uml_batchuml://types, uml://formats, uml://templates, uml://examples, uml://capabilities, uml://recipes, uml://server-info, uml://workflow, plus URIs from resources/listPrompts (when exposed): uml_diagram, uml_diagram_with_thinking, class_diagram, sequence_diagram, activity_diagram, usecase_diagram, mermaid_sequence_api, mermaid_gantt, bpmn_process_guide, c4_model, wireviz_harness, bpmn_executable_process, convert_class_to_mermaid, algorithm_explainer, paper_concept_diagram.
| Field | Notes |
|---|---|
diagram_type | Required; must match server-supported keys. |
code | Required; DSL only. |
output_dir | Omit for HTTP MCP (URL + base64 in response). |
output_format | Often svg; check uml://formats for the type. |
theme | PlantUML types only. |
scale | SVG only. |
Highlight url, then playground if present, then local_path only when output_dir was used. On error, fix DSL or types and retry or run validate_uml.
| Intent | Typical diagram_type |
|---|---|
| Classes / associations | class or Mermaid classDiagram |
| Lifelines / messages | sequence or Mermaid sequence |
| Flow / BPMN | activity, bpmn, or Mermaid flowchart |
| Quick charts | mermaid |
| Declarative layout | d2 |
When several fit, prefer what the user named; otherwise prefer the clearest match from uml://types.
Source: antoinebou12/uml-mcp — distributed by TomeVault.