AgentSkillsCN

branding

在专业文档中应用官方品牌色彩与字体设计。在制作演示文稿、报告与各类文档时,确保企业视觉形象的一致性。当客户提出“需要符合品牌标准的外观与风格”时,应主动展开相关工作。 示例: - 用户:“为这份报告进行品牌化设计” → 应用企业专属的色彩与字体 - 用户:“将品牌规范应用于这些幻灯片” → 在 XML 文件中更新颜色与字体设置 - 用户:“检查这份文档是否符合品牌标准” → 对照品牌色彩与字体规范进行核对

SKILL.md
--- frontmatter
name: branding
description: |-
  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
<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): [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>
<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>