Brand Design Skill
This skill ensures that all generated designs and content adhere to the organization's brand guidelines.
Instructions
- •
Load Guidelines:
- •Read
resources/brand_identity.mdfor visual design tokens (colors, fonts, spacing). - •Read
resources/copywriting.mdfor tone of voice and content rules.
- •Read
- •
Apply to UI Tasks:
- •When generating CSS/Tailwind configs, use the exact hex codes from the identity file.
- •When designing components, strictly follow the border radius and shadow specifications.
- •
Apply to Content Tasks:
- •When writing landing page copy or emails, cross-reference the Tone of Voice guidelines.
- •Ensure forbidden words are avoided.
Resources
- •Identity:
resources/brand_identity.md - •Copy:
resources/copywriting.md
Example Usage
User: "Create a landing page hero section." Agent:
- •Reads
brand_identity.md-> Sets primary color #FF5733, Font Inter. - •Reads
copywriting.md-> Writes headline in "Confident" tone. - •Generates code matching these constraints.