design-system-gtm

design-system-gtm is a skill for Claude Code from LeadMagic/gtm-skills. It costs 90 tokens per session (3,357 once invoked), scanned A, original, MIT.

A written set of brand rules that tells people and AI tools how to use a company's colors, fonts, logo, writing style, templates, and other visual elements. It acts as a shared reference for creating marketing materials.

In plain words
What is it for?
Use it to define brand identity, voice and tone, color and typography systems, logo rules, templates, and safeguards for AI-generated content.
Why use it?
It prevents each document, presentation, email, or graphic from looking and sounding unrelated to the others.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

Part of the gtm-skills plugin — 196 skills shipped together

Good fit Use it to define brand identity, voice and tone, color and typography systems, logo rules, templates, and safeguards for AI-generated content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leadmagic/gtm-skills/design-system-gtm
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.

Any agent
npx skills add LeadMagic/gtm-skills --skill design-system-gtm
Clone the repo
git clone --depth 1 https://github.com/LeadMagic/gtm-skills

Made for: Claude Code.

Or install gtm-skills, the plugin that ships this one along with the rest of its 196 skills.

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 design-system-gtm

README.md
[![agentmods](https://agentmods.dev/badge/skills/leadmagic/gtm-skills/design-system-gtm/github.svg)](https://agentmods.dev/skills/leadmagic/gtm-skills/design-system-gtm)
Your own site
<a href="https://agentmods.dev/skills/leadmagic/gtm-skills/design-system-gtm"><img src="https://agentmods.dev/badge/skills/leadmagic/gtm-skills/design-system-gtm/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 design-system-gtm

Your own site · 80×15
<a href="https://agentmods.dev/skills/leadmagic/gtm-skills/design-system-gtm"><img src="https://agentmods.dev/badge/skills/leadmagic/gtm-skills/design-system-gtm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,357 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.00090 $0.03357
Opus 5 $0.00045 $0.01679
Sonnet 5 $0.00018 $0.00671
Haiku 4.5 $0.00009 $0.00336

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

Security

Grade A, and why

design-system-gtm 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check-output.py), 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.

skills/design/design-system-gtm/SKILL.md · 321 lines

How it starts

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

Design System for GTM

Overview

When AI agents generate sales collateral, pitch decks, one-pagers, social graphics, and emails, they need a brand system to reference. Without it, every output has different colors, different fonts, different voice — and your brand erodes across every customer touchpoint. This skill defines a complete AI-consumable design system with visual identity, voice/tone, templates, and guardrails. Designed to be read by both humans and AI agents.

Authoritative Foundations

  • Google DESIGN.md Specification — Shapes deliverables for this skill — When AI agents generate sales collateral, pitch decks, one-pagers, social graphics, and emails, they need a brand system.
  • Stitch 9-Section Brand Format — Shapes deliverables for this skill — When AI agents generate sales collateral, pitch decks, one-pagers, social graphics, and emails, they need a brand system.
  • Brad Frost — Atomic Design — Atomic Design
  • Nathan Curtis — Design System Monorepo Architecture — Design System Monorepo Architecture
  • Dan Mall — Design System Governance — Design System Governance

When to Use

Trigger phrases: "create a design system for our AI-generated content", "define our brand for agents", "build a brand guide for sales materials", "ensure consistent voice across AI outputs", "DESIGN.md specification", "design tokens for agents", "AI brand system", "brand context for Claude"

Step-by-Step Process

Phase 1: Visual Identity System

Color Palette — must include hex, RGB, and HSL:

PRIMARY PALETTE
  Primary:        #0066FF  rgb(0,102,255)   hsl(216,100%,50%)
  Primary Dark:   #0044CC  rgb(0,68,204)    hsl(220,100%,40%)
  Primary Light:  #3388FF  rgb(51,136,255)  hsl(216,100%,60%)

SECONDARY / ACCENT
  Accent:         #FF6600  rgb(255,102,0)   hsl(24,100%,50%)

NEUTRALS
  Ink (text):     #1A1A2E  rgb(26,26,46)    hsl(240,28%,14%)
  Muted Text:     #6B7280  rgb(107,114,128) hsl(220,9%,46%)
  Surface:        #FFFFFF
  Background:     #F9FAFB
  Border:         #E5E7EB

SEMANTIC
  Success:        #10B981  rgb(16,185,129)  hsl(160,84%,39%)
  Warning:        #F59E0B  rgb(245,158,11)  hsl(37,92%,50%)
  Danger:         #EF4444  rgb(239,68,68)   hsl(0,80%,60%)
  Info:           #3B82F6  rgb(59,130,246)  hsl(217,91%,60%)

Read the full file on GitHub · 321 lines

Files

What ships with it

3 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. 6d ago First seen · 321 lines · 90 tokens per session scan A cca528515a75

Subscribe to this mod's changes

design-system-gtm is a skill published in the GitHub repository LeadMagic/gtm-skills (48 stars, last pushed 2d ago), licensed MIT. It adds 90 tokens to every session and 3,357 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

design-system-agent

Create a source-backed design-system brief and walk an operator through using Claude.ai/design or Codex design workflows to generate, review, export, and import a brand kit/design system into the GTM Brain.

Andytoizer/gtm-brain-builder · 45 tokens

open-design-landing-deck

OpenDesign's brand-story deck for partners and press: why it exists, what it believes, and where design is going. Built as a decision-grade marketing & GTM deck for partners, press, community.

nexu-io/open-design · 49 tokens

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

html-ppt-product-launch

OpenDesign Teams: a launch-and-adoption proposal for a mid-market design team weighing a switch from closed cloud tools. Built as a decision-grade B2B sales deck for design team lead, IT.

nexu-io/open-design · 47 tokens

design_creator

Structured workflow for creating professional designs — slide decks, documents, landing pages, app mockups, and motion storyboards.

siddsachar/row-bot · 27 tokens

cialdini-influence

Applies Cialdini's seven principles of ethical persuasion -- Reciprocity, Commitment and Consistency, Social Proof, Authority, Liking, Scarcity, and Unity -- to business contexts including sales, marketing, fundraising, and negotiation. Use when designing conversion funnels, optimizing sales processes, preparing…

fatihguner/foreman · 88 tokens