Sandbox
@cofoundy/brand-skills

Brand skills for Claude Code, Cursor, and more

This repo packages open-source Agent Skills for turning an idea into a brand inside your agent. It gives you reusable steps for naming, positioning, visual identity, voice, messaging, and brand guidelines, then stores the result as a brand package you can keep in git.

32 stars7 forksShellUpdated 2mo ago
Who it's for

Builders who want their agent to help create and manage a brand instead of leaving the work in chat history.

What it delivers

You can move from a rough idea to a reusable brand package with a name, identity, voice, and brand book.

What it does

Brand package creation

`brand-init` scaffolds a versioned `brand.yaml` package and folder that other skills read and write.

Naming workflow

`naming` generates metaphor-driven name candidates and filters them with prior-art and availability checks.

Brand strategy and positioning

`brand-strategy`, `brand-architecture`, and `brand-positioning` define the brand heart, structure, and market position.

Identity and voice system

`brand-identity`, `brand-voice`, and `brand-messaging` produce the visual brief, tone rules, and message hierarchy.

Brand book and audit

`brand-guidelines`, `brand-audit`, and `rebranding` turn the work into guidelines or revisit an existing brand.

Cross-agent installation

The repo supports `npx skills add` and a Claude Code plugin flow for use across many agents.

How to get it

  1. 1Cross-agent install via the open Agent Skills CLI — Claude Code, Cursor, Codex,…
    npx skills add cofoundy/brand-skills           # all skills
    npx skills add cofoundy/brand-skills -s naming # one skill
    npx skills add cofoundy/brand-skills -g        # install globally (user dir) instead of per-project
  2. 2Run
    /plugin marketplace add cofoundy/brand-skills
    /plugin install brand-skills@brand-skills
  3. 3Run
    npx skills add ./path/to/brand-skills          # or:
    /plugin marketplace add /abs/path/to/brand-skills

README

brand skills

Brand Skills — Branding, Naming & Brand Identity for AI Agents

Turn an idea into a real brand — name, identity, voice, and a brand book — without leaving your AI agent. 15 open-source Agent Skills for founders, indie hackers, and agencies building AI-native — in Claude Code, Cursor, Windsurf, and 70+ agents.

npx skills add cofoundy/brand-skills

License: MIT Agent Skills Stars Install


What you get

Describe your product in a sentence. Your agent runs the skills and hands back a complete, coherent brand:

  • A name that isn't AI slop — metaphor-driven, prior-art + domain checked, not a thesaurus mashup.
  • A full identity — positioning, architecture, visual brief, voice, and messaging that all tell the same story.
  • A brand book — guidelines ready to hand to a designer or a teammate.
  • Saved, not lost — every brand is a reusable brand.yaml package, not a chat you'll never find again.

One command, minutes — instead of a blank page, a freelancer brief, and three weeks.

Why it's different

Most "AI branding" hands you a logo with a tagline glued on. A logo isn't a brand. Brand Skills finds the story first, then carries it through every decision — so naming, voice, and messaging line up instead of fighting each other.

Built and dogfooded by Cofoundy on our own products. MIT-licensed — the whole pipeline is yours to read, fork, and ship.

Install

A — npx skills (recommended; works in 70+ agents)

Cross-agent install via the open Agent Skills CLI — Claude Code, Cursor, Codex, OpenCode, and more:

npx skills add cofoundy/brand-skills           # all skills
npx skills add cofoundy/brand-skills -s naming # one skill
npx skills add cofoundy/brand-skills -g        # install globally (user dir) instead of per-project

Installs to your agent's skills dir (e.g. .claude/skills/…, .cursor/…). Try one without installing: npx skills use cofoundy/brand-skills -s naming | claude.

B — Claude Code plugin

/plugin marketplace add cofoundy/brand-skills
/plugin install brand-skills@brand-skills

C — Local (before/without a remote)

npx skills add ./path/to/brand-skills          # or:
/plugin marketplace add /abs/path/to/brand-skills

Troubleshooting: if skills don't trigger after install, reload your agent (Claude Code: /reload-plugins or restart). Each skill is self-contained markdown — cat .claude/skills/naming/SKILL.md to confirm it landed.

The brand-genesis pipeline

        ┌─────────────┐
        │brand-context│  ← foundation. Every skill reads this first.
        └──────┬──────┘
               │
   naming ─→ brand-architecture ─→ brand-identity ─┐
   (metaphor   (standalone vs       (logo brief,    │
    engine)     sub-brand vs         palette, type) │
                house-of-brands)                    ▼
   brand-strategy · brand-positioning · target-audience · competitor-branding
                                                    │
   brand-voice · brand-messaging · brand-story ─────┤
                                                    ▼
                                          brand-guidelines  (the brand book)
                                          brand-audit · rebranding

Skills

SkillWhat it does
brand-initScaffolds a structured brand package (brand.yaml + folder) and registers it in a portfolio. The persistence layer every other skill reads/writes.
namingMetaphor-driven brand & product naming. 30–50 candidates → filtered → prior-art + availability checked → vetted finalists. Avoids AI slop.
brand-contextFoundation. Captures the brand DNA every other skill reads first.
brand-strategyBrand heart, archetype, values — the full strategy report.
brand-architectureStandalone vs sub-brand vs branded-house vs house-of-brands. Naming systems for product families.
brand-positioningCompetitive map, positioning territory + statement, proof points.
target-audienceICP, personas, psychographics, audience language.
competitor-brandingHow competitors brand themselves → gaps + differentiation.
brand-identityVisual identity brief — logo direction, color, type, imagery (to brief a designer).
brand-voiceVerbal identity — tone, voice qualities, vocabulary, writing rules.
brand-messagingMessaging hierarchy — taglines, value prop, key messages.
brand-storyOrigin story + founder narrative (long / short / one-liner).
brand-guidelinesThe brand book — logo usage, color, type, voice, application rules.
brand-auditBrand health across 6 dimensions.
rebrandingAudit → reposition → relaunch an existing brand.

Scope: v0 is brand genesis — creating a brand. It does not do go-to-market (ads, channels, growth). That's intentional; a brand should exist before it's marketed.

Brand packages & registry (the persistence layer)

Unlike chat-only brand tools, Brand Skills writes a brand package — a versioned, queryable folder:

brand/
  brand.yaml          # manifest: name, one-liner, status, archetype, which artifacts exist
  context.md  naming.md  strategy.md  identity.md  voice.md  guidelines.md  …
  assets/

Managing several brands? A brands/registry.yaml indexes them so any agent can answer "what brands do we have / where / what's the one-liner" in one query. The registry is a SSOT file, not agent memory — git-tracked and shareable. Full spec: references/brand-package-spec.md.

Spanish / LATAM localization

First-class Spanish / LATAM support — Spanish phonosemantics, cultural-connotation screening across major markets, and regional conventions — alongside English. See references/localization-es-latam.md.

Credits

Built on two excellent MIT-licensed projects, absorbed and extended here (see NOTICE):

License

MIT © Cofoundy SAC. Upstream copyrights preserved in NOTICE.


Keywords: brand skills · branding · brand strategy · brand naming · brand identity · brand voice · brand positioning · brand guidelines · rebranding · agent skills · Claude Code · AI branding · brand book generator.

Files in the repo

Repository payload12 top-level entries
  • .claude-plugin
  • .github
  • assets
  • docs
  • references
  • scripts
  • skills
  • .gitignore
  • CONTRIBUTING.md
  • LICENSE
  • NOTICE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

86k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k