Brand Asset
Structured logo/icon/pattern prompt specs with FAL.ai automation - but the automation script lives outside the skill folder.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ab85a20
Copying just skills/creative/brand-asset (the documented install path) leaves docs/creative_cli.py and two sibling skills it calls out (creative-strategist, image-generation) behind - the automation command and cross-skill handoffs are dead on arrival standalone, even though the core prompt-spec workflow is genuinely more rigorous than a freehand logo prompt.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Brand Asset does
Produces generation-ready prompt specs (style, palette, composition, negative constraints) for logo concepts, icon sets, patterns, illustrations, and textures, with an optional FAL.ai automation step. Triggers on 'design a logo', 'I need icons', 'brand pattern/texture', or 'make my brand assets'; the automation command and upstream/downstream skill handoffs it documents live outside this skill's own folder, so a single-skill GitHub install leaves them broken.
How to install Brand Asset
git clone https://github.com/sanky369/vibe-building-skills
cd vibe-building-skills
mkdir -p ~/.claude/skills
cp -r skills/creative/brand-asset ~/.claude/skills/brand-asset
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Brand Asset
-
/brand-assetStructured logo/icon/pattern prompt specs with FAL.ai automation - but the automation script lives outside the skill folder.
It also activates on plain-language prompts like these:
-
Write a logo concept spec for our new coffee roastery brand -
I need an icon set prompt spec matching our brand palette -
Create a brand pattern and texture spec for our packaging
Frequently asked questions
- Is the Brand Asset skill free?
- Yes. The skill itself is free from sanky369/vibe-building-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Brand Asset work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Copying just skills/creative/brand-asset (the documented install path) leaves docs/creative_cli.py and two sibling skills it calls out (creative-strategist, image-generation) behind - the automation command and cross-skill handoffs are dead on arrival standalone, even though the core prompt-spec workflow is genuinely more rigorous than a freehand logo prompt.
- What is the Brand Asset SkillProof Score?
- 8.0/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Brand Asset?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Brand Asset with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.