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 daffy0208/ai-dev-standards --skill brand-designergit clone --depth 1 https://github.com/daffy0208/ai-dev-standardsWrote 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/daffy0208/ai-dev-standards/brand-designer)<a href="https://agentmods.dev/skills/daffy0208/ai-dev-standards/brand-designer"><img src="https://agentmods.dev/badge/skills/daffy0208/ai-dev-standards/brand-designer/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/daffy0208/ai-dev-standards/brand-designer"><img src="https://agentmods.dev/badge/skills/daffy0208/ai-dev-standards/brand-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
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.00016 | $0.03945 |
| Opus 5 | $0.00008 | $0.01972 |
| Sonnet 5 | $0.00003 | $0.00789 |
| Haiku 4.5 | $0.00002 | $0.00394 |
Grade A, and why
brand-designer 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 — 672 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand Designer Skill
I help you create cohesive brand identities, logos, and visual brand systems.
What I Do
Brand Identity:
- Logo design and variations
- Color palettes
- Typography systems
- Brand guidelines
Visual Assets:
- Business cards, letterheads
- Social media templates
- Marketing materials
- Brand presentation decks
Brand Strategy:
- Brand positioning
- Target audience definition
- Competitor analysis
- Brand voice and tone
Logo Design Process
Step 1: Brand Discovery
Questions to Answer:
- What does the company do?
- Who is the target audience?
- What are the brand values?
- What feeling should the logo evoke?
- Any colors/symbols to avoid?
Example Brief:
## Brand Brief: TechStart
**Industry:** SaaS, developer tools
**Target Audience:** Software developers, 25-40 years old
**Brand Values:** Innovation, simplicity, reliability
**Personality:** Modern, technical, approachable
**Competitors:** GitHub, GitLab, Vercel
**Logo Requirements:**
- Works in monochrome
- Scales from 16px (favicon) to billboard
- Modern, not trendy (should age well)
- Unique, memorable
Step 2: Logo Concepts
Concept 1: Wordmark
Clean, modern typography
Focus on the company name
Example: Google, Facebook, Netflix
Concept 2: Lettermark
Initials in a distinctive way
Good for long company names
Example: IBM, HBO, CNN
Concept 3: Icon + Wordmark
Symbol + company name
Most versatile option
Example: Nike, Apple, Twitter
Example SVG Logo (React Component):
// components/brand/Logo.tsx
interface LogoProps {
variant?: 'full' | 'icon' | 'wordmark'
color?: 'primary' | 'white' | 'black'
size?: number
}
export function Logo({ variant = 'full', color = 'primary', size = 40 }: LogoProps) {
const colors = {
primary: '#0066CC',
white: '#FFFFFF',
black: '#000000'
}
const fillColor = colors[color]
if (variant === 'icon') {
return (
<svg width={size} height={size} viewBox="0 0 40 40" fill="none">
<circle cx="20" cy="20" r="18" fill={fillColor} />
<path
d="M15 20 L25 15 L25 25 Z"
fill="white"
/>
</svg>
)
}
if (variant === 'wordmark') {
return (
<svg width={size * 4} height={size} viewBox="0 0 160 40" fill="none">
<text
x="0"
y="30"
fontFamily="Inter, sans-serif"
fontSize="24"
fontWeight="700"
fill={fillColor}
>
TechStart
</text>
</svg>
)
}
// Full logo (icon + wordmark)
return (
<svg width={size * 5} height={size} viewBox="0 0 200 40" fill="none">
<circle cx="20" cy="20" r="18" fill={fillColor} />
<path d="M15 20 L25 15 L25 25 Z" fill="white" />
<text
x="50"
y="30"
fontFamily="Inter, sans-serif"
fontSize="24"
fontWeight="700"
fill={fillColor}
>
TechStart
</text>
</svg>
)
}
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 672 lines · 16 tokens per session scan A b1658483d344
brand-designer is a skill published in the GitHub repository daffy0208/ai-dev-standards (36 stars, last pushed 8mo ago), licensed MIT. It adds 16 tokens to every session and 3,945 once invoked, about $0.0001 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
visual-identity-prompt
Writes a comprehensive visual identity prompt for a show, channel, or publication — a master brief that defines the complete visual language and can be used to art-direct any asset in the project's visual system.
Brand Identity Builder
Build complete brand identity systems and guidelines.
identidade-visual
Criação de identidade visual e brand guidelines completos para marcas brasileiras.
manual-de-marca
Brandbook completo: aplicações de marca, tipografia, cores e restrições para uso consistente.
brand-visual-system-agent
Create complete brand visual identity systems including brand strategy, logo systems, VI guidelines, color and typography systems, graphic language, marketing materials, packaging, merchandise, brand IP or mascot design, and visual extensions. Use when the deliverable is a cohesive multi-asset brand identity rather…
brandbook
Distill any brand into a complete brand system: paste a URL, name, or screenshots and get a design-model.yaml (single source of truth), a script-rendered brandbook.html (tokens, type, voice, imagery spec, components, applications) and one hand-crafted landing page that proves the system captures the brand. Use when…