markdy-com: Skill for Cursor

.agents/skills/markdy-visual-capture/SKILL.md

markdy-visual-capture is a skill for Cursor from HoangYell/markdy-com. It costs 41 tokens per session (1,031 once invoked), scanned A, original, MIT.

A workflow for capturing polished landscape diagrams from the Markdy studio or playground, then cleaning and decorating the images with its mascot. It uses browser automation to produce documentation or promotional visuals.

In plain words
What is it for?
Use it to create screenshots for Markdy documentation, marketing materials, social posts, or blog articles.
Why use it?
It makes technical diagrams consistent and ready for publication without manually taking and decorating screenshots.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin. Also seen: installed under .agents/ (shared by several agents).

This is HoangYell/markdy-com's own configuration. It tells Cursor how to work on markdy-com itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything markdy-com configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/generate-all-decorated-images.mjs.

Part of the markdy plugin — 3 skills, 2 commands, 1 agent shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to HoangYell/markdy-com. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/HoangYell/markdy-com/main/.agents/skills/markdy-visual-capture/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/HoangYell/markdy-com

Made for: Cursor.

Or install markdy, the plugin that ships this one along with the rest of its 3 skills, 2 commands, 1 agent.

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 markdy-visual-capture

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangyell/markdy-com/markdy-visual-capture.svg)](https://agentmods.dev/skills/hoangyell/markdy-com/markdy-visual-capture)
Your own site
<a href="https://agentmods.dev/skills/hoangyell/markdy-com/markdy-visual-capture"><img src="https://agentmods.dev/badge/skills/hoangyell/markdy-com/markdy-visual-capture.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,031 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00041 $0.01031
Opus 5 $0.00020 $0.00515
Sonnet 5 $0.00008 $0.00206
Haiku 4.5 $0.00004 $0.00103

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

Security

Grade A, and why

markdy-visual-capture 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 8d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/capture-playground-scenes.mjs, scripts/decorate-landscape-scenes.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/markdy-visual-capture/SKILL.md · 85 lines

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.

Markdy Visual Capture & Mascot Decoration Skill

This skill teaches the agent how to capture crisp 2× Retina screenshots from the live Markdy studio / playground (http://markdy.com/playground/ or local dev server) and decorate them into landscape (16:9 widescreen, 1600×900) documentation assets matching the og-markdy.png aesthetic.


🎨 Visual Composition Rules

  1. Landscape 16:9 Format: All documentation images must use 1600×900 px rendered at deviceScaleFactor: 2 (3200×1800 virtual resolution) and saved as optimized .webp.
  2. Dominant Main Window: The main diagram window card takes up ~95% of the canvas width, framed with a clean macOS titlebar (🔴 🟡 🟢 traffic light dots and scene tags).
  3. Mascot Placement: The cute Markdy axolotl mascot (docs/images/mascot/markdy.png) sits at the bottom-right corner, naturally overlapping the frame without obscuring key diagram nodes.
  4. Speech Bubble Explanations: Positioned directly above the mascot, providing concise, human-readable explanations of the architectural mechanics (e.g. how Redis caches slugs in under 2ms, how Kubernetes Ingress terminates TLS).
  5. 3D Icon Pinned Sticky Note: An enlarged yellow sticky note is positioned at the bottom-left corner, pinned at its top-left by the 3D glossy Markdy hexagon icon (docs/images/mascot/3d-icon.png).
  6. No Center Link Distractions: Do NOT draw heavy magical beams or lines crossing over the diagram content. The diagram must remain clear, sharp, and dominant.
  7. Brand Top Bar: Sleek header with the 3D Markdy icon, Markdy.com logo, and 3D architectural pattern badges.

🛠️ Step-by-Step Execution Workflow

Step 1: Capture Raw Playground Scenes

To capture clean diagram scenes from http://markdy.com/playground/:

node .agents/skills/markdy-visual-capture/scripts/capture-playground-scenes.mjs

This script:

  • Connects to Google Chrome headless.
  • Switches the playground to canvas-only view (#view-canvas-btn).
  • Iterates through the dropdown examples (#quick-example-select).
  • Scrubs the timeline slider (#timeline-range) to 80% progress so flow edges, requests, and active cues are visible.
  • Triggers auto-zoom centering (#canvas-zoom-fit-btn).
  • Saves raw .webp captures in tmp/raw-captures/.

Read the full file on GitHub · 85 lines

Files

What ships with it

2 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. 8d ago First seen · 85 lines · 41 tokens per session scan A 14bde38022a1

Subscribe to this mod's changes

markdy-visual-capture is a skill published in the GitHub repository HoangYell/markdy-com (90 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 1,031 once invoked, about $0.0002 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