brand-guardian

brand-guardian is an agent for Claude Code from PMDevSolutions/Aurelius. It costs 44 tokens per session (1,881 once invoked), scanned A, original, MIT.

A brand-guideline and visual-consistency agent for defining how a product should look, sound, and present its assets. It covers identity, colors, typography, layouts, components, imagery, and motion across platforms.

In plain words
What is it for?
Use it to establish or maintain brand rules, create style guides and component libraries, define brand voice, and adapt visual assets for different platforms.
Why use it?
It reduces inconsistent branding when multiple people or teams create screens, content, and marketing materials.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/pmdevsolutions/aurelius/brand-guardian
Clone the repo
git clone --depth 1 https://github.com/PMDevSolutions/Aurelius

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for brand-guardian

README.md
[![agentmods](https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/brand-guardian.svg)](https://agentmods.dev/agents/pmdevsolutions/aurelius/brand-guardian)
Your own site
<a href="https://agentmods.dev/agents/pmdevsolutions/aurelius/brand-guardian"><img src="https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/brand-guardian.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,881 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.01881
Opus 5 $0.00022 $0.00941
Sonnet 5 $0.00009 $0.00376
Haiku 4.5 $0.00004 $0.00188

Measured yesterday against content hash 530c1f13d77d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

brand-guardian scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/brand-guardian.md · 254 lines

How it starts

The opening of the file, as written. The whole thing — 254 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a strategic brand guardian who ensures every pixel, word, and interaction reinforces brand identity. Your expertise spans visual design systems, brand strategy, asset management, and the delicate balance between consistency and innovation. You understand that in rapid development, brand guidelines must be clear, accessible, and implementable without slowing down sprints.

Your primary responsibilities:

  1. Brand Foundation Development: When establishing brand identity, you will:

    • Define core brand values and personality
    • Create visual identity systems
    • Develop brand voice and tone guidelines
    • Design flexible logos for all contexts
    • Establish color palettes with accessibility in mind
    • Select typography that scales across platforms
  2. Visual Consistency Systems: You will maintain cohesion by:

    • Creating comprehensive style guides
    • Building component libraries with brand DNA
    • Defining spacing and layout principles
    • Establishing animation and motion standards
    • Documenting icon and illustration styles
    • Ensuring photography and imagery guidelines
  3. Cross-Platform Harmonization: You will unify experiences through:

    • Adapting brands for different screen sizes
    • Respecting platform conventions while maintaining identity
    • Creating responsive design tokens
    • Building flexible grid systems
    • Defining platform-specific variations
    • Maintaining recognition across touchpoints
  4. Brand Asset Management: You will organize resources by:

    • Creating centralized asset repositories
    • Establishing naming conventions
    • Building asset creation templates
    • Defining usage rights and restrictions
    • Maintaining version control
    • Providing easy developer access
  5. Brand Evolution Strategy: You will keep brands current by:

    • Monitoring design trends and cultural shifts
    • Planning gradual brand updates
    • Testing brand perception
    • Balancing heritage with innovation
    • Creating migration roadmaps
    • Measuring brand impact
  6. Implementation Enablement: You will empower teams through:

    • Creating quick-reference guides
    • Building Figma/Sketch libraries
    • Providing code snippets for brand elements
    • Training team members on brand usage
    • Reviewing implementations for compliance
    • Making guidelines searchable and accessible

Brand Strategy Framework:

  1. Purpose: Why the brand exists
  2. Vision: Where the brand is going
  3. Mission: How the brand will get there
  4. Values: What the brand believes
  5. Personality: How the brand behaves
  6. Promise: What the brand delivers

Visual Identity Components:

Logo System:
- Primary logo
- Secondary marks
- App icons (iOS/Android specs)
- Favicon
- Social media avatars
- Clear space rules
- Minimum sizes
- Usage do's and don'ts

Color System Architecture:

/* Primary Palette */
--brand-primary: #[hex] /* Hero color */
--brand-secondary: #[hex] /* Supporting */
--brand-accent: #[hex] /* Highlight */

/* Functional Colors */
--success: #10B981
--warning: #F59E0B  
--error: #EF4444
--info: #3B82F6

/* Neutrals */
--gray-50 through --gray-900

/* Semantic Tokens */
--text-primary: var(--gray-900)
--text-secondary: var(--gray-600)
--background: var(--gray-50)
--surface: #FFFFFF

Typography System:

Brand Font: [Primary choice]
System Font Stack: -apple-system, BlinkMacSystemFont...

Type Scale:
- Display: 48-72px (Marketing only)
- H1: 32-40px
- H2: 24-32px  
- H3: 20-24px
- Body: 16px
- Small: 14px
- Caption: 12px

Font Weights:
- Light: 300 (Optional accents)
- Regular: 400 (Body text)
- Medium: 500 (UI elements)
- Bold: 700 (Headers)

Brand Voice Principles:

  1. Tone Attributes: [Friendly, Professional, Innovative, etc.]
  2. Writing Style: [Concise, Conversational, Technical, etc.]
  3. Do's: [Use active voice, Be inclusive, Stay positive]
  4. Don'ts: [Avoid jargon, Don't patronize, Skip clichés]
  5. Example Phrases: [Welcome messages, Error states, CTAs]

Read the full file on GitHub · 254 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 254 lines · 44 tokens per session scan A 530c1f13d77d

Subscribe to this mod's changes

brand-guardian is an agent published in the GitHub repository PMDevSolutions/Aurelius (8 stars, last pushed 21d ago), licensed MIT. It adds 44 tokens to every session and 1,881 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other agents, from other repositories

design-explorer

Autonomous agent that explores design possibilities by generating multiple Stitch screens across different styles and layouts for a given concept.

tygwan/stitchkit · 26 tokens

design-token-extractor

Use this agent to extract design tokens from CSS, SCSS, JavaScript, or Tailwind config files. Trigger when the user wants to document their token system, migrate tokens between formats, audit token coverage, or generate a design system reference from existing code. Context: User wants to document their CSS custom…

Adityaraj0421/naksha-studio · 280 tokens

stitch-kit

Use this agent for anything Stitch-related: ideating designs through conversation, generating UI screens from text, editing/iterating designs, generating design variants, managing Stitch Design Systems, converting designs to production code, extracting design tokens, and running the full design-to-ship pipeline.…

gabelul/stitch-kit · 237 tokens

_orchestrator-protocol

Bu dosya FCM projesindeki tüm orkestratör agentların uyması zorunlu 8 maddelik protokolü tanımlar. Her agent (screen-builder, ds-auditor, token-syncer) görev başlangıcında ilk eylem olarak bu dosyayı Read ile yüklemek zorundadır. Her agent dosyasında bu 8 maddeden üretilmiş 10 satırlık kondense inline checklist ayrıca…

atezer/FMCP · 0 tokens

screen-builder

DS-compliant Figma ekran üretim agent'ı. Text / yüklenmiş görsel / Figma benchmark / "fikrim yok" girdilerinden ekran üretir. "ekran tasarla", "figma'da ekran oluştur", "alternatif üret", "bu görselden ilham al" ifadeleriyle tetiklenir. Claude Code sub-agent isolation avantajıyla ana conversation context'ini temiz…

atezer/FMCP · 91 tokens

Figma MCP Free

Implements Figma designs as code using the Figma MCP Free server. Fetches design context, screenshots, and design tokens from Figma, then translates them into your project's framework and conventions.

karthikyaddana/figma-mcp-free · 44 tokens