
Brandalf
Keep Warp- and Oz-branded pages, UI, copy, and social assets aligned with the live canonical brand skill before you ship or publish.
Overview
Brandalf is an agent skill most often used in Launch (also Build, Grow) that fetches Warp/Oz canonical branding from a hosted skill URL and applies it to any branded deliverable.
Install
npx skills add https://github.com/warpdotdev/common-skills --skill brandalfWhat is this skill?
- Fetches the canonical brand skill from warp-brand-site.vercel.app/brand/skill before every create or revise pass
- Covers visual style, color, typography, voice, components, naming, and implementation rules for Warp and Oz
- Scoped to Warp, Oz, Warp Drive, and ADE materials explicitly branded for those products
- Four-step workflow: fetch hosted skill, extract relevant guidance, apply to output, note material brand constraints in t
- Fails open with user choice when the hosted source cannot be fetched
- 4-step workflow: fetch, extract, apply, note constraints
- Canonical source URL: warp-brand-site.vercel.app/brand/skill
Adoption & trust: 3.2k installs on skills.sh; 18 GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are shipping Warp- or Oz-facing pages, UI, or copy and risk drifting from official colors, voice, and naming because the agent is guessing from memory.
Who is it for?
Indie builders shipping Warp/Oz launch pages, docs, UI, or social creative who need one repeatable fetch-and-apply branding ritual.
Skip if: Unbranded products, competitor brands, or teams who refuse to depend on the hosted canonical URL when it is reachable.
When should I use this skill?
Working on launch pages, docs, HTML/CSS, UI mockups, prompts, social assets, copy, presentations, or any Warp- or Oz-branded deliverable.
What do I get? / Deliverables
Each branded asset is shaped by freshly fetched canonical rules, with important constraints called out in the delivery note.
- On-brand revised or newly created asset aligned to fetched rules
- Brief note of material brand constraints that shaped the output
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Most branded deliverables are distribution and launch-facing (pages, social, presentations), so launch is the canonical shelf even though the same rules apply when polishing build-time UI and docs. Distribution covers go-to-market and outward-facing assets where off-brand color, voice, or naming breaks trust fastest.
Where it fits
Draft a Warp launch hero and CTA copy after fetching live color and voice rules from the hosted skill.
Refactor an Oz-themed HTML/CSS component so spacing, tokens, and capitalization match the canonical component section.
Revise ADE documentation screenshots and prose so Warp Drive naming stays consistent with the fetched skill.
Tune social post prompts so tone and visual references stay on-brand for Oz distribution posts.
How it compares
Use as a branded fetch-and-apply workflow, not a substitute for your own design system outside Warp/Oz.
Common Questions / FAQ
Who is brandalf for?
Solo and indie builders (and small teams) producing Warp-, Oz-, or Warp Drive-branded launch and product materials with coding agents.
When should I use brandalf?
Use it when revising launch pages, docs, HTML/CSS, UI mockups, social assets, or presentations in Launch; when polishing branded UI in Build; or when growth content must match official voice in Grow.
Is brandalf safe to install?
It instructs agents to fetch a public brand URL and edit local project files; review the Security Audits panel on this page before enabling network access in your environment.
SKILL.md
READMESKILL.md - Brandalf
# Brandalf Use this skill as the entrypoint for Warp and Oz branding work. ## Source of truth The canonical brand skill lives at: `https://warp-brand-site.vercel.app/brand/skill` Before creating or revising any Warp- or Oz-branded asset, read that URL and use its contents as the source of truth for: - visual style - color usage - typography - voice and tone - component rules - naming and capitalization - implementation guidance Do not rely on memory when the hosted skill can be fetched. ## Workflow 1. Fetch the hosted brand skill from `https://warp-brand-site.vercel.app/brand/skill`. 2. Extract the guidance relevant to the asset being created. 3. Apply those rules to the requested output. 4. When presenting the result, briefly note any important brand constraints that materially shaped the output. ## Scope Use Brandalf for assets related to: - Warp - Oz - Warp Drive - agentic development / ADE materials that are explicitly branded for Warp or Oz ## If the source is unavailable If the hosted skill cannot be fetched, say that the canonical branding source was unavailable and ask the user whether to proceed with best-effort branding guidance or to retry fetching it.