AgentSkillsCN

brand-guidelines

MimmaarAI品牌标识的规范与标准。当您需要:(1) 创作品牌内容;(2) 确保视觉一致性;(3) 应用品牌色彩与字体;或(4) 生成符合品牌调性的各类物料时,可使用此技能。

SKILL.md
--- frontmatter
name: brand-guidelines
description: "MimmaarAI brand identity guidelines and standards. Use when: (1) Creating branded content, (2) Ensuring visual consistency, (3) Applying brand colors and typography, or (4) Generating on-brand materials"
license: Proprietary. LICENSE.txt has complete terms
advancedOnly: true

MimmaarAI Brand Guidelines

Official brand identity guidelines for consistent visual communication.

Brand Overview

MimmaarAI represents intelligent artifact generation with a focus on professionalism, clarity, and modern aesthetics. Our brand communicates innovation while remaining approachable and trustworthy.

Logo

Primary Logo

The MimmaarAI logo consists of the wordmark with a distinctive "AI" integration.

Usage Rules

  • Maintain minimum clear space around logo
  • Do not distort, rotate, or modify colors
  • Use approved logo files only
  • Minimum size: 120px wide for digital, 1 inch for print

Logo Variations

VariationUse Case
Full ColorDefault usage on light backgrounds
ReversedUse on dark backgrounds
MonochromeSingle-color applications
Icon OnlyApp icons, favicons

Color Palette

Primary Colors

ColorNameHexRGBUsage
#2563EBMimmaar Blue#2563EB37, 99, 235Primary brand color, CTAs, links
#1E40AFDeep Blue#1E40AF30, 64, 175Headers, emphasis
#DBEAFELight Blue#DBEAFE219, 234, 254Backgrounds, highlights

Secondary Colors

ColorNameHexRGBUsage
#10B981Success Green#10B98116, 185, 129Success states, confirmations
#F59E0BWarning Amber#F59E0B245, 158, 11Warnings, attention
#EF4444Error Red#EF4444239, 68, 68Errors, destructive actions

Neutral Colors

ColorNameHexUsage
#111827Gray 900#111827Primary text
#374151Gray 700#374151Secondary text
#6B7280Gray 500#6B7280Muted text
#D1D5DBGray 300#D1D5DBBorders
#F3F4F6Gray 100#F3F4F6Backgrounds
#FFFFFFWhite#FFFFFFCards, surfaces

Typography

Primary Typeface

Inter - Modern, highly legible sans-serif

css
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

Display Typeface (Optional)

Space Grotesk - For headlines and marketing

css
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;

Type Scale

ElementSizeWeightLine Height
H148px / 3rem7001.2
H236px / 2.25rem7001.25
H324px / 1.5rem6001.3
H420px / 1.25rem6001.4
Body16px / 1rem4001.6
Small14px / 0.875rem4001.5
Caption12px / 0.75rem4001.4

Monospace (Code)

css
font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;

CSS Variables

css
:root {
  /* Primary Colors */
  --brand-primary: #2563EB;
  --brand-primary-dark: #1E40AF;
  --brand-primary-light: #DBEAFE;

  /* Secondary Colors */
  --brand-success: #10B981;
  --brand-warning: #F59E0B;
  --brand-error: #EF4444;

  /* Neutrals */
  --color-text: #111827;
  --color-text-secondary: #374151;
  --color-text-muted: #6B7280;
  --color-border: #D1D5DB;
  --color-background: #F3F4F6;
  --color-surface: #FFFFFF;

  /* Typography */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Space Grotesk', var(--font-sans);
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;

  /* Border Radius */
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
}

Voice & Tone

Brand Voice

  • Professional: Competent and reliable
  • Clear: Direct and easy to understand
  • Helpful: Focused on user success
  • Modern: Contemporary and forward-thinking

Tone Guidelines

ContextTone
DocumentationClear, instructional, patient
Error MessagesHelpful, solution-focused, calm
MarketingConfident, inspiring, approachable
SupportEmpathetic, thorough, reassuring

Writing Style

  • Use active voice
  • Keep sentences concise
  • Avoid jargon unless necessary
  • Be specific over vague
  • Lead with the benefit

Iconography

Style

  • Stroke-based icons preferred
  • 24px base size
  • 1.5px stroke weight
  • Rounded corners

Recommended Libraries

  • Lucide Icons (primary)
  • Heroicons
  • Radix Icons

Component Standards

Buttons

css
/* Primary Button */
.btn-primary {
  background: var(--brand-primary);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  font-weight: 500;
}

.btn-primary:hover {
  background: var(--brand-primary-dark);
}

/* Secondary Button */
.btn-secondary {
  background: transparent;
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
}

Cards

css
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-sm);
}

Inputs

css
.input {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
}

.input:focus {
  border-color: var(--brand-primary);
  outline: none;
  box-shadow: 0 0 0 3px var(--brand-primary-light);
}

Document Templates

Presentations

  • Use Mimmaar Blue as accent color
  • White backgrounds preferred
  • Inter for body text
  • Space Grotesk for headlines

Reports

  • Professional, clean layouts
  • Consistent header hierarchy
  • Brand colors for charts/graphs
  • Page numbers and headers

Emails

  • Simple, scannable format
  • Brand colors for CTAs
  • Mobile-responsive design
  • Clear hierarchy

Accessibility

Color Contrast

  • Text must meet WCAG AA (4.5:1 for normal text)
  • Large text: 3:1 minimum
  • Interactive elements: visible focus states

Typography

  • Minimum 16px for body text
  • Adequate line height (1.5+)
  • Sufficient paragraph spacing

Do's and Don'ts

DO

  • Use brand colors consistently
  • Maintain adequate whitespace
  • Follow typography guidelines
  • Ensure accessibility compliance
  • Use approved logo files

DON'T

  • Create new brand colors
  • Crowd content without spacing
  • Use non-brand fonts for headers
  • Sacrifice readability for style
  • Modify the logo

Asset Locations

code
/assets/
├── logos/
│   ├── logo-primary.svg
│   ├── logo-dark.svg
│   └── logo-icon.svg
├── fonts/
│   └── (loaded via CDN)
└── icons/
    └── (use Lucide Icons)

Anthropic Integration

When creating Anthropic-branded content or artifacts, use the following secondary palette and typography options alongside MimmaarAI's primary brand identity.

Anthropic Accent Colors (Secondary Palette)

Use these colors for Anthropic-specific content, Claude.ai artifacts, or when integrating with Anthropic products.

ColorNameHexRGBUsage
#d97757Orange#d97757217, 119, 87Primary accent for Anthropic content
#6a9bccBlue#6a9bcc106, 155, 204Secondary accent
#788c5dGreen#788c5d120, 140, 93Tertiary accent
#141413Dark#14141320, 20, 19Dark backgrounds, primary text
#faf9f5Light#faf9f5250, 249, 245Light backgrounds, text on dark

Anthropic Typography (Alternative Option)

Use these fonts for Anthropic-branded materials:

Headings (24pt and above)

css
font-family: 'Poppins', Arial, sans-serif;

Body Text

css
font-family: 'Lora', Georgia, serif;

Anthropic CSS Variables

css
:root {
  /* Anthropic Accent Colors */
  --anthropic-orange: #d97757;
  --anthropic-blue: #6a9bcc;
  --anthropic-green: #788c5d;
  --anthropic-dark: #141413;
  --anthropic-light: #faf9f5;

  /* Anthropic Typography */
  --font-anthropic-heading: 'Poppins', Arial, sans-serif;
  --font-anthropic-body: 'Lora', Georgia, serif;
}

When to Use Anthropic Branding

Apply Anthropic colors and typography in these scenarios:

  1. Claude.ai Artifacts - Interactive tools and visualizations for Claude users
  2. Anthropic Product Documentation - Guides, tutorials, or references for Anthropic products
  3. Claude API Examples - Code samples and implementation examples
  4. Cross-brand Collaborations - Projects involving both MimmaarAI and Anthropic
  5. Educational Content - Materials about Claude or Anthropic AI capabilities

Note: MimmaarAI colors and typography remain the PRIMARY brand identity. Use Anthropic styling only when specifically creating Anthropic-branded content or when requested.