SKILL.md is the entry point: it tells an agent which supporting files matter.
This example was generated by Bloom from Verso Coffee, a fictional demo brand owned by Bloom. It is an unmodified production export, not a template. Its supporting filenames, content, and assets are specific to Verso; other Brand Skills will differ.
A Brand Skill contains one brand’s identity. The optional Bloom
Skill teaches an agent how to
use Bloom.
Download the example Brand Skill
Download the unmodified production export shown below, then extract it as one folder.
Inside the folder
This is how the Verso example is organized. Every guidance filename is shown; repeated asset filenames are collapsed to one example.SKILL.md
references
brand-imagery.md
brand-voice.md
color-palette.md
merchandise.md
product-lineup.md
typography.md
ui-components.md
assets
manifest.json
images
fonts
favicon
SKILL.mdis the entry point. It states the brand’s core rules and routes each task to the right reference files.references/separates focused guidance so an agent can load only what the task needs.assets/manifest.jsonrecords the packaged image and font paths, descriptions, roles, and usage.assets/images/,assets/fonts/, andassets/favicon/keep the source material available locally.
Selected contents
These excerpts show the route an agent follows: start withSKILL.md, then load the focused reference files needed for the task. brand-voice.md is one example of that second layer.
SKILL.md
Every Brand Skill starts here. The entry point identifies the Skill, states its most important rules, and routes work to the supporting files:
references/brand-voice.md
For a writing task, SKILL.md routes the agent here for focused voice guidance. Other tasks route to other references:
Use it with an agent
A Brand Skill makes the same brand context reusable beyond Bloom. Instead of restating the brand in every prompt, extract the ZIP, give the folder to your agent, and ask for something concrete: WriteSKILL.md, then follows its routes to the guidance and assets needed for that request. For example, the email calls for voice and product guidance, while the landing page also needs imagery, color, and typography.
Use your own brand
Use a Brand Skill through either Bloom interface:- MCP — Ask a connected agent to inspect it. Connect an agent to Bloom.
- API — Retrieve it for another system, either as structured data or a complete ZIP. See the Brand Skill API guide.