excalidraw-normalizer

excalidraw-normalizer is a skill for Codex from TatsukiMeng/ai-native-engineering. It costs 90 tokens per session (592 once invoked), scanned A, original, MIT.

A workflow for cleaning and arranging Excalidraw diagrams, which are editable drawings used for architecture, topology, process, and system diagrams.

In plain words
What is it for?
Use it to bind labels to nodes, preserve connections when moving elements, arrange diagrams in grids or hierarchies, clean connectors, run editor recalculation, and export transparent PNGs.
Why use it?
It fixes relationships between diagram elements and improves layout and transparent exports so diagrams remain editable and readable.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to bind labels to nodes, preserve connections when moving elements, arrange diagrams in grids or hierarchies, clean connectors, run editor recalculation, and export transparent PNGs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TatsukiMeng/ai-native-engineering --skill excalidraw-normalizer
Clone the repo
git clone --depth 1 https://github.com/TatsukiMeng/ai-native-engineering

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for excalidraw-normalizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer/github.svg)](https://agentmods.dev/skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer)
Your own site
<a href="https://agentmods.dev/skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer"><img src="https://agentmods.dev/badge/skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for excalidraw-normalizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer"><img src="https://agentmods.dev/badge/skills/tatsukimeng/ai-native-engineering/excalidraw-normalizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 592 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00090 $0.00592
Opus 5 $0.00045 $0.00296
Sonnet 5 $0.00018 $0.00118
Haiku 4.5 $0.00009 $0.00059

Measured 9d ago against content hash 0d7588b9e40b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

excalidraw-normalizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/excalidraw-normalizer/SKILL.md · 44 lines

What it actually says

Excalidraw 规范化

概览

用这个 skill 把 Excalidraw 场景从“看起来差不多”推进到“可维护、可发布”。

默认目标:

  • 节点标签跟随节点移动
  • 节点移动时连接关系不脱落
  • 几何布局符合简单、可复用的模式
  • 透明导出在夜间模式下可用
  • 仅靠 JSON 不足以把连线排好时,交给编辑器做一次规范化重算

工作流

  1. 先处理结构,不先抠视觉修饰。
  2. 先把标签和连接关系绑好,再优化布局。
  3. 用简单几何模型重排,例如 star、ring、grid、lane、hierarchy。
  4. 如果连线质量依赖锚点选择,手写的 connector points 只能视为临时结果。
  5. 当线段还需要编辑器的重算能力时,做一次 Excalidraw editor pass。
  6. 布局稳定后,再用仓库内渲染器导出。

规则

  • 节点内部文字优先使用 containerId
  • 连接优先使用带 startBindingendBindingarrow
  • 保持 boundElements 与连接图形同步。
  • 优先拆成多个小图,不要堆成一张过载大图。
  • 文档资产默认导出透明背景。
  • 透明导出时避免深色细线,优先更亮的蓝、紫、青,并适当加粗。
  • 如果拖动节点后图会散,就不能把它当成完成品。

参考

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 44 lines · 90 tokens per session scan A 0d7588b9e40b

Subscribe to this mod's changes

excalidraw-normalizer is a skill published in the GitHub repository TatsukiMeng/ai-native-engineering (58 stars, last pushed 4mo ago), licensed MIT. It adds 90 tokens to every session and 592 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens