brand_export
Export brand guidelines for different uses: share in AI chats, embed in code editors, distribute to teams, or send via email. Generates portable files with logo and rules.
Instructions
Generate portable brand files for any environment — Chat, Code, team sharing, or email. Target 'chat': self-contained markdown to upload to any AI conversation (Claude, ChatGPT, Gemini). Target 'code': MCP config + CLAUDE.md/.cursorrules snippet. Target 'team': clean brand guidelines for designers and writers. Target 'email': concise 500-word summary for Slack or email. Writes to .brand/exports/ and returns the full content. Use when the user wants to share their brand system or set up a new tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Where this export will be used. 'chat': upload to AI conversation (Claude/ChatGPT/Gemini). 'code': paste into CLAUDE.md or .cursorrules. 'team': share with designers/writers. 'email': send via Slack or email. 'claude-skill': persistent Claude skill file with embedded logo + brand rules — the gold standard for automatic brand application in every artifact. | |
| include_logo | No | Embed logo SVG/data URI in the export. Set false to reduce file size. Default: true. |