Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
AI-powered brand identity skill for generating cohesive brand guidelines, color palettes, and visual identity.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/visual-identity.md
1# Visual Identity Basics23## Core Visual Elements45### Logo6- **Primary:** Full logo (horizontal/stacked)7- **Secondary:** Abbreviated version8- **Icon/Mark:** Symbol only9- **Clear space:** Minimum padding around logo10- **Minimum size:** Smallest readable size1112### Color Palette13```14Primary Colors (1-2)15├── Main brand color16└── Supporting primary1718Secondary Colors (2-3)19├── Accent colors20└── Supporting visuals2122Neutrals (3-4)23├── Text colors24├── Background colors25└── UI elements26```2728### Typography29| Usage | Font | Weight | Size |30|-------|------|--------|------|31| H1 | [Font] | Bold | 32-48px |32| H2 | [Font] | Semibold | 24-32px |33| Body | [Font] | Regular | 16-18px |34| Caption | [Font] | Regular | 12-14px |3536## Visual Guidelines Template3738```markdown39## Logo Usage4041### Correct Usage42- [Guidelines for proper logo use]4344### Incorrect Usage45- Don't stretch or distort46- Don't change colors (unless approved)47- Don't add effects48- Don't place on busy backgrounds4950## Color Specifications5152### Primary Palette53| Color | Hex | RGB | Usage |54|-------|-----|-----|-------|55| [Name] | #XXXXXX | r,g,b | [Where to use] |5657### Accessibility58- Text contrast ratio: 4.5:1 minimum59- Button contrast: WCAG AA compliant6061## Imagery Style6263### Photography64- [Lighting preferences]65- [Subject guidelines]66- [Composition rules]67- [Editing style]6869### Illustrations70- [Style description]71- [Color usage]72- [Complexity level]7374### Icons75- [Style: outlined/filled/duotone]76- [Stroke weight]77- [Corner radius]78```7980## Quick Checks8182### Logo83- [ ] Correct version for context84- [ ] Sufficient clear space85- [ ] Legible at size used86- [ ] Correct color for background8788### Colors89- [ ] From approved palette90- [ ] Accessible contrast91- [ ] Consistent across materials9293### Typography94- [ ] Correct fonts95- [ ] Appropriate hierarchy96- [ ] Readable size97