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 roslove44/brand-artisan --skill new-templategit clone --depth 1 https://github.com/roslove44/brand-artisanWrote 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/roslove44/brand-artisan/new-template)<a href="https://agentmods.dev/skills/roslove44/brand-artisan/new-template"><img src="https://agentmods.dev/badge/skills/roslove44/brand-artisan/new-template/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/roslove44/brand-artisan/new-template"><img src="https://agentmods.dev/badge/skills/roslove44/brand-artisan/new-template.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.00078 | $0.01598 |
| Opus 5 | $0.00039 | $0.00799 |
| Sonnet 5 | $0.00016 | $0.00320 |
| Haiku 4.5 | $0.00008 | $0.00160 |
Grade A, and why
new-template scanned grade A with 1 finding 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. **Download** to `fonts/<Family>-<weight>.ttf`, using `curl -L <url> -o ...` How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
new-template: scaffolding a visual
Goal: create templates/<project>/<name>.tsx conforming to the Template
contract and aligned with the project's guidelines.
1. Resolve <project> and <name>
Take them from the arguments. Otherwise ask. <name> is a kebab-case slug (e.g.
cover, og-home, linkedin-banner). Check that
templates/<project>/<name>.tsx does not already exist.
2. Read the guidelines (blocking)
Read brands/<project>/brand.md. If the file does not exist -> STOP:
produce no visual, tell the user to run /new-project <project> first. That is
the CLAUDE.md rule, without exception.
While reading the guidelines, extract: the palette (roles + hex), type and weights, logo/favicon variants and their rules, and the don'ts.
3. Build on what is there
If templates/<project>/ already holds a .tsx, read it as a style reference
(e.g. og.tsx) and match its conventions. Otherwise start from the skeleton
below.
4. Frame the visual (ask, don't guess)
Ask the user for:
- Dimensions (px). Suggest a default for the use: OG ~1200×630, social cover ~1500×500, LinkedIn banner ~1584×396.
- Message / content (headline, tagline, elements). If
brands/<project>/project.mdexists, read it to set the tone and the claims (don't invent figures or promises); otherwise ask for the tone rather than guessing. - Which logo variant to use (depending on the background, following the guideline rules).
If the brief has several possible readings -> present them, don't choose in silence (CLAUDE.md principle #1).
5. Write the .tsx
Respect the Template contract (from brand-artisan) and the project's
conventions:
- Colors as named constants taken from the guidelines: don't invent hex.
- Fonts: those present in
fonts/, discovered automatically by the engine. The file name gives the family and the weight (GeistMono-600.ttf-> familyGeist Mono, weight 600). If the guidelines require another font that is absent fromfonts/, follow the Missing font procedure below: never use one silently. - Assets through
brand("<project>/...")(never a path relative to the cwd, nor../../..). scaleis optional insizeif a retina render is wanted.- Default export
satisfies Template.
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.
- 12d ago First seen · 145 lines · 78 tokens per session scan A 09ec03f084d8
new-template is a skill published in the GitHub repository roslove44/brand-artisan (4 stars, last pushed 14d ago), licensed MIT. It adds 78 tokens to every session and 1,598 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
collateral-design
Apply a brand's defined visual system to any fixed-format piece that isn't a website — decks and presentations, one-pagers and sales sheets, social posts and graphics, blog/OG thumbnails, business cards, brochures, flyers, posters, banners, billboards, and paid ads. Use when the user mentions 'design a deck,' 'pitch…
desktop-brand-builder
Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.
frame-logo-outro
Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.
ideate
Generate image-based alternatives, remixes, or new design directions from a Product Design brief. Use when the user asks for design variants, visual exploration, remixes, or image-generated approaches from provided context.
extract-design
Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…
design
Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the…