brandalf
warpdotdev/common-skills
Keeps any Warp- or Oz-branded asset on-brand by pulling live style and voice guidance from the canonical brand source.
What is brandalf?
Brandalf is an entrypoint skill for creating or reviewing any Warp- or Oz-branded deliverable. It fetches a live, hosted brand guide as the source of truth for visual style, voice/tone, component rules, and naming, then applies those rules to the asset at hand.
- Fetches the canonical hosted brand skill (visual style, color, typography, voice/tone, component rules, naming) before any branded work
- Extracts guidance relevant to the specific asset being created or revised
- Applies the fetched brand rules to the requested output
- Notes the brand constraints that materially shaped the final result
- Falls back to asking the user whether to proceed with best-effort guidance or retry if the source is unreachable
How to install brandalf
npx skills add https://github.com/warpdotdev/common-skills --skill brandalf- Network access to fetch https://warp-brand-site.vercel.app/brand/skill
How to use brandalf
- 1.Identify that the task involves a Warp- or Oz-branded deliverable (page, doc, UI, copy, prompt, social asset, presentation, etc.)
- 2.Invoke the skill so it fetches the hosted brand guide from https://warp-brand-site.vercel.app/brand/skill
- 3.Let it extract the guidance relevant to the specific asset (visual style, color, typography, voice/tone, component rules, naming/capitalization)
- 4.Apply those rules when generating or revising the asset
- 5.Review the output along with the noted brand constraints that shaped it
- 6.If the hosted source is unreachable, choose whether to proceed with best-effort guidance or retry the fetch
Use cases
- Building a Warp or Oz launch page that must match official visual style and tone
- Writing or revising docs/copy so it reads as unmistakably Warp- or Oz-branded
- Creating UI mockups or HTML/CSS components consistent with the brand's design system
- Reviewing social assets, prompts, or presentations for brand compliance before publishing
- Producing agentic development (ADE) materials explicitly branded for Warp or Oz
- Designers and writers producing Warp or Oz branded marketing/launch assets
- Developers building UI components or docs that must follow Warp/Oz brand standards
- Anyone creating presentations, social assets, or prompts that need to look and sound like Warp or Oz
brandalf FAQ
None of the actual style rules are stored in the skill itself. It fetches the canonical brand guide live from https://warp-brand-site.vercel.app/brand/skill each time.
The skill will tell you the canonical branding source was unavailable and ask whether to proceed with best-effort guidance or retry fetching.
No, it's scoped specifically to Warp, Oz, Warp Drive, and explicitly Warp/Oz-branded agentic development (ADE) materials.
Yes, it needs to fetch the hosted URL to get up-to-date visual style, color, typography, voice/tone, component, and naming rules.
Full instructions (SKILL.md)
Source of truth, from warpdotdev/common-skills.
name: brandalf description: Guides creation, revision, and review of Warp- or Oz-branded assets. Use when working on launch pages, docs, HTML/CSS components, UI mockups, prompts, social assets, copy, presentations, or any other branded deliverable that should look and sound unmistakably Warp or Oz.
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
- Fetch the hosted brand skill from
https://warp-brand-site.vercel.app/brand/skill. - Extract the guidance relevant to the asset being created.
- Apply those rules to the requested output.
- 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.
Related skills
More from warpdotdev/common-skills and the wider catalog.
spec-driven-implementation
Write PRODUCT.md and TECH.md specs before implementation to drive clarity and quality for substantial features.
write-product-spec
Write detailed PRODUCT.md specs for significant Warp features, focused on user-visible behavior and invariants.
review-pr
Review pull request diffs and write structured feedback to review.json for workflow publication.
resolve-merge-conflicts
Extract conflict hunks and compact diffs to resolve Git merge conflicts without loading full files.
write-tech-spec
Write a TECH.md spec translating product intent into an implementation plan grounded in codebase structure.
fix-errors
Fix compilation errors, linting issues, and test failures in the warp Rust codebase.