AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Project Logo Author

skill-tsilva-claudeskillz-project-logo-author · by tsilva

Generates professional logos with programmatic transparency conversion. Works with pixel art, vector designs, and complex multi-colored styles. Use when asked to "generate a logo", "create logo", or "make a project logo".

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-tsilva-claudeskillz-project-logo-author

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tsilva-claudeskillz-project-logo-author)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Project Logo Author? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Logo Generator

Generate professional logos with transparent backgrounds using the repologogen CLI.

Pre-flight Check (MANDATORY)

Run which repologogen to verify the CLI is installed.

If not found, STOP and inform the user:

  • Install with: pip install repologogen or uv tool install repologogen
  • An OPENROUTER_API_KEY environment variable (or ~/.repologogen/config.yaml) is required
  • Link: https://github.com/tsilva/repologogen

Do NOT proceed if repologogen is not installed.

Execution

Run from the project root:

repologogen [path] [flags]

Flag Mapping

Map user preferences to CLI flags:

| User Request | Flag | Example | |-------------|------|---------| | Custom style | -s | -s "pixel art" | | Output path | -o | -o assets/logo.png | | Project name override | -n | -n "My Project" | | Custom model | -m | -m "openai/dall-e-3" | | Config file | -c | -c custom-config.yaml | | Skip trimming | --no-trim | | | Skip compression | --no-compress | | | Preview only | --dry-run | | | Template variables | --var | --var KEY=VALUE (repeatable) | | Verbose output | -v | |

Examples

# Default — auto-detects project, generates logo.png
repologogen

# Custom style
repologogen -s "16-bit pixel art"

# Custom output path with verbose logging
repologogen -o assets/logo.png -v

# Dry run to preview prompt
repologogen --dry-run

# Specific project directory
repologogen /path/to/project -s "minimalist vector"

Configuration

repologogen loads config in priority order:

  1. Project: .config.yaml in project root
  2. User: ~/.repologogen/config.yaml
  3. Built-in defaults

See repologogen docs for all config options (style, icon_colors, key_color, trim, compress, etc.).

Post-Generation

After repologogen completes, read the generated image with the Read tool to visually verify the result. If unsatisfactory, re-run with adjusted flags (e.g., different -s style).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.