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.
npx skills add GGbond-bo/MemOmics-Agent --skill diagram-designgit clone --depth 1 https://github.com/GGbond-bo/MemOmics-AgentWrote 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.
[](https://agentmods.dev/skills/ggbond-bo/memomics-agent/diagram-design)<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/diagram-design"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/diagram-design/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.
<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/diagram-design"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/diagram-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00145 | $0.09501 |
| Opus 5 | $0.00072 | $0.04751 |
| Sonnet 5 | $0.00029 | $0.01900 |
| Haiku 4.5 | $0.00015 | $0.00950 |
Grade A, and why
diagram-design 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.
This is a copy
84% identical to diagram-design — 121 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 569 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Diagram Design
Create visual diagrams as self-contained HTML files with inline SVG and CSS, following an opinionated editorial design system.
Twenty-seven visual types. Semantic patterns describe behavior independently; type references describe layout. Details load from references/ only when selected.
0. First-time setup — style guide gate
Before generating your first diagram in a new project, verify the style guide has been customized.
Don't silently ship default-skinned diagrams into a branded project.
Open references/style-guide.md and check the default tokens. If they're still the shipped defaults (paper #f5f5f5, ink #2d3142, accent #eb6c36 atomic-tangerine), pause and ask the user:
"This is your first diagram in this project. The style guide is still at the default (neutral white-smoke + atomic-tangerine). Do you want to customize it to match your brand first? Options: (a) pull from your website URL, (b) extract from an installed skill, (c) extract from a local folder / design-system directory, (d) paste tokens manually, (e) proceed with the default for now."
Then branch:
- (a) → follow
references/onboarding.md § URLto fetch the site, extract palette + fonts, propose a diff, and writestyle-guide.md. - (b) → follow
references/onboarding.md § Skill— ask which skill, read its SKILL.md / CSS / token files, map to semantic roles, propose diff. - (c) → follow
references/onboarding.md § Folder— ask for the path, glob for CSS/JSON/MD token files, map to semantic roles, propose diff. - (d) → accept the user's tokens and write them into
style-guide.mdunder a new "Custom tokens" section. - (e) → proceed; optionally remind the user they can run onboarding later.
Once the style guide has been customized (or the user explicitly opted for default), skip this gate on subsequent runs. A simple way to detect customization: if the accent value in style-guide.md differs from #eb6c36, assume custom.
What ships with it
60 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.
- assets/example-architecture-dark.html 12 KB
- assets/example-architecture.html 12 KB
- assets/example-bar.html 8.7 KB
- assets/example-data-flow.html 13 KB
- assets/example-flowchart.html 9.0 KB
- assets/example-gantt.html 9.8 KB
- assets/example-layers.html 6.7 KB
- assets/example-line.html 7.3 KB
- assets/example-process.html 15 KB
- assets/example-radar.html 7.7 KB
- assets/example-sequence.html 13 KB
- assets/example-skeletal-muscle.html 9.3 KB
- assets/example-timeline.html 7.2 KB
- assets/example-tree.html 11 KB
- assets/example-venn.html 5.0 KB
- assets/template-dark.html 3.1 KB
- assets/template-full.html 22 KB
- assets/template-motion.html 19 KB
- assets/template-terminal.html 4.8 KB
- assets/template.html 3.2 KB
- README.zh.md 1.5 KB
- references/animation.md 12 KB
- references/export.md 7.7 KB
- references/import-drawio.md 13 KB
- references/import-mermaid.md 8.4 KB
- references/onboarding.md 12 KB
- references/output-spec.md 10 KB
- references/primitive-annotation.md 1.7 KB
- references/primitive-icons.md 104 KB
- references/primitive-sketchy.md 1.7 KB
- references/primitive-terminal.md 3.8 KB
- references/semantic-patterns.md 10 KB
- references/style-guide.md 8.4 KB
- references/type-architecture.md 4.9 KB
- references/type-bar.md 2.7 KB
- references/type-data-flow.md 21 KB
- references/type-dp-integration.md 22 KB
- references/type-dp-security-matrix.md 19 KB
- references/type-er.md 1.1 KB
- references/type-flowchart.md 1.1 KB
- references/type-gantt.md 2.4 KB
- references/type-high-level.md 26 KB
- references/type-it-state.md 29 KB
- references/type-layers.md 1.5 KB
- references/type-line.md 2.3 KB
- references/type-loop.md 12 KB
- references/type-medallion.md 22 KB
- references/type-nested.md 1.4 KB
- references/type-org-chart.md 3.0 KB
- references/type-process.md 28 KB
- references/type-pyramid.md 1.7 KB
- references/type-quadrant.md 6.1 KB
- references/type-radar.md 5.5 KB
- references/type-scatter.md 2.2 KB
- references/type-sequence.md 6.5 KB
- references/type-state.md 1.1 KB
- references/type-swimlane.md 991 B
- references/type-timeline.md 1.0 KB
- references/type-tree.md 1.2 KB
- references/type-venn.md 1.6 KB
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.
- 9d ago First seen · 569 lines · 145 tokens per session scan A 40930c119b3f
diagram-design is a skill published in the GitHub repository GGbond-bo/MemOmics-Agent (19 stars, last pushed 2d ago), licensed MIT. It adds 145 tokens to every session and 9,501 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to diagram-design, differing in 121 lines, and is treated as a copy.
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.
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.
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).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
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.
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.