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 skills add aneja5/forge-skills --skill brand-and-identitygit clone --depth 1 https://github.com/aneja5/forge-skillsWrote 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/aneja5/forge-skills/brand-and-identity)<a href="https://agentmods.dev/skills/aneja5/forge-skills/brand-and-identity"><img src="https://agentmods.dev/badge/skills/aneja5/forge-skills/brand-and-identity/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/aneja5/forge-skills/brand-and-identity"><img src="https://agentmods.dev/badge/skills/aneja5/forge-skills/brand-and-identity.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.00043 | $0.01733 |
| Opus 5 | $0.00022 | $0.00866 |
| Sonnet 5 | $0.00009 | $0.00347 |
| Haiku 4.5 | $0.00004 | $0.00173 |
Grade A, and why
brand-and-identity 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 11d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand and Identity
Overview
Pin down brand essence, logo rules, color identity, typography identity, voice and tone, icon system, illustration style, and multi-product consistency before design tokens get chosen. Output is .forge/brand-identity.md. Upstream of design-system — brand colors map to UI semantic tokens; voice rules shape every microcopy decision; the icon system is inherited by component-library.
When to Use
- A new company or product is being designed and no brand foundation exists
- A second product is being added to a shared brand and the relationship needs defining
- Microcopy is drifting (different voice in onboarding vs errors vs empty states)
- A logo is being used in slides, marketing, and product UI with no documented rules
- Icons in the product mix three styles (outlined, filled, custom) and the team can't agree
When NOT to Use
- A single internal admin tool with no external surface — skip to
design-system - A backend-only service
- A trivial visual tweak inside one screen — that's
incremental-implementation
Common Rationalizations
| Thought | Reality |
|---|---|
| "We'll figure out the brand later" | Every screen you ship without brand rules is brand debt. Later means inconsistency baked into 50 screens. |
| "Just pick a color and go" | A color without a system becomes 15 slightly different blues across two products. |
| "Microcopy doesn't matter" | Users read microcopy more than marketing copy. Every button label is a brand moment. |
| "We don't need logo rules, it's just us" | The moment someone else makes a slide deck, they'll stretch the logo. Rules prevent this. |
| "One product, no need for multi-product rules" | Products multiply. Define what's shared on day one, not day 365. |
Red Flags
- Logo used without clear space (text or graphics touching the mark)
- Brand colors used as UI colors directly with no semantic mapping
- Different voice in different parts of the product (formal in errors, casual in onboarding)
- Icon styles mixed in the same view (outline + filled + custom)
- No empty-state copy guideline — engineers write "No data found" by default
- Typography mixing brand and UI faces with no documented role split
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.
- 11d ago First seen · 126 lines · 43 tokens per session scan A 7e39cdfc0927
brand-and-identity is a skill published in the GitHub repository aneja5/forge-skills (3 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 1,733 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 skills, from other repositories
mermaid
Generate Mermaid diagrams from user requirements. Supports flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and 18 more diagram types.
lottie-design
Search, fetch, and integrate free Lottie animations into React, React Native, Vue, Svelte, Angular, Flutter, and Vanilla web projects. Use when the user asks for any Lottie/dotLottie/animation work — loaders, success checkmarks, splash screens, empty states, onboarding, micro-interactions. Triggers on keywords like…
design-everyday-things
Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…
web-typography
Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", "typographic scale", or "the text is hard to read". Also trigger when choosing between system…
hooked-ux
Design habit-forming product loops using the Hook Model (Trigger, Action, Variable Reward, Investment). Use when the user mentions "users arent coming back", "habit formation", "engagement loops", "habit zone", or "the manipulation matrix". Also trigger when designing notification or re-engagement strategies, building…
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.