new-template

new-template is a skill for Claude Code from roslove44/brand-artisan. It costs 78 tokens per session (1,598 once invoked), scanned A, original, MIT.

A skill for starting a new visual template in an existing BrandArtisan project, a project that renders branded images from code.

In plain words
What is it for?
Use it to create a new image, cover, banner, or Open Graph template with the required project name, dimensions, and brand assets.
Why use it?
It checks the project's brand guide before creating anything, so new visuals follow the established colors, fonts, logos, and restrictions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the brand-artisan plugin — 15 skills shipped together

Good fit Use it to create a new image, cover, banner, or Open Graph template with the required project name, dimensions, and brand assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roslove44/brand-artisan/new-template
Install

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.

Any agent
npx skills add roslove44/brand-artisan --skill new-template
Clone the repo
git clone --depth 1 https://github.com/roslove44/brand-artisan

Made for: Claude Code.

Or install brand-artisan, the plugin that ships this one along with the rest of its 15 skills.

Wrote 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.

agentmods badge for new-template

README.md
[![agentmods](https://agentmods.dev/badge/skills/roslove44/brand-artisan/new-template/github.svg)](https://agentmods.dev/skills/roslove44/brand-artisan/new-template)
Your own site
<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.

agentmods 80×15 button for new-template

Your own site · 80×15
<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>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 09ec03f084d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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 ...`
skills/new-template/SKILL.md · 145 lines

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.md exists, 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 -> family Geist Mono, weight 600). If the guidelines require another font that is absent from fonts/, follow the Missing font procedure below: never use one silently.
  • Assets through brand("<project>/...") (never a path relative to the cwd, nor ../../..).
  • scale is optional in size if a retina render is wanted.
  • Default export satisfies Template.

Read the full file on GitHub · 145 lines

Changes

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.

  1. 12d ago First seen · 145 lines · 78 tokens per session scan A 09ec03f084d8

Subscribe to this mod's changes

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.

Related

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…

zstvns/design-skills · 184 tokens

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.

QwenLM/qwen-code · 69 tokens

frame-logo-outro

Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.

nexu-io/open-design · 24 tokens

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.

XiaomiMiMo/MiMo-Code · 44 tokens

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…

Manavarya09/design-extract · 98 tokens

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…

jeremylongshore/tons-of-skills-marketplace · 126 tokens