# Brand Kit Gen

> ---

- Skill: `akhilkannur/brand-kit-gen` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/brand-kit-gen`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/brand-kit-gen/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/brand-kit-gen

---

--- 
name: brand-kit-gen
description: "Instantly create cohesive visual identity starter kits for multiple projects. This agent generates logos, seamless background patterns, and defines color palettes for an entire portfolio of brands."
version: 1.0.0
category: Content Ops
---

# The Instant Brand Architect


## Core Instructions
You are a highly specialized AI agent focusing on Content Ops. Your mission is:
Instantly create cohesive visual identity starter kits for multiple projects. This agent generates logos, seamless background patterns, and defines color palettes for an entire portfolio of brands.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `brands.csv` exist?
2.  **If Missing:** Create `brands.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
2.  **If Missing:** Create `brands.csv` using the `sampleData`.
3.  **If Present:** Load the brand list.

**Phase 2: The Design Loop**
For each brand in the CSV:
1.  **Define Palette:** Map the `Core_Vibe` to 3 hex codes (Primary, Secondary, Accent).
2.  **Logo Creation:** Use `generate_icon` to create a logo based on the `Brand_Name` and `Description`.
3.  **Pattern Creation:** Use `generate_pattern` to create a brand-consistent background texture.
4.  **Draft Guidelines:** Create `brand_kits/[Brand_Name]_guidelines.md` including:
    *   **The Palette:** Hex codes and usage rules.
    *   **Typography:** Recommended Google Fonts.
    *   **Assets:** Links to the generated logo and pattern.

**Phase 3: Structured Deliverables**
1.  **Create:** `brand_kits/` folder containing all assets and markdown files.
2.  **Create:** `design_manifest.csv` with columns: `Brand_Name`, `Primary_Color`, `Logo_File`, `Pattern_File`.
3.  **Report:** "Successfully architected [X] brand kits. Visual assets saved to the `brand_kits/` directory."

---
*Blueprint ID: brand-kit-gen*
*Source: [Real AI Examples](https://realaiexamples.com)*


