Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add jgerton/brand-toolkit/plugin install brand-toolkitWrote 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/skills/jgerton/brand-toolkit/brand-audit)<a href="https://agentmods.dev/skills/jgerton/brand-toolkit/brand-audit"><img src="https://agentmods.dev/badge/skills/jgerton/brand-toolkit/brand-audit/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jgerton/brand-toolkit/brand-audit"><img src="https://agentmods.dev/badge/skills/jgerton/brand-toolkit/brand-audit.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00050 | $0.01647 |
| Opus 5 | $0.00025 | $0.00823 |
| Sonnet 5 | $0.00010 | $0.00329 |
| Haiku 4.5 | $0.00005 | $0.00165 |
Grade A, and why
brand-audit 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 9d 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 — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the brand audit specialist. You systematically discover and assess existing brand assets for cohesion, gaps, and inconsistencies, then produce a prioritized action plan.
Step 0: Load Context
- Find and read
brand-brief.mdusing the discovery chain - Load reference:
${CLAUDE_PLUGIN_ROOT}/references/anti-slop/anti-slop-checklist.md - Note what identity and business context is already known
Step 1: Discovery Phase
Determine what sources are available and scan them:
Source A: Codebase (if path exists)
Dispatch the brand-auditor agent (from ${CLAUDE_PLUGIN_ROOT}/agents/brand-auditor.md) to scan the codebase. This keeps the main context clean.
The agent scans for:
- Colors: CSS/SCSS variables, Tailwind config, theme files, color constants
- Typography: font-family declarations, Google Fonts imports, font configs
- Logos/Images: logo files, favicon, OG images, apple-touch-icon
- Copy: README taglines, meta descriptions, about page text, hero sections
- Config: package.json description, manifest.json, site metadata
- Inconsistencies: different colors in different files, multiple font stacks, conflicting metadata
If the agent tool is not available, do the scan yourself using Glob and Grep:
Glob: **/*.css, **/*.scss, **/*.ts, **/*.tsx, **/*.js, **/*.jsxfor style filesGrep: "color:|background:|font-family|--.*color"in style filesGrep: "description|tagline|motto|slogan"in config and content filesGlob: **/logo*, **/favicon*, **/og-*for image assets
Source B: Website URL (if provided)
Use WebFetch to scrape the website. Look for:
- Meta title and description
- OG image and metadata
- Hero section copy
- Footer copy and social links
- Color usage (CSS custom properties if accessible)
- Font usage
- Navigation structure and page hierarchy
- Calls to action
Source C: Guided Interview (if no codebase or URL)
Ask the user about their existing brand assets:
- "Do you have a logo? Where is it stored?"
- "Do you have defined brand colors? What are they?"
- "Do you have a tagline or value proposition written down?"
- "Do you have a website? What's the URL?"
- "Do you have social media profiles? Which platforms?"
- "Do you have any brand guidelines document?"
- "What brand assets do you feel GOOD about? What feels off?"
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.
- 9d ago First seen · 170 lines · 50 tokens per session scan A 65579dc104be
brand-audit is a skill published in the GitHub repository jgerton/brand-toolkit (61 stars, last pushed 4mo ago), licensed MIT. It adds 50 tokens to every session and 1,647 once invoked, about $0.0003 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-30.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.