SkillAgentSearch skills...

muapi-brand-kit

Generate a cohesive brand visual kit — logo concept, color palette moodboard, and typography pairing suggestions.

Install / Use

npx skills add SamurAIGPT/Generative-Media-Skills --skill brand-kit

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

81/100

Supported Platforms

Universal

Our assessment of muapi-brand-kit

muapi-brand-kit scores 81/100 on our quality scale, 1320th of 2,569 Development & Engineering skills we index.

Its SKILL.md is 3.8 KB long, well organised into 8 sections and no code examples: a solid amount of guidance for an agent.

With 4,329 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
13/20
Description
12/15
Adoption
15/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 18 days ago, so muapi-brand-kit is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

muapi-brand-kit compared with similar skills

All 4 of these similar skills score higher than muapi-brand-kit; compare them before choosing.

SkillScoreStarsUpdatedFormat
muapi-brand-kit (this skill)by SamurAIGPT814.3k18d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
ai-job-searchby MadsLorentzen10044.0k6d agoCLAUDE.md
claude-howtoby luongnv8910041.7ktodayCLAUDE.md

Frequently asked questions

How do I install muapi-brand-kit?
Run npx skills add SamurAIGPT/Generative-Media-Skills --skill muapi-brand-kit. The install tabs above show the steps for each supported agent.
Which AI agents does muapi-brand-kit work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is muapi-brand-kit safe to use?
It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is muapi-brand-kit still maintained?
The repository was last updated 18 days ago, so muapi-brand-kit is actively maintained.

slug: muapi-brand-kit name: muapi-brand-kit version: "1.0.0" description: Generate a cohesive brand visual kit — logo concept, color palette moodboard, and typography pairing suggestions. acceptLicenseTerms: true

Brand Kit

Generate a cohesive brand visual kit — logo concept, color palette moodboard, and typography pairing suggestions.

Inputs

| Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | brand_name | text | yes | — | Name of the brand. | | industry | text | yes | — | Industry or niche (e.g. "sustainable fashion", "fintech startup", "artisan bakery"). | | personality | text | no | modern, trustworthy, approachable | 3–5 brand personality adjectives (e.g. "bold, edgy, youthful" or "elegant, minimal, luxury"). | | color_preference | text | no | — | Optional color direction (e.g. "earthy greens and terracotta", "monochrome with gold accents"). |

Steps

Generate a multi-asset brand exploration in one parallel plan.

Phase A — Visual exploration (parallel)

Submit ONE the plan with:

  1. Logo concept A — muapi image generate (model=gpt-image-2-text-to-image, aspect_ratio=1:1):

    • Style: minimalist wordmark or lettermark on white background, flat design.
    • Prompt: "Minimalist logo for '{{brand_name}}', {{industry}} brand, {{personality}} personality. Clean vector-style, white background, professional. {{color_preference}}".
  2. Logo concept B — muapi image generate (model=nano-banana-2, aspect_ratio=1:1):

    • Style: icon + wordmark combination.
    • Prompt: "Modern logo mark + wordmark for '{{brand_name}}', {{industry}}, {{personality}}. Bold, distinctive, scalable icon design, white background. {{color_preference}}".
  3. Moodboard / Color palette — muapi image generate (model=nano-banana-pro, aspect_ratio=16:9):

    • A flat design moodboard showing: 5 brand colors (as swatches with hex-like labels), lifestyle photography inspo tiles, texture samples.
    • Prompt: "Brand moodboard for a {{personality}} {{industry}} brand called '{{brand_name}}'. Show 5 color palette swatches, 4 lifestyle photo tiles, typography samples. Flat lay design, white background. {{color_preference}}".
  4. Pattern / texture asset — muapi image generate (model=nano-banana-2, aspect_ratio=1:1):

    • A seamless brand pattern or texture for use in backgrounds, packaging, stationery.
    • Prompt: "Seamless brand pattern for {{brand_name}}, {{industry}}, {{personality}} aesthetic. Subtle, tileable, modern. {{color_preference}}".

Phase B — Deliverables summary

After the plan completes, return:

  • Asset references (logo A, logo B, moodboard, pattern).
  • Color palette recommendation: 5 hex codes with roles (Primary, Secondary, Accent, Neutral Light, Neutral Dark).
  • Typography pairing: 2 Google Font pairings appropriate for the brand personality.
  • Usage guidance: when to use each logo variant, color do/don'ts.

Notes

  • If the user has reference images in the session, analyze their style before generating.
  • Suggest logo A for digital-first brands, logo B for physical/retail brands.
  • All four assets run in parallel for speed.

Trigger Keywords

brand kit, brand identity, logo, branding, brand design, visual identity


Notes for the Executing Agent

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.
  • Substitute {{input_name}} placeholders with the user's actual inputs before issuing each call.

Related Skills

View on GitHub
GitHub Stars4.3k
CategoryDevelopment
Updated18d ago
Forks496

Languages

Shell

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions