원클릭으로
beautiful-mermaid
Build publication-grade Mermaid diagrams with consistent styling and SVG-first export for manuscript assets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build publication-grade Mermaid diagrams with consistent styling and SVG-first export for manuscript assets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a standalone image, a visual asset for another artifact, or a complete image-rendered presentation slide. Use when the user asks to generate, illustrate, visualize, make an image for a slide, improve a presentation with generated imagery, or create an image-generated slide. Preserve the explicitly requested output format.
Ship a SciClaw software change through an isolated worktree, implementation, pruning, verification, commit, push, draft pull request, CI closeout, and independent review. Use when asked to ship a job, complete a change through PR, prepare a release candidate, or follow the repository's happy path toward Homebrew release and Data3 deployment.
Use this skill whenever scientific image assets need deterministic preprocessing (resize, crop, convert, DPI normalization, montage/contact sheets) using ImageMagick 7 `magick`.
Use this skill whenever `.pptx` slide decks are created, edited, summarized, templated, merged, or analyzed.
Use this skill whenever spreadsheet files (`.xlsx`, `.xlsm`, `.csv`, `.tsv`) are created, edited, cleaned, analyzed, or converted.
Read, edit, and diff Word documents (.docx) with tracked changes and comments using the docx-review CLI — a .NET 8 tool built on Microsoft's Open XML SDK. Ships as a single 12MB native binary (no runtime). Use when: (1) Adding tracked changes (replace, delete, insert) to a .docx, (2) Adding anchored comments to a .docx, (3) Reading/extracting text, tracked changes, comments, and metadata from a .docx, (4) Diffing two .docx files semantically, (5) Responding to peer reviewer comments with tracked revisions, (6) Proofreading or revising manuscripts with reviewable output, (7) Any task requiring valid tracked-change .docx output with proper w:del/w:ins markup that renders natively in Word.
| name | beautiful-mermaid |
| description | Build publication-grade Mermaid diagrams with consistent styling and SVG-first export for manuscript assets. |
Use this skill when authoring architecture, workflow, or methods diagrams.
```{mermaid}
flowchart LR
A[Question] --> B[Plan]
B --> C[Execution]
C --> D[Evidence + Logs]
D --> E[Manuscript Update]
```