{"id":"63d2d197-f01e-446c-9200-1eae50c6310f","shortId":"gZg8q3","kind":"skill","title":"brand-style-guide","tagline":"Build or audit a comprehensive brand style guide that documents the full brand system including story, logo system, color, typography, imagery, voice, applications, and dos/don'ts. Use this skill whenever the user wants to create brand guidelines, document an existing brand, buil","description":"# Brand Style Guide\n\nDocument the brand system so other people can use it without ambiguity. This is the artifact that lives longest. Designers, developers, agencies, and vendors will reference it for years. Build it like a reference manual, not a presentation.\n\nThis skill assumes the brand identity is designed (run `brand-identity` first if not). The output of this skill is the canonical reference document.\n\n---\n\n## When to use\n\n- Creating brand guidelines for a finished identity\n- Documenting an existing brand that has no formal guide\n- Auditing an existing style guide for gaps or inconsistencies\n- Building a brand book to hand to vendors, partners, or new team members\n- Updating a guide after a major brand evolution\n\n## When NOT to use\n\n- The brand identity is not yet designed (use `brand-identity`)\n- Brand voice work specifically (use `brand-voice` for the voice doc, then integrate)\n- Building UI components (use `design-standards` or `design-system`)\n\n---\n\n## Required inputs\n\n- Finished brand identity (logo, colors, typography, imagery direction, motion principles)\n- Brand voice and tone documentation (or sufficient inputs to write a voice section)\n- Application examples that show the brand in real contexts\n- Decisions on what is mandatory vs flexible vs forbidden\n\n---\n\n## The framework: 8 sections\n\nA complete style guide has eight sections. Most guides skip 2 or 3 of them and create downstream confusion. Build all 8 from the start.\n\n### 1. Story\nThe narrative behind the brand. Why it exists, what it stands for, what it rejects.\n\n- Origin / founding story\n- Mission and vision\n- Values (3 to 5, with what each means in practice)\n- Positioning statement\n- Audience (with the level of specificity from the brief)\n- What we are not (the things we explicitly reject)\n\n### 2. Logo system\nEvery variant of every mark, with rules.\n\n- Primary logo (with construction grid showing relationships)\n- Wordmark\n- Symbol / glyph\n- Lockup variations (horizontal, stacked, etc.)\n- Monogram (if part of system)\n- Clear space rules (minimum spacing around logo)\n- Minimum sizes (smallest acceptable size for print and digital)\n- Acceptable color treatments (full color, single color, knock-out, reverse)\n- Forbidden treatments (stretching, rotating, recoloring, drop shadows, gradients - whatever is forbidden)\n- File formats and where to find them\n\n### 3. Color\nThe full color system with rules.\n\n- Primary palette (signature colors)\n- Secondary palette\n- Neutrals scale\n- Semantic colors (success, warning, error, info)\n- Light mode and dark mode variants\n- Per color: hex, RGB, HSL, CMYK, Pantone (if print-relevant)\n- Contrast ratios documented\n- Allowed pairings\n- Forbidden pairings\n- Usage hierarchy (primary first, secondary supporting, neutrals dominant)\n\n### 4. Typography\nThe full type system.\n\n- Display typeface (with sample sizes)\n- Body typeface (with sample sizes)\n- Monospace (if applicable)\n- Type scale (specific sizes used)\n- Weight and style usage (which weights for which contexts)\n- Line height ratios\n- Letter spacing standards\n- Web fallback stacks\n- Open-source alternatives for licensing-restricted contexts\n- Forbidden treatments (all caps overuse, fake italics, etc.)\n\n### 5. Imagery and illustration\nWhat pictures look like in this brand.\n\n- Photography direction with example library\n- Illustration style with example library\n- Iconography system with the full icon set (or rules for adding to it)\n- Forbidden imagery (stock photo cliches, specific things never to show)\n- Photo treatment rules (color treatment, crops, composition)\n\n### 6. Voice and tone\nHow the brand sounds. (Pulled from `brand-voice` work if done separately.)\n\n- Voice attributes (3 to 5 adjectives with \"we are X, not Y\" framing)\n- Tone shifts by context (onboarding, error, marketing, support, legal)\n- Vocabulary preferences (words we use, words we avoid)\n- Grammar and style rules\n- Examples (good and bad copy side by side)\n\n### 7. Applications\nThe brand applied to real contexts.\n\n- Web (homepage, product pages, blog template)\n- Email (template, signature, transactional)\n- Social (post templates, profile imagery, story formats)\n- Print (business cards, letterhead, print ads)\n- Packaging (if applicable)\n- Signage (if applicable)\n- Internal documents (slides, reports, proposals)\n- Each with examples showing what good looks like\n\n### 8. Dos and don'ts\nThe boundaries, illustrated.\n\n- Logo dos and don'ts (visual examples of correct and incorrect use)\n- Color dos and don'ts (combinations to use, combinations to avoid)\n- Type dos and don'ts (treatments to use, treatments to avoid)\n- Composition dos and don'ts (layout patterns that work, ones that do not)\n- Voice dos and don'ts (phrases that fit, phrases that do not)\n\nThe dos and don'ts section is what people actually reference in practice. Make it the easiest section to scan.\n\n---\n\n## Workflow\n\n1. **Inventory the inputs.** What identity work is finished? What voice work is finished? What is missing?\n2. **Confirm the format.** Is this a PDF, a web page, a Notion doc, a printed book, or all of the above? Different formats have different production requirements.\n3. **Section by section, draft.** Use the template in [`references/style-guide-template.md`](references/style-guide-template.md).\n4. **Stress-test with real examples.** For every rule, find a real application example. Rules without examples get ignored.\n5. **Get review from the people who will use it.** Designers, developers, marketers. They will surface gaps.\n6. **Version control.** Style guides evolve. Date the doc. Note what changed in each version.\n7. **Publish in the format the team will actually open.** A 200-page PDF that lives on a shared drive is dead weight. A web page or Figma file with a clear URL gets used.\n\n---\n\n## Failure patterns\n\n- **Skipping the \"what we are not\" sections.** Without rejection rules, anything becomes acceptable.\n- **Document with no examples.** Rules without visual examples are abstract and ignored.\n- **Document with only examples.** Examples without rules cannot be applied to new situations.\n- **Static PDF that no one opens.** Ship the guide in the format the team uses daily (web page, Figma, Notion, etc.).\n- **No version history.** When the brand evolves, no one knows which rules changed or when.\n- **Aspirational rules.** Rules the brand does not actually follow get treated as suggestions. Document what is actually true, not what is wished.\n- **Treating \"dos and don'ts\" as filler.** This section is what people use most. Invest in it.\n\n---\n\n## Output format\n\nDefault output is a multi-section markdown document or a structured set of files, plus a presentation-ready version (web page, PDF, or Figma) for sharing with stakeholders.\n\nRecommended structure:\n\n```\nbrand/\n  style-guide.md          (the canonical document)\n  story.md                (or as a section)\n  logo/\n    construction.md\n    files/                (SVG, PNG, etc.)\n  colors.md\n  typography.md\n  imagery/\n    photography.md\n    illustration.md\n    icons/\n      icons.md\n      files/\n  voice.md\n  applications/\n    web.md\n    email.md\n    social.md\n    print.md\n  dos-and-donts.md\n```\n\nFor consumer-facing presentation, build a web page version that imports from these source files. The source files are canonical. The presentation is a view of them.\n\n---\n\n## Reference files\n\n- [`references/style-guide-template.md`](references/style-guide-template.md) - Fillable section-by-section template.\n- [`references/maintenance-playbook.md`](references/maintenance-playbook.md) - How to keep the guide current after launch.","tags":["brand","style","guide","claude","skills","rampstackco","agent-skills","anthropic","awesome-claude-code","awesome-claude-prompts","awesome-claude-skills","claude-code"],"capabilities":["skill","source-rampstackco","skill-brand-style-guide","topic-agent-skills","topic-anthropic","topic-awesome-claude-code","topic-awesome-claude-prompts","topic-awesome-claude-skills","topic-claude","topic-claude-code","topic-claude-skills","topic-good-first-issue","topic-mcp","topic-product-management","topic-seo"],"categories":["claude-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/rampstackco/claude-skills/brand-style-guide","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add rampstackco/claude-skills","source_repo":"https://github.com/rampstackco/claude-skills","install_from":"skills.sh"}},"qualityScore":"0.540","qualityRationale":"deterministic score 0.54 from registry signals: · indexed on github topic:agent-skills · 181 github stars · SKILL.md body (7,585 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T18:55:13.040Z","embedding":null,"createdAt":"2026-04-30T01:01:27.148Z","updatedAt":"2026-05-18T18:55:13.040Z","lastSeenAt":"2026-05-18T18:55:13.040Z","tsv":"'1':274,763 '2':259,327,780 '200':882 '3':261,298,402,585,808 '4':456,819 '5':300,515,587,839 '6':566,856 '7':625,871 '8':247,270,675 'abstract':930 'accept':367,373,920 'actual':751,879,989,998 'ad':546,655 'adject':588 'agenc':71 'allow':444 'altern':501 'ambigu':61 'anyth':918 'appli':629,942 'applic':27,227,474,626,658,661,832,1080 'around':362 'artifact':65 'aspir':982 'assum':90 'attribut':584 'audienc':309 'audit':7,132 'avoid':612,705,716 'bad':620 'becom':919 'behind':278 'blog':637 'bodi':467 'book':144,796 'boundari':681 'brand':2,10,17,40,45,47,52,92,98,117,126,143,160,167,175,177,183,205,214,232,280,525,572,577,628,972,986,1055 'brand-ident':97,174 'brand-style-guid':1 'brand-voic':182,576 'brief':317 'buil':46 'build':5,79,141,191,268,1091 'busi':651 'cannot':940 'canon':110,1058,1106 'cap':510 'card':652 'chang':867,979 'clear':357,902 'clich':553 'cmyk':435 'color':23,208,374,377,379,403,406,413,419,431,562,695 'colors.md':1071 'combin':700,703 'complet':250 'compon':193 'composit':565,717 'comprehens':9 'confirm':781 'confus':267 'construct':340 'construction.md':1066 'consum':1088 'consumer-fac':1087 'context':235,488,506,599,632 'contrast':441 'control':858 'copi':621 'correct':691 'creat':39,116,265 'crop':564 'current':1131 'daili':961 'dark':427 'date':862 'dead':892 'decis':236 'default':1023 'design':69,95,172,196,200,849 'design-standard':195 'design-system':199 'develop':70,850 'differ':802,805 'digit':372 'direct':211,527 'display':462 'doc':188,793,864 'document':14,42,50,112,123,218,443,663,921,933,995,1031,1059 'domin':455 'done':581 'dos':676,684,696,707,718,731,743,1005 'dos-and-donts.md':1085 'dos/don':29 'downstream':266 'draft':812 'drive':890 'drop':389 'easiest':758 'eight':254 'email':639 'email.md':1082 'error':422,601 'etc':351,514,966,1070 'everi':330,333,827 'evolut':161 'evolv':861,973 'exampl':228,529,534,617,669,689,825,833,836,924,928,936,937 'exist':44,125,134,283 'explicit':325 'face':1089 'failur':906 'fake':512 'fallback':496 'figma':898,964,1048 'file':395,899,1037,1067,1078,1101,1104,1115 'fillabl':1118 'filler':1010 'find':400,829 'finish':121,204,771,776 'first':100,451 'fit':737 'flexibl':242 'follow':990 'forbidden':244,384,394,446,507,549 'formal':130 'format':396,649,783,803,875,957,1022 'found':292 'frame':595 'framework':246 'full':16,376,405,459,540 'gap':138,855 'get':837,840,904,991 'glyph':346 'good':618,672 'gradient':391 'grammar':613 'grid':341 'guid':4,12,49,131,136,156,252,257,860,954,1130 'guidelin':41,118 'hand':146 'height':490 'hex':432 'hierarchi':449 'histori':969 'homepag':634 'horizont':349 'hsl':434 'icon':541,1076 'iconographi':536 'icons.md':1077 'ident':93,99,122,168,176,206,768 'ignor':838,932 'illustr':518,531,682 'illustration.md':1075 'imageri':25,210,516,550,647,1073 'import':1097 'includ':19 'inconsist':140 'incorrect':693 'info':423 'input':203,221,766 'integr':190 'intern':662 'inventori':764 'invest':1018 'ital':513 'keep':1128 'knock':381 'knock-out':380 'know':976 'launch':1133 'layout':722 'legal':604 'letter':492 'letterhead':653 'level':312 'librari':530,535 'licens':504 'licensing-restrict':503 'light':424 'like':81,522,674 'line':489 'live':67,886 'lockup':347 'logo':21,207,328,338,363,683,1065 'longest':68 'look':521,673 'major':159 'make':755 'mandatori':240 'manual':84 'mark':334 'markdown':1030 'market':602,851 'mean':304 'member':153 'minimum':360,364 'miss':779 'mission':294 'mode':425,428 'monogram':352 'monospac':472 'motion':212 'multi':1028 'multi-sect':1027 'narrat':277 'neutral':416,454 'never':556 'new':151,944 'note':865 'notion':792,965 'onboard':600 'one':726,950,975 'open':499,880,951 'open-sourc':498 'origin':291 'output':104,1021,1024 'overus':511 'packag':656 'page':636,790,883,896,963,1045,1094 'pair':445,447 'palett':411,415 'panton':436 'part':354 'partner':149 'pattern':723,907 'pdf':787,884,947,1046 'peopl':56,750,844,1015 'per':430 'photo':552,559 'photographi':526 'photography.md':1074 'phrase':735,738 'pictur':520 'plus':1038 'png':1069 'posit':307 'post':644 'practic':306,754 'prefer':606 'present':87,1041,1090,1108 'presentation-readi':1040 'primari':337,410,450 'principl':213 'print':370,439,650,654,795 'print-relev':438 'print.md':1084 'product':635,806 'profil':646 'propos':666 'publish':872 'pull':574 'ratio':442,491 'readi':1042 'real':234,631,824,831 'recolor':388 'recommend':1053 'refer':75,83,111,752,1114 'references/maintenance-playbook.md':1124,1125 'references/style-guide-template.md':817,818,1116,1117 'reject':290,326,916 'relationship':343 'relev':440 'report':665 'requir':202,807 'restrict':505 'revers':383 'review':841 'rgb':433 'rotat':387 'rule':336,359,409,544,561,616,828,834,917,925,939,978,983,984 'run':96 'sampl':465,470 'scale':417,476 'scan':761 'secondari':414,452 'section':226,248,255,747,759,809,811,914,1012,1029,1064,1120,1122 'section-by-sect':1119 'semant':418 'separ':582 'set':542,1035 'shadow':390 'share':889,1050 'shift':597 'ship':952 'show':230,342,558,670 'side':622,624 'signag':659 'signatur':412,641 'singl':378 'situat':945 'size':365,368,466,471,478 'skill':33,89,107 'skill-brand-style-guide' 'skip':258,908 'slide':664 'smallest':366 'social':643 'social.md':1083 'sound':573 'sourc':500,1100,1103 'source-rampstackco' 'space':358,361,493 'specif':180,314,477,554 'stack':350,497 'stakehold':1052 'stand':286 'standard':197,494 'start':273 'statement':308 'static':946 'stock':551 'stori':20,275,293,648 'story.md':1060 'stress':821 'stress-test':820 'stretch':386 'structur':1034,1054 'style':3,11,48,135,251,482,532,615,859 'style-guide.md':1056 'success':420 'suffici':220 'suggest':994 'support':453,603 'surfac':854 'svg':1068 'symbol':345 'system':18,22,53,201,329,356,407,461,537 'team':152,877,959 'templat':638,640,645,815,1123 'test':822 'thing':323,555 'tone':217,569,596 'topic-agent-skills' 'topic-anthropic' 'topic-awesome-claude-code' 'topic-awesome-claude-prompts' 'topic-awesome-claude-skills' 'topic-claude' 'topic-claude-code' 'topic-claude-skills' 'topic-good-first-issue' 'topic-mcp' 'topic-product-management' 'topic-seo' 'transact':642 'treat':992,1004 'treatment':375,385,508,560,563,711,714 'true':999 'ts':30,679,687,699,710,721,734,746,1008 'type':460,475,706 'typefac':463,468 'typographi':24,209,457 'typography.md':1072 'ui':192 'updat':154 'url':903 'usag':448,483 'use':31,58,115,165,173,181,194,479,609,694,702,713,813,847,905,960,1016 'user':36 'valu':297 'variant':331,429 'variat':348 'vendor':73,148 'version':857,870,968,1043,1095 'view':1111 'vision':296 'visual':688,927 'vocabulari':605 'voic':26,178,184,187,215,225,567,578,583,730,773 'voice.md':1079 'vs':241,243 'want':37 'warn':421 'web':495,633,789,895,962,1044,1093 'web.md':1081 'weight':480,485,893 'whatev':392 'whenev':34 'wish':1003 'without':60,835,915,926,938 'word':607,610 'wordmark':344 'work':179,579,725,769,774 'workflow':762 'write':223 'x':592 'y':594 'year':78 'yet':171","prices":[{"id":"d14aef07-1def-43e2-8c40-40e9107bb3a7","listingId":"63d2d197-f01e-446c-9200-1eae50c6310f","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"rampstackco","category":"claude-skills","install_from":"skills.sh"},"createdAt":"2026-04-30T01:01:27.148Z"}],"sources":[{"listingId":"63d2d197-f01e-446c-9200-1eae50c6310f","source":"github","sourceId":"rampstackco/claude-skills/brand-style-guide","sourceUrl":"https://github.com/rampstackco/claude-skills/tree/main/skills/brand-style-guide","isPrimary":false,"firstSeenAt":"2026-04-30T01:01:27.148Z","lastSeenAt":"2026-05-18T18:55:13.040Z"}],"details":{"listingId":"63d2d197-f01e-446c-9200-1eae50c6310f","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"rampstackco","slug":"brand-style-guide","github":{"repo":"rampstackco/claude-skills","stars":181,"topics":["agent-skills","anthropic","awesome-claude-code","awesome-claude-prompts","awesome-claude-skills","claude","claude-code","claude-skills","good-first-issue","mcp","product-management","seo","show-hn","showcase","showdev","web-design","web-development"],"license":"mit","html_url":"https://github.com/rampstackco/claude-skills","pushed_at":"2026-05-10T22:40:22Z","description":"Stack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.","skill_md_sha":"a852bf308ebd405a641f38f795fecac5578e6d4e","skill_md_path":"skills/brand-style-guide/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/rampstackco/claude-skills/tree/main/skills/brand-style-guide"},"layout":"multi","source":"github","category":"claude-skills","frontmatter":{"name":"brand-style-guide","description":"Build or audit a comprehensive brand style guide that documents the full brand system including story, logo system, color, typography, imagery, voice, applications, and dos/don'ts. Use this skill whenever the user wants to create brand guidelines, document an existing brand, build a brand book, audit an existing style guide for completeness, or produce the artifact that other teams will reference for years. Triggers on style guide, brand guidelines, brand book, brand standards, brand manual, style sheet, brand documentation, brand reference. Also triggers when the brand identity is finished and needs to be documented for handoff to designers, developers, vendors, or future team members."},"skills_sh_url":"https://skills.sh/rampstackco/claude-skills/brand-style-guide"},"updatedAt":"2026-05-18T18:55:13.040Z"}}