vector-drawing

vector-drawing is a skill for Claude Code, Codex from HashLips/agent-skills. It costs 35 tokens per session (814 once invoked), scanned A, original, MIT.

A skill for creating SVG vector artwork. SVG is an image format made from shapes and paths, so it can be resized without becoming blurry.

In plain words
What is it for?
Use it to create scalable logos, icons, illustrations, and other vector graphics with SVG elements such as paths, fills, strokes, groups, and gradients.
Why use it?
It provides a structured way to create artwork that stays sharp at different sizes and can be edited as vector shapes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/hashlips/agent-skills/vector-drawing
Any agent
npx skills add HashLips/agent-skills --skill vector-drawing
Clone the repo
git clone --depth 1 https://github.com/HashLips/agent-skills

Made for: Claude Code, 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 vector-drawing

README.md
[![agentmods](https://agentmods.dev/badge/skills/hashlips/agent-skills/vector-drawing.svg)](https://agentmods.dev/skills/hashlips/agent-skills/vector-drawing)
Your own site
<a href="https://agentmods.dev/skills/hashlips/agent-skills/vector-drawing"><img src="https://agentmods.dev/badge/skills/hashlips/agent-skills/vector-drawing.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 814 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.00814
Opus 5 $0.00017 $0.00407
Sonnet 5 $0.00007 $0.00163
Haiku 4.5 $0.00003 $0.00081

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

Security

Grade A, and why

vector-drawing 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 4d 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/vector-drawing/SKILL.md · 73 lines

How it starts

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

Vector Drawing

This skill guides creation of vector-based artworks using SVG—scalable, resolution-independent graphics. Apply it when the user asks for SVG output, vector graphics, logos, icons, illustrations, or any artwork that must scale cleanly.

Disclaimer (for the user)

This is an experimental skill; outcomes are not guaranteed. Use at your own risk. For the full disclaimer, see the repository README.

Canonical specification

The official standard is SVG 2 (W3C). Use it as the authority for syntax and behavior; do not copy the spec verbatim into outputs. Build understanding from it and express it as instructions.

  • Specification: https://www.w3.org/TR/SVG2/
  • Key sections: Structure, Basic Shapes, Paths, Painting, Coordinate Systems and Transforms, Clipping and Masking, Gradients and Patterns, Text, Reuse (defs/use).

Core subset for AI-generated artwork

For most vector art, this subset is enough:

  • svg — Root and canvas.
  • viewBox — Coordinate system and aspect ratio.
  • path — Arbitrary shapes and outlines.
  • g — Grouping and inheritance.
  • fill — Interior color or pattern.
  • stroke — Outline color and width.
  • transform — Move, scale, rotate, skew.
  • clipPath — Hard-edged visibility.
  • mask — Soft or gradient visibility.
  • defs — Define reusable content.
  • use — Reuse content by reference.

Master these before reaching for shapes, text, or filters.

Reference Index (skill flow)

When generating or editing SVG artwork, apply concepts in this order and read the referenced file when you need that topic.

  1. Document structure and svg/viewBox basics: reference/structure.md
  2. Basic shapes (rectangles, circles, lines, etc.): reference/shapes.md
  3. Paths and path commands for arbitrary shapes: reference/paths.md
  4. Styling (fill, stroke, painting rules): reference/styling.md
  5. Grouping and hierarchy with g: reference/grouping.md
  6. Transforms and coordinate manipulation (transform): reference/transforms.md
  7. Clipping and masking (clipPath, mask): reference/clipping-masking.md
  8. Gradients and patterns: reference/gradients.md
  9. Composition, reuse, and defs/use: reference/composition.md

Read the full file on GitHub · 73 lines

Files

What ships with it

9 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. 4d ago First seen · 73 lines · 35 tokens per session scan A 0bc675242d07

Subscribe to this mod's changes

vector-drawing is a skill published in the GitHub repository HashLips/agent-skills (24 stars, last pushed 10d ago), licensed MIT. It adds 35 tokens to every session and 814 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

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 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

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

netease-youdao/LobsterAI · 59 tokens

frame-macos-notification

拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.

nexu-io/html-anything · 31 tokens

mockup-device-3d

【模板: 设备 3D 展架 (Device 3D Showcase / HTML-in-Canvas)】 【意图】产品发布、App 演示、设计稿展示。把用户提供的 UI 内容真实渲染到 iPhone / MacBook "屏幕"里, 周围用 CSS 3D transform 模拟 GLTF 模型的玻璃 / 高光 / 折射。Inspired by hyperframes vfx-iphone-device。.

nexu-io/html-anything · 48 tokens