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 agentmods add skills/fmind/dotfiles/fmind-visualsnpx skills add fmind/dotfiles --skill fmind-visualsgit clone --depth 1 https://github.com/fmind/dotfilesWhat 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 | $0.00053 | $0.01136 |
| Opus 5 | $0.00026 | $0.00568 |
| Sonnet 5 | $0.00011 | $0.00227 |
| Haiku 4.5 | $0.00005 | $0.00114 |
Grade A, and why
fmind-visuals 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fmind Visual Communication
Create calm, exact, spacious technical visuals that feel native to www.fmind.dev. Read ~/fmind/publications/BRANDING.md and ~/fmind/publications/IDENTITY.md when available; the bundled Fmind theme reference is the portable fallback.
Canonical Tool Choice
| Need | Tool | Boundary |
|---|---|---|
| Slides, talks, workshops, LinkedIn documents | Slidev | Default for every new deck |
| Flow, sequence, state, class, ER, compact technical diagram | Mermaid | Default for every new diagram |
| Durable architecture model with multiple generated views | LikeC4 | Use when the model, not one image, is the source of truth |
| Existing D2 source or bespoke standalone composition | D2 | Specialist fallback |
Slidev and LikeC4 publish their own upstream skills; this repository does not vendor them. Install either on demand with the agent-skills workflow when a task needs the full DSL or CLI detail.
Do not create a custom HTML deck, Typst deck, PowerPoint source, or generated raster diagram unless the user explicitly requests that format or an existing project requires it.
Brand Contract
- Heading font: Outfit Variable.
- Body font: Inter Variable.
- Background:
#0F172A. - Panel:
#1E293B. - Foreground:
#F8FAFC. - Muted:
#CBD5E1. - Primary accent:
#646CFF. - Border:
#334155. - Voice: calm, exact, pragmatic, technically grounded, and explicit about trade-offs.
- Use the canonical logo and font files from
~/fmind/publications/assets/fmind/; copy them into the deliverable rather than linking to a private local path. - Use the Bleeding Agent palette only when the user explicitly asks for that sub-brand.
What ships with it
4 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.
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.
- 2d ago First seen · 85 lines · 53 tokens per session scan A fa0db41e45f1
fmind-visuals is a skill published in the GitHub repository fmind/dotfiles (4 stars, last pushed 2d ago), licensed MIT. It adds 53 tokens to every session and 1,136 once invoked, about $0.0003 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-31.
Other skills, from other repositories
excalidraw-diagram
Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "diagram", "standard excalidraw", "animate".
lov-business-card
Generate a professional, editorial-style business card (2:1) as a high-resolution PNG and a self-contained interactive HTML. Collects the user's identity (name, roles, tagline, interests, locations, optional avatar), fills a parameterized design template with a chosen theme, and renders it via headless Chrome. Trigger…
poster-style-transfer
Analyze an uploaded or local reference poster, extract its reusable design system, and transpose that system to an original poster with a new theme, title, subtitle, or campaign copy.
preview-svg
Render and preview SVG animations in the browser with play/pause, timeline scrubbing, zoom & pan, code view, and export. Use when explaining a concept visually with an animated SVG (SMIL, CSS keyframes, or inline-JS), prototyping path-draw / morph / motion-path effects, or iterating on an animated icon, logo, or…
ghostty-shaders
Write, debug, and optimize custom GLSL shaders for the Ghostty terminal. Covers Ghostty's Shadertoy-compatible GLSL ES 3.0 dialect, its terminal-specific uniforms (cursor position and color, focus state, event timestamps), the unsupported Shadertoy uniforms, focus-gated performance patterns, and adapting shaders from…
style-brand
Frame and document a project's visual identity: terminal theme, font, demo capture pipeline, asset conventions. Use when establishing or maintaining brand consistency. Ships an example brand (Cyberdream + MonaspiceNe + teasr) as a template, not a mandate.