Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Build Brand Identity Kits

ASecurity

Other tools make logos. CellCog builds brands. #1 on DeepResearch Bench (Apr 2026) for deep strategic reasoning + the widest modality coverage in AI. Brand identity, brand kits, color palettes, typography, brand guidelines, logo design, visual identity, social media, web design,…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythonrustgobashgitapidocumentation

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill build-brand-identity-kits --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Build Brand Identity Kits?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Build Brand Identity Kits
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-build-brand-identity-kits/badge)](https://www.skillsdirectory.com/skills/rondoflow-build-brand-identity-kits)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: build-brand-identity-kits
description: "Other tools make logos. CellCog builds brands. #1 on DeepResearch Bench (Apr 2026) for deep strategic reasoning + the widest modality coverage in AI. Brand identity, brand kits, color palettes, typography, brand guidelines, logo design, visual identity, social media, web design,…"
category: "Communication"
author: community
version: "1.0.6"
icon: message-circle
---

# Brand Cog - Build Brands, Not Just Logos

**Other tools make logos. CellCog builds brands.** #1 on DeepResearch Bench (Apr 2026) for deep strategic reasoning + the widest modality coverage in AI.

Brand building demands two things: deep understanding of your positioning, audience, and competitors — and the ability to produce assets across every format. CellCog delivers both in one request: logos, color systems, typography, brand guidelines, social templates, web assets, and video, all cohesive from a single brief.

---

## Prerequisites

This skill requires the `cellcog` skill for SDK setup and API calls.

```bash
clawhub install cellcog
```

**Read the cellcog skill first** for SDK setup. This skill shows you what's possible.

**OpenClaw agents (fire-and-forget — recommended for long tasks):**
```python
result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",  # OpenClaw only
    task_label="my-task",
    chat_mode="agent",  # See cellcog skill for all modes
)
```

**All other agents (blocks until done):**
```python
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
```

See the **cellcog** mothership skill for complete SDK API reference — delivery modes, timeouts, file handling, and more.

---

## Why Branding is Complex Work

A brand isn't just a logo. It's a system:

- **Visual Consistency**: Every touchpoint must feel cohesive
- **Strategic Positioning**: Design reflects brand personality and values
- **Versatility**: Works across social media, print, web, merchandise
- **Memorability**: Distinctive enough to stick in minds
- **Scalability**: From favicon to billboard

CellCog creates complete brand systems, not just isolated assets.

---

## What You Can Create

### Complete Brand Kits

Everything you need to launch:

- **Startup Brand Kits**: "Create a complete brand identity for my SaaS startup"
- **Personal Brand Kits**: "Build my personal brand as a content creator"
- **Small Business Branding**: "Create branding for my coffee shop"
- **Project Branding**: "Design branding for my open source project"

**Example prompt:**
> "Create a complete brand kit for 'NomadNest' - a co-living startup for remote workers:
> 
> Brand personality: Modern, adventurous, community-focused, professional but not corporate
> Target audience: 25-40 year old remote workers, digital nomads
> 
> I need:
> - Logo (primary + variations)
> - Color palette (primary, secondary, accent colors)
> - Typography recommendations
> - Brand voice guidelines
> - Social media profile templates
> - Business card design
> - Email signature template
> 
> Vibe: Airbnb meets WeWork, warm and inviting"

### Logo Design

The cornerstone of your brand:

- **Wordmarks**: "Create a text-based logo for my consulting firm"
- **Logomarks**: "Design an icon/symbol logo for my app"
- **Combination Marks**: "Create a logo with both icon and text"
- **Logo Variations**: "I have a logo - create variations for different uses"

**Example prompt:**
> "Design a logo for 'Zenith Analytics' - a data science consultancy:
> 
> Style: Minimal, geometric, professional
> Concept ideas: Could incorporate Z, data/analytics symbolism, or abstract peak (zenith)
> 
> Must work:
> - At small sizes (favicon, app icon)
> - In black and white
> - On dark and light backgrounds
> 
> Colors: Open to suggestions but leaning toward deep blue and silver
> 
> Provide: Primary logo, icon-only version, horizontal lockup, dark mode version"

### Color Palettes

Colors that tell your story:

- **Full Palettes**: "Create a color system for my brand"
- **Mood-Based**: "Design a color palette that feels luxurious but approachable"
- **Industry-Specific**: "Create colors for a healthcare brand that don't feel clinical"
- **Expansion**: "Extend my existing brand colors with complementary accent colors"

### Typography Systems

Fonts that fit your voice:

- **Font Pairings**: "Recommend a heading and body font combination"
- **Type Hierarchy**: "Create a typography system with sizes and weights"
- **Custom Direction**: "I want fonts that feel techy but human"

### Brand Guidelines

Documentation for consistency:

- **Style Guides**: "Create brand guidelines documenting my visual identity"
- **Usage Rules**: "Document do's and don'ts for my logo"
- **Tone of Voice**: "Define my brand's written voice and personality"

---

## Brand Personalities

| Personality | Visual Characteristics | Colors | Typography |
|-------------|----------------------|--------|------------|
| **Luxurious** | Minimal, elegant, refined | Gold, black, deep tones | Serif, thin weights |
| **Playful** | Bold, dynamic, energetic | Bright, saturated | Rounded sans-serif |
| **Professional** | Clean, structured, trustworthy | Blue, gray, white | Classic sans-serif |
| **Eco/Natural** | Organic, earthy, warm | Green, brown, cream | Humanist fonts |
| **Tech/Modern** | Geometric, futuristic, minimal | Electric blue, dark mode | Geometric sans |
| **Friendly** | Soft, approachable, warm | Pastels, warm tones | Rounded, friendly |

---

## Brand Kit Components

A complete brand kit typically includes:

| Component | What It Is |
|-----------|------------|
| **Primary Logo** | Main logo for most uses |
| **Logo Variations** | Icon-only, wordmark-only, stacked, horizontal |
| **Color Palette** | Primary, secondary, accent, neutrals with hex codes |
| **Typography** | Font families, sizes, hierarchy |
| **Imagery Style** | Photo style, illustration guidelines |
| **Voice & Tone** | How the brand speaks |
| **Social Templates** | Profile images, post templates, stories |
| **Business Materials** | Cards, letterhead, email signature |

---

## Chat Mode for Branding

| Scenario | Recommended Mode |
|----------|------------------|
| Logos, color palettes, individual brand assets | `"agent"` |
| Complete brand systems, strategic brand development | `"agent team"` |

**Use `"agent"` for specific brand assets.** Logos, color palettes, and templates execute well in agent mode.

**Use `"agent team"` for complete brand development** - when you need strategic thinking about positioning, comprehensive systems, and multiple creative directions explored.

---

## Example Prompts

**Complete brand identity:**
> "Create a brand identity for 'Bloom' - a mental health app for young professionals:
> 
> Mission: Make therapy-informed self-care accessible and non-stigmatized
> Audience: 22-35, stressed professionals, first time exploring mental health tools
> Competitors: Calm, Headspace (but we want to feel different - less meditation, more practical)
> 
> Brand personality: Warm, knowledgeable, empowering (not patronizing), modern
> 
> Deliver:
> - Logo with variations
> - Color palette (calming but not boring)
> - Font recommendations
> - App icon
> - Social media templates
> - Brand voice guidelines
> 
> Avoid: Clinical/medical feel, overly 'zen'/spiritual aesthetic, childish"

**Logo design:**
> "Design a logo for 'Axiom Ventures' - a tech-focused VC firm:
> 
> Positioning: Smart money, founder-friendly, sector expertise in AI/ML
> 
> Direction:
> - Could be abstract, geometric, or incorporate 'A'
> - Should feel: Confident, forward-thinking, substantial
> - Should NOT feel: Stuffy, generic corporate, startup-bro
> 
> Versatility needed: Website, pitch decks, swag, business cards
> 
> Provide multiple concepts to choose from."

**Personal brand:**
> "Create a personal brand kit for me as a tech content creator:
> 
> Name: Alex Chen
> Platforms: YouTube, Twitter, Newsletter
> Content: Programming tutorials, career advice, tech industry commentary
> Personality: Helpful, slightly nerdy, approachable expert
> 
> I need:
> - A simple logo/avatar that's recognizable
> - Color palette for my content
> - YouTube thumbnail template style
> - Twitter header and profile pic
> - Newsletter banner
> 
> Should feel: Personal but polished, trustworthy, not corporate"

---

## Tips for Better Branding

1. **Know your audience**: "For enterprise clients" vs "for Gen Z" changes everything.

2. **Personality over pretty**: A distinctive brand beats a generic beautiful one.

3. **Competition context**: Tell us who you're competing with so we differentiate.

4. **Versatility matters**: Request assets that work across different contexts and sizes.

5. **Include anti-examples**: "Not corporate" or "avoid clinical feel" is useful direction.

6. **Think long-term**: Your brand should have room to evolve. Don't over-constrain.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →