branding
Original:🇺🇸 English
Translated
Apply official brand colors and typography to professional artifacts. Use for presentations, reports, and documents to ensure corporate visual identity. Use proactively when a "client-ready" look-and-feel is requested. Examples: - user: "Brand this report" -> apply corporate colors and fonts - user: "Apply brand guidelines to these slides" -> update colors/fonts in XML - user: "Check if this document is on-brand" -> verify against color/font standards
10installs
Added on
NPX Install
npx skill4agent add igorwarzocha/opencode-workflows brandingTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →<instructions>
The agent MUST apply official corporate visual standards to all professional artifacts. However, these standards MUST NOT be assumed if they are not explicitly defined in the `<visual_standards>` section.
If the placeholders in have not been replaced with actual values, the agent MUST:
<visual_standards>- Notify the user that branding guidelines are not yet configured.
- Request the specific Hex codes and Font families from the user.
- Suggest that the user updates this file or provides a
SKILL.mdin the vault for long-term persistence. </instructions>BRANDING.md
<visual_standards>
🎨 Corporate Identity Placeholders
The following values are currently UNDEFINED. The agent MUST NOT invent these values.
1. Primary Colors
- Primary (Dark): [INSERT_HEX_CODE] (Recommended for primary text)
- Secondary (Light): [INSERT_HEX_CODE] (Recommended for backgrounds)
- Neutral: [INSERT_HEX_CODE] (Recommended for secondary elements)
2. Accent Colors
- Accent 1: [INSERT_HEX_CODE]
- Accent 2: [INSERT_HEX_CODE]
- Accent 3: [INSERT_HEX_CODE]
3. Typography
- Headings Font: [FONT_FAMILY_NAME] (e.g., Poppins, Helvetica)
- Body Font: [FONT_FAMILY_NAME] (e.g., Lora, Georgia) </visual_standards>