BeClaude

logo-creator

New
672Community RegistryGeneralby ReScienceLab · MIT

Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG.

Community PluginView Source

Overview

<p align="center"> <img src="website/opc-banner.png" alt="OPC Skills - AI Agent Skills for Solopreneurs" width="100%"> </p>

<p align="center"> <a href="https://opc.dev"><img src="https://img.shields.io/badge/Website-opc.dev-black?style=flat-square" alt="Website"></a> <a href="https://skills.sh/ReScienceLab/opc-skills"><img src="https://img.shields.io/badge/Browse-skills.sh-blue?style=flat-square" alt="Browse on skills.sh"></a> <a href="https://deepwiki.com/ReScienceLab/opc-skills"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> <a href="https://code.claude.com/docs/en/plugin-marketplaces"><img src="https://img.shields.io/badge/Claude_Code-Marketplace-orange?style=flat-square&logo=anthropic" alt="Claude Code Marketplace"></a> <a href="https://github.com/ReScienceLab/opc-skills/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="MIT License"></a> <a href="https://github.com/ReScienceLab/opc-skills/stargazers"><img src="https://img.shields.io/github/stars/ReScienceLab/opc-skills?style=flat-square" alt="GitHub Stars"></a> </p>

<p align="center"> <a href="https://github.com/ReScienceLab/opc-skills/issues"><img src="https://img.shields.io/github/issues/ReScienceLab/opc-skills?style=flat-square" alt="GitHub issues"></a> <a href="https://github.com/ReScienceLab/opc-skills/pulls"><img src="https://img.shields.io/github/issues-pr/ReScienceLab/opc-skills?style=flat-square" alt="GitHub pull requests"></a> <img src="https://img.shields.io/github/last-commit/ReScienceLab/opc-skills?style=flat-square" alt="Last commit"> <a href="https://github.com/ReScienceLab/opc-skills/graphs/contributors"><img src="https://img.shields.io/github/contributors/ReScienceLab/opc-skills?style=flat-square" alt="Contributors"></a> <a href="https://x.com/Yilin0x"><img src="https://img.shields.io/badge/Twitter-@Yilin0x-black?style=flat-square&logo=x" alt="Twitter"></a> <a href="https://discord.gg/Y2yBpRXvVa"><img src="https://img.shields.io/badge/Discord-Join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a> </p>

<p align="center"> <strong>AI Agent Skills for Solopreneurs, Indie Hackers, and One-Person Companies</strong> </p>

<p align="center"> Extend Claude Code, Cursor, Codex, and more with automation skills.<br> <a href="https://opc.dev">Browse Skills</a> · <a href="#quick-install">Quick Install</a> · <a href="#included-skills">View All Skills</a> </p>


What are Skills?

Skills are folders of instructions, scripts, and resources that AI agents load dynamically to improve performance on specialized tasks. Each skill is self-contained with a SKILL.md file containing instructions and metadata.

For more information about the Agent Skills standard, see agentskills.io.

Included Skills

SkillDescription
<img src="./skill-logos/seo-geo.svg" width="24">seo-geoSEO & GEO optimization for AI search engines (ChatGPT, Perplexity, Google)
<img src="./skill-logos/requesthunt.svg" width="24">requesthuntResearch user demand from Reddit, X, and GitHub
<img src="./skill-logos/domain-hunter.svg" width="24">domain-hunterFind domains, compare registrar prices, and discover promo codes
<img src="./skill-logos/logo-creator.svg" width="24">logo-creatorCreate logos with AI, crop, remove background, export as SVG
<img src="./skill-logos/banner-creator.svg" width="24">banner-creatorCreate banners for GitHub, Twitter, LinkedIn, etc.
<img src="./skill-logos/nanobanana.svg" width="24">nanobananaGenerate images using Gemini 3 Pro Image (Nano Banana Pro)
<img src="./skill-logos/reddit.svg" width="24">redditSearch and retrieve content from Reddit via the public JSON API
<img src="./skill-logos/twitter.svg" width="24">twitterSearch and retrieve content from Twitter/X via twitterapi.io
<img src="./skill-logos/producthunt.svg" width="24">producthuntSearch Product Hunt posts, topics, users, and collections
<img src="./skill-logos/archive.svg" width="24">archiveArchive session learnings and debugging solutions with indexed markdown

Quick Install

Claude Code Plugin Marketplace

Install directly from Claude Code's plugin marketplace:

bash
# Add the OPC Skills marketplace
/plugin marketplace add ReScienceLab/opc-skills

# Install specific skills
/plugin install requesthunt@opc-skills
/plugin install domain-hunter@opc-skills
/plugin install seo-geo@opc-skills

# List all available skills
/plugin marketplace list opc-skills

Universal Installation (16+ AI Tools)

Install with one command - works with Claude Code, Cursor, Windsurf, Droid, and 12+ other AI tools:

bash
# Install all skills
npx skills add ReScienceLab/opc-skills

# Install specific skill
npx skills add ReScienceLab/opc-skills --skill reddit

# Install to specific agent
npx skills add ReScienceLab/opc-skills -a droid

Browse and discover skills at [skills.sh](https://skills.sh/ReScienceLab/opc-skills) 🎯

Skills with Dependencies

Some skills require other skills to function properly:

  • domain-hunter → requires twitter and reddit
  • logo-creator → requires nanobanana
  • banner-creator → requires nanobanana

Install them together:

bash
npx skills add ReScienceLab/opc-skills --skill reddit --skill twitter --skill domain-hunter

Supported AI Tools

OPC Skills work with 16+ AI coding agents via npx skills add:

  • Claude Code - Desktop app for AI-assisted coding
  • Cursor - AI-first code editor
  • Factory Droid - AI software engineering agent
  • Windsurf - AI-powered IDE
  • OpenCode - Open-source AI coding assistant
  • Codex - AI code generation tool
  • GitHub Copilot - AI pair programmer
  • Gemini CLI - Command-line AI assistant
  • Goose - Terminal-based AI agent
  • Kilo Code - Lightweight AI coding tool
  • Roo Code - AI code assistant
  • Trae - AI development companion
  • And more...

See the full compatibility list for all supported tools.


Documentation & Resources

Explore OPC Skills through multiple channels:

  • [DeepWiki](https://deepwiki.com/ReScienceLab/opc-skills) - AI-powered interactive documentation with code exploration and Q&A
  • [Skills Browser](https://skills.sh/ReScienceLab/opc-skills) - Browse and discover all available skills
  • [Official Website](https://opc.dev) - Guides, tutorials, and usage examples
  • [Agent Skills Standard](https://agentskills.io/) - Learn about the skills specification

Using DeepWiki

DeepWiki provides an AI assistant that can answer questions about the codebase:

  • Ask: "How does the domain-hunter skill work?"
  • Ask: "Show me the dependencies between skills"
  • Ask: "Explain the skill installation process"

The documentation auto-syncs with the repository, so it's always up to date.


Creating New Skills

See the template in ./template/ directory for the basic structure:

  1. Create a folder in skills/ with your skill name
  2. Add a SKILL.md file with YAML frontmatter
  3. (Optional) Add scripts, examples, or other resources

Required fields in SKILL.md:

yaml
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---

For detailed guidance, check out existing skills or visit the Agent Skills specification.

Star History

![Star History Chart](https://star-history.com/#ReScienceLab/opc-skills&Date)

Contributing

  1. Fork this repository
  2. Create a new skill folder in skills/
  3. Add a SKILL.md with proper frontmatter
  4. Submit a pull request

License

Apache 2.0

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/logo-creator.md https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/SKILL.md
3
Invoke in Claude Code
/logo-creator
View source on GitHub
logodesignbrandingai-image-generationsvg

Frequently Asked Questions

What is logo-creator?

Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG.

How to install logo-creator?

To install logo-creator, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /logo-creator.

What is logo-creator best for?

logo-creator is a community categorized under General. It is designed for: logo, design, branding, ai-image-generation, svg. Created by ReScienceLab.