smithery/igorwarzocha

branding

|- 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. - 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

Installation

$ npx skills add smithery/igorwarzocha --skill branding

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/igorwarzocha · top by installs.

npx skills add smithery/igorwarzocha

Browse all from smithery/igorwarzocha

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,346 B
  • docs SUMMARY.md 477 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

<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 <visual_standards> have not been replaced with actual values, the agent MUST:

  1. Notify the user that branding guidelines are not yet configured.
  2. Request the specific Hex codes and Font families from the user.
  3. Suggest that the user updates this SKILL.md file or provides a BRANDING.md in the vault for long-term persistence.

</instructions>

<visual_standards>

🎨 Corporate Identity Placeholders

The following values are currently UNDEFINED. The agent MUST NOT invent these values.

1. Primary Colors

  • Primary (Dark): [INSERTHEXCODE] (Recommended for primary text)
  • Secondary (Light): [INSERTHEXCODE] (Recommended for backgrounds)
  • Neutral: [INSERTHEXCODE] (Recommended for secondary elements)

2. Accent Colors

  • Accent 1: [INSERTHEXCODE]
  • Accent 2: [INSERTHEXCODE]
  • Accent 3: [INSERTHEXCODE]

3. Typography

  • Headings Font: [FONTFAMILYNAME] (e.g., Poppins, Helvetica)
  • Body Font: [FONTFAMILYNAME] (e.g., Lora, Georgia)

</visual_standards>

<workflow>

  1. Validation: Check <visual_standards> for active placeholders. If found, the agent MUST pause and request details from the user.
  2. Analysis: Once defined, identify headings vs. body text in the target artifact.
  3. Mapping: Assign primary colors to text and accent colors to shapes/charts/highlights.
  4. Execution: Update the font and color properties in the target file (DOCX/PPTX XML, CSS, or HTML).
  5. Verification: The agent SHOULD verify accessibility (color contrast) and visual hierarchy after applying the brand.

</workflow>