agentsclimarketplace

Creating svg illustrations

Skill narumiruna/skills/skills/slides-visuals/creating-svg-illustrations

Install
npx -y skills add narumiruna/skills --skill creating-svg-illustrations

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Create, revise, embed, or troubleshoot accessible SVG diagrams and illustrations for slide decks, documents, and other static artifacts, with portable sizing, layout, style, and validation guidance.

SKILL.md

1.8 KB, as published. Nobody here has run it

SVG Illustrations

Start with references/core-rules.md; load only the extra detail the artifact needs.

NeedRead or use
Canvas, style, text, accessibility, validationreferences/core-rules.md
Reusable compositionsreferences/pattern-examples.md
Marp embeddingreferences/embedding.md
Rendering failuresreferences/troubleshooting.md
Known-good deck exampleassets/examples/with-diagrams.md

Workflow

  1. Inspect the target slide or document, required dimensions, surrounding palette, and renderer.
  2. Create the smallest editable SVG that communicates the idea. Use a correct viewBox, explicit text styles, consistent geometry, and SVG title/description where the visual carries meaning. When embedding, also provide descriptive host-level alt text or an adjacent semantic equivalent as required by references/embedding.md; internal SVG metadata alone is not sufficient.
  3. Keep assets portable: avoid embedded fonts, unexplained emoji, unnecessary filters, and base64 content unless the output must be self-contained.
  4. Validate with svglint when available, then open or embed the SVG in the target artifact and inspect clipping, scaling, contrast, text, and relative paths.
  5. Return the SVG artifact first, followed by validation performed and any renderer or font caveat.

Use slide-authoring or color guidance only when the request also requires it. Do not claim visual inspection when only source validation ran, and do not commit or publish the artifact unless requested.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.