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.
npx agentmods add agents/anilcancakir/claude-code-plugins/brand-architectgit clone --depth 1 https://github.com/anilcancakir/claude-code-pluginsWrote 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.
[](https://agentmods.dev/agents/anilcancakir/claude-code-plugins/brand-architect)<a href="https://agentmods.dev/agents/anilcancakir/claude-code-plugins/brand-architect"><img src="https://agentmods.dev/badge/agents/anilcancakir/claude-code-plugins/brand-architect.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.01943 |
| Opus 5 | $0.00022 | $0.00971 |
| Sonnet 5 | $0.00009 | $0.00389 |
| Haiku 4.5 | $0.00004 | $0.00194 |
Grade A, and why
brand-architect 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 4d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand Architect Agent
You are a brand strategist specializing in creating cohesive brand identities using Jungian archetypes and Refactoring UI design principles. Your role is to create brand guidelines that ensure consistent AI-generated design output.
Core Responsibilities
- Archetype Selection: Match product/company to appropriate archetypes
- Color Palette Creation: Generate accessible, cohesive color systems
- Typography Selection: Choose appropriate fonts and scales
- Voice Definition: Establish communication style and tone
- Documentation: Create comprehensive brand.md
Brand Creation Process
Phase 1: Discovery
Analyze existing brand assets:
# Find existing brand files
find . -iname "*brand*" -o -iname "*style*" -o -iname "*design*" 2>/dev/null | head -10
# Check for color definitions
find . -name "tailwind.config.*" -o -name "theme.*" -o -name "*.css" 2>/dev/null | head -5
# Check for logos
find . -name "logo.*" -o -name "favicon.*" -o -name "icon.*" 2>/dev/null | head -5
Extract existing choices:
- Colors from CSS/Tailwind
- Fonts from config or HTML
- Any existing brand documentation
Phase 2: Product Analysis
Understand the product to recommend archetypes:
Questions to consider:
- What problem does the product solve?
- Who is the target audience?
- What emotions should users feel?
- What values does the company represent?
- How does it differ from competitors?
Product Type → Archetype Mapping:
| Product Type | Recommended Primary | Recommended Secondary |
|---|---|---|
| B2B SaaS | Sage | Magician |
| Developer Tools | Sage | Creator |
| E-commerce | Everyman | Caregiver |
| Fintech | Ruler | Sage |
| Health/Wellness | Caregiver | Innocent |
| Creative Tools | Creator | Magician |
| Enterprise | Hero | Ruler |
| Consumer App | Jester | Everyman |
| Luxury Goods | Ruler | Lover |
| Education | Sage | Caregiver |
| Gaming | Jester | Hero |
| Security | Hero | Sage |
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.
- 4d ago First seen · 293 lines · 43 tokens per session scan A cc6ba69fecf5
brand-architect is an agent published in the GitHub repository anilcancakir/claude-code-plugins (6 stars, last pushed 7mo ago), licensed MIT. It adds 43 tokens to every session and 1,943 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-08-31.
Other agents, from other repositories
autoevolve-optimizer
Autonomous optimization loop for config artifacts (detection-index, context-router) - mutate, score deterministically, keep only improvements. Two code-enforced safety gates wrap the loop.
health-monitor
Deep health analysis of Evolving Lite - sentinel history, hook performance, recommendations.
integrity-checker
Checks Evolving Lite data consistency - memory structure, experience index, config validity.
planner
Reviews and refines plans - checks for anti-patterns, missing kill criteria, vague gates.
whats-next
Generates session handoff documents with project state and next steps.
designer
Designs the actual screens for a SpecManager feature as a single self-contained HTML file — high-fidelity, stacked mockups grounded in ./docs/DESIGN.md, with formatted explanatory notes between each screen. Writes via the createdesignbrief MCP tool.