talknerdytome-labs

Ascii Logo — Development skill for Claude Code

Development community

Display giant ASCII-art logos with colorful gradients in your terminal — like Claude Code or Gemini CLI.

How to install Ascii Logo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open talknerdytome-labs/ascii-logo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ascii Logo does

Display giant ASCII-art logos with colorful gradients in your terminal — like Claude Code or Gemini CLI.

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★

README

oh-my-logo

[![Mentioned in Awesome Gemini CLI](https://awesome.re/mentioned-badge.svg)](https://github.com/Piebald-AI/awesome-gemini-cli)

![Logo](https://raw.githubusercontent.com/shinshin86/oh-my-logo/main/images/logo.png)

Create stunning ASCII art logos with beautiful gradient colors in your terminal! Perfect for project banners, startup logos, or just making your terminal look awesome.

You can also create stunning animations like these by using it as a library in your programs!

![GIF Demo](https://raw.githubusercontent.com/shinshin86/oh-my-logo/refs/heads/main/images/demo.gif)

![GIF Demo 2](https://raw.githubusercontent.com/shinshin86/oh-my-logo/main/images/demo2.gif)

The logos produced by `oh-my-logo` are CC0 (public domain); feel free to use them anywhere.

✨ Features

  • 🎨 Two Rendering Modes: Choose between outlined ASCII art or filled block characters
  • 🌈 13 Beautiful Palettes: From sunset gradients to matrix green
  • 📐 Gradient Directions: Vertical, horizontal, and diagonal gradients
  • 🔤 Multi-line Support: Create logos with multiple lines of text
  • Zero Dependencies: Run instantly with npx - no installation required
  • 🎛️ Customizable: Use different fonts and create your own color schemes
  • 🎭 Shadow Styles: Customize shadow effects in filled mode with different block fonts
  • 🔄 Letter Spacing: For --filled mode: character spacing for different visual densities
  • 🔄 Reverse Gradients: Flip color palettes for unique effects

🚀 Quick Start

No installation needed! Try it right now:

npx oh-my-logo "HELLO WORLD"

Want filled characters? Add the `--filled` flag:

npx oh-my-logo "YOUR LOGO" sunset --filled

🆕 New in v0.3.0

**Customize shadow styles in filled mode:**

# Box-drawing shadows (default)
npx oh-my-logo "STYLE" fire --filled --block-font block

# Minimal sleek shadows
npx oh-my-logo "STYLE" fire --filled --block-font chrome

# Dotted/shaded shadows
npx oh-