An interactive, collaborative design skill to help content creators brainstorm, select, and generate custom personal brand guidelines documents (tailored for TikTok, Instagram, and YouTube feeds).
Depending on which coding assistant or chat platform you are using, choose one of the three installation methods below:
Since Claude Code reads skills from your home directory, cloning the repository there automatically enables the /brand-creator command globally across all workspaces.
# Run this in your terminal to install globally:
mkdir -p ~/.claude/skills && git clone https://github.com/Dukeio/brand-creator.git ~/.claude/skills/brand-creatorHow to run: Start Claude Code in any project directory and run:
/brand-creatorFor browser-based AI chats (like Claude.ai, Gemini Advanced, or ChatGPT) that have web browsing enabled, you can load the skill directly by pasting the repository link at the start of your chat:
"Act as my brand creator agent. Read the instructions from this repository link and ask me the first question to begin: https://github.com/Dukeio/brand-creator"
You can configure this skill to run globally without copy-pasting it into individual project folders:
- For Cursor: Copy the contents of
SKILL.mdand paste it into Cursor Settings > Beta > Rules for AI. Cursor will automatically apply the workflow to all chats. - For Antigravity & Gemini CLI: Copy the
SKILL.mdinstructions into your global prompting folder:mkdir -p ~/.gemini/prompting && cp ~/.claude/skills/brand-creator/SKILL.md ~/.gemini/prompting/brand-creator.md
The skill guides the agent to walk you through a structured 4-phase design process:
- Context & Inspiration: Analyzes any design samples, images, or colors you supply to match your desired aesthetic.
- Interactive Discovery: Prompts you with simple questions - one at a time - to capture your brand name, target channels, colors, typography preferences, and a writing sample.
- Style Proposals: Generates 3 distinct design options (e.g., Warm Industrial Grid, Cyber Tech, Textured Paper) with exact color hexes and font recommendations for you to choose from.
- Markdown Generation: Writes a complete
brand-guidelines.mdfile to your project root. This includes a custom color table, text-shadow readability specs, font override rules, visual layouts, a Do/Don't writing rule table calibrated to your voice, and integration guidelines for the Humanizer Skill.