Logo Designer
This Logo Designer skill generates professional-looking logos based on your input, saving you time and effort in branding design.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add logo-designer npx -- -y @trustedskills/logo-designer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"logo-designer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/logo-designer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Logo Designer skill generates professional-looking logos and related brand assets for your project. It analyzes existing project files (like READMEs, package.json, and documentation) to understand the product's identity and context. The skill then produces seven SVG logo variations (mark, wordmark, full, icon, favicon, white, black), along with a brand-showcase.html file and a design rationale document, all saved within an /assets/logo/ directory.
When to use it
- When you need professional logos for a new project or product.
- To quickly generate multiple logo options based on existing project information.
- For projects where you want to ensure consistency between the logo and the overall brand identity.
- In open-source projects needing branding assets.
- During early stages of SaaS, startup, enterprise, or B2B product development.
Key capabilities
- Brand Research: Analyzes project files (README, package.json, etc.) to understand the product's purpose and context.
- SVG Generation: Creates seven different SVG logo variations.
- SVG Validation: Ensures generated SVGs are structurally sound (correct
viewBox, no raster images, all required files present). - Project Type Identification: Determines project type (Developer/CLI, SaaS, Startup, Enterprise) based on codebase structure.
- Brand Asset Discovery: Searches for existing brand assets within the project directory.
Example prompts
- "Generate logos for my new CLI tool."
- "Create a logo set based on the information in my README file."
- "Design a favicon and wordmark logo for my SaaS application."
Tips & gotchas
- Repo Sync is Mandatory: Before using this skill, you must sync your local branch with the remote repository to avoid conflicts. The skill will guide you through the necessary
git fetchandgit pullcommands. - Project Directory Requirements: The skill requires a project directory containing either a README or package.json file, write access to create an
/assets/logo/directory, and ideally, it should be a Git repository. - Context Cost: Generating all seven SVG files can consume significant context. The brand research phase also contributes to this cost.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.