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
Check: Does brands.csv exist?
If Missing: Create brands.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
If Missing: Create brands.csv using the sampleData.
If Present: Load the brand list.
Phase 2: The Design Loop
For each brand in the CSV:
Define Palette: Map the Core_Vibe to 3 hex codes (Primary, Secondary, Accent).
Logo Creation: Use generate_icon to create a logo based on the Brand_Name and Description.
Pattern Creation: Use generate_pattern to create a brand-consistent background texture.
1---2name: brand-kit-gen3description: ---4---5--- 6name: brand-kit-gen7description: "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."8version: 1.0.09category: Content Ops10---1112# The Instant Brand Architect131415## Core Instructions16You are a highly specialized AI agent focusing on Content Ops. Your mission is:17Instantly 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.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `brands.csv` exist?222. **If Missing:** Create `brands.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop262. **If Missing:** Create `brands.csv` using the `sampleData`.273. **If Present:** Load the brand list.2829**Phase 2: The Design Loop**30For each brand in the CSV:311. **Define Palette:** Map the `Core_Vibe` to 3 hex codes (Primary, Secondary, Accent).322. **Logo Creation:** Use `generate_icon` to create a logo based on the `Brand_Name` and `Description`.333. **Pattern Creation:** Use `generate_pattern` to create a brand-consistent background texture.344. **Draft Guidelines:** Create `brand_kits/[Brand_Name]_guidelines.md` including:35 * **The Palette:** Hex codes and usage rules.36 * **Typography:** Recommended Google Fonts.37 * **Assets:** Links to the generated logo and pattern.3839**Phase 3: Structured Deliverables**401. **Create:** `brand_kits/` folder containing all assets and markdown files.412. **Create:** `design_manifest.csv` with columns: `Brand_Name`, `Primary_Color`, `Logo_File`, `Pattern_File`.423. **Report:** "Successfully architected [X] brand kits. Visual assets saved to the `brand_kits/` directory."4344---45*Blueprint ID: brand-kit-gen*46*Source: [Real AI Examples](https://realaiexamples.com)*47
Run npx skillmds@latest add akhilkannur/brand-kit-gen in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.