best-practicies-for-drawing-infographic-design

best-practicies-for-drawing-infographic-design is a cursor rule for Cursor from fumito-ito/mdcvalult. It costs 0 tokens per session (709 once invoked), scanned A, original, MIT.

A style guide for turning written information into a hand-drawn infographic: a graphic that explains ideas with text, shapes, icons, arrows, and visual grouping. It specifies a color palette, fonts, layout direction, and drawing elements.

In plain words
What is it for?
Use it when creating HTML infographics with hand-drawn frames, banners, speech bubbles, highlighted keywords, icons, and connected concepts.
Why use it?
It gives infographic work a consistent visual structure instead of requiring design choices from scratch each time.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it when creating HTML infographics with hand-drawn frames, banners, speech bubbles, highlighted keywords, icons, and connected concepts.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-design
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.

Clone the repo
git clone --depth 1 https://github.com/fumito-ito/mdcvalult

Made for: Cursor.

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 best-practicies-for-drawing-infographic-design

README.md
[![agentmods](https://agentmods.dev/badge/rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-design/github.svg)](https://agentmods.dev/rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-design)
Your own site
<a href="https://agentmods.dev/rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-design"><img src="https://agentmods.dev/badge/rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-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.

agentmods 80×15 button for best-practicies-for-drawing-infographic-design

Your own site · 80×15
<a href="https://agentmods.dev/rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-design"><img src="https://agentmods.dev/badge/rules/fumito-ito/mdcvalult/best-practicies-for-drawing-infographic-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 709 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.00000 $0.00709
Opus 5 $0.00000 $0.00354
Sonnet 5 $0.00000 $0.00142
Haiku 4.5 $0.00000 $0.00071

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

Security

Grade A, and why

best-practicies-for-drawing-infographic-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 12d 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.

mdc/best-practicies-for-drawing-infographic-design.mdc · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Objective

Transform the given content into a flawless, graphic recording-style HTML infographic, as if created by a world-class designer. The goal is to achieve the highest standards in both information design and visual aesthetics. Utilize hand-drawn-style shapes and icons to visually represent the content.

Design Specifications

1. Color Scheme

<palette>
  <color name='Fashion-1' rgb='593C47' r='89' g='59' b='70' />
  <color name='Fashion-2' rgb='F2E63D' r='242' g='230' b='60' />
  <color name='Fashion-3' rgb='F2C53D' r='242' g='196' b='60' />
  <color name='Fashion-4' rgb='F25C05' r='242' g='91' b='4' />
  <color name='Fashion-5' rgb='F24405' r='242' g='68' b='4' />
</palette>

2. Graphic Recording Elements

  • Arrange information sequentially from top left to right, then downward.
  • Use Japanese hand-drawn-style fonts (Yomogi, Zen Kurenaido, Kaisei Decol).
  • Incorporate hand-drawn-style frames, arrows, banners, and speech bubbles.
  • Combine text with visual elements (icons, simple shapes).
  • Highlight keywords with colored underlines and marker effects.
  • Connect related concepts with lines or arrows.
  • Effectively place emojis and icons (✏️📌📝🔍📊, etc.).

3. Typography

  • Title: 32px, bold, with a gradient effect.
  • Subtitle: 16px, #475569.
  • Section Headings: 18px, #1e40af, with an accompanying icon.
  • Body Text: 14px, #334155, line height 1.4.
  • Font Import:
    <style>
    @import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Yomogi&family=Zen+Kurenaido&display=swap');
    </style>
    

4. Layout

  • Header: Left-aligned title + right-aligned date/source.
  • Three-column structure: Left 33%, Center 33%, Right 33%.
  • Card-style components: White background, 12px rounded corners, subtle shadow.
  • Consistent spacing and hierarchical structure between sections.
  • Appropriate use of glassmorphism.
  • Full-width layout (100%).

Graphic Recording Techniques

  • Maintain a balance between text and visual elements.
  • Emphasize keywords using frames or color.
  • Visualize concepts with simple icons and shapes.
  • Represent numerical data with concise graphs or charts.
  • Use connecting lines and arrows to clarify relationships.
  • Effectively utilize whitespace for readability.

Read the full file on GitHub · 66 lines

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. 12d ago First seen · 66 lines · 0 tokens per session scan A f1eff28c0c26

Subscribe to this mod's changes

best-practicies-for-drawing-infographic-design is a cursor rule published in the GitHub repository fumito-ito/mdcvalult (33 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 709 tokens. 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.