Agent skill · DevOps & Cloud

thesvg

Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.

glinckergithub.com/glinckerGitHub ↗
claude-codeMIT
Install
npx skills add glincker/thesvg --skill thesvg --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/thesvg/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,533
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# theSVG agent skill Use this skill whenever the user asks for a brand logo, service icon, framework mark, or cloud service icon. theSVG hosts 6,030+ brand SVGs and cloud architecture icons under one consistent URL pattern, so you do not need to scrape the web or guess at file paths. ## When to use this skill Trigger on requests like: - "Give me the GitHub logo as SVG" - "Insert a Stripe icon" - "I need AWS Lambda and S3 architecture icons" - "Add brand icons for our integrations page (Slack, Notion, Linear, Figma)" - "Find a Tailwind logo I can drop into a README" - "What's the URL for the dark variant of the OpenAI mark" Skip this skill for generic UI icons (chevrons, menus, arrows). Use Lucide, Heroicons, or similar for those. theSVG is for **named brands and services**. ## URL pattern Every icon lives at a predictable URL. No auth, no rate limits. There are two equivalent endpoints. **For agent and automation use cases, prefer jsDelivr.** It is the same choice the official thesvg Figma plugin makes for the same reasons: agents make bursty automated requests and jsDelivr's global CDN absorbs that load without affecting thesvg.org user traffic. ### Primary (recommended for agents

What's inside
Steps it walks through
  1. When to use this skill
  2. URL pattern
  3. Primary (recommended for agents)
  4. Alternate (for end-user-facing UI)
  5. Examples
  6. Finding the right slug
  7. How to deliver the icon
  8. Light vs dark backgrounds
  9. Cloud architecture diagrams
  10. Licensing reminder
  11. Submitting a missing brand
  12. Related installable integrations
  13. Reference
About this skill
What does the thesvg skill do?

Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.

How do I install it?

Run `npx skills add glincker/thesvg --skill thesvg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From glincker/thesvg, a repository with 2,533 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going