원클릭으로
excalidraw
Generate Excalidraw diagrams from a compact DSL with brand-resolved colors. Use for boxes/arrows flow diagrams.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Excalidraw diagrams from a compact DSL with brand-resolved colors. Use for boxes/arrows flow diagrams.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Iteratively improve a feinschliff diagram skill: loop measure, mutate one thing, keep or revert, consolidate, scoring generated output with `feinschliff-builder eval`. Rides the built-in /goal. Use when asked to autoloop against its evals.
Use when a brand pack scaffold exists and you need to close the structural fidelity gap against a source PPTX — runs the verify-loop, then fans out one sub-agent per layout above threshold so each slide is analysed and edited in parallel.
Use when authoring a CLI session recording for the cli-recorder skill. Translates a user's intent ("video of installing kubectl") into a valid recipe.toml through interactive Q&A.
Generate SVG diagrams from a compact DSL with brand-resolved colors. Use for charts, flows, and schematic 2D graphics.
Scaffold v2 `.slide.dsl` layout skeletons for a brand pack from its claude-design HTML. Use when adding new layouts.
Build or polish a brand-compliant PowerPoint deck via the v2 DSL pipeline. Use when the user asks to create a deck, make a presentation, or polish a rough .pptx.
SOC 직업 분류 기준
| name | excalidraw |
| description | Generate Excalidraw diagrams from a compact DSL with brand-resolved colors. Use for boxes/arrows flow diagrams. |
feinbild is a command on your PATH. Expand a .exc.dsl to .excalidraw
(brand colors resolved), then render to PNG.
feinbild excalidraw expand flow.exc.dsl --brand feinschliff # -> flow.excalidraw
feinbild excalidraw render flow.excalidraw # -> flow.png
feinbild verify flow.excalidraw # lint: overflow, overlap, label collision
Primitives: box ellipse diamond dot line zone lane text and
arrow <from> -> <to> [label:"…"]. Set theme dark in the DSL for a dark
canvas. --brand selects the brand; render is brand-agnostic.
examples/evals/evals.json; reusable DSL fixtures in examples/*.exc.dslThe default brand is feinschliff. Override (highest precedence first): an inline
@brand <name> line at the top of the .exc.dsl, then --brand <name> on
feinbild excalidraw expand, then the FEINSCHLIFF_BRAND environment variable.
expand resolves brand colors; render is brand-agnostic.