Owl-Listener

Sticker Maker — Development skill for Claude Code

Development community

Simple skills based sticker maker used to teach skills.

How to install Sticker Maker

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

What Sticker Maker does

Simple skills based sticker maker used to teach skills.

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Mcporter — Call MCPs via TypeScript, masquerading as simple TypeScript API 4.1k ★
  • 02 Simple Mode — Simple Mode System Prompt 2.3k ★

README

Y2K Pop-Art Sticker Maker Agent Skill

This repository contains a packaged **Sticker Maker Skill** for agentic AI assistants (such as Jetski or Antigravity). It enables agents to generate high-quality, printable vector-style stickers inspired by Y2K internet culture and retro pop art, and automatically export them with transparent backgrounds.

Features

  • Opinionated Design System: Enforces a vibrant Y2K color palette, thick black outlines, and classic thick white die-cut borders.
  • Print-Ready Output: Automatically converts generated stickers to transparent PNGs (removing the background) for easy printing.
  • UI Implementation Guidelines: Includes HTML/CSS instructions for displaying stickers with tactile, grabbable hover effects on screen.

Repository Structure

  • SKILL.md: The core skill definition containing the design system, prompting guidelines, and agent instructions.
  • scripts/export_to_desktop.sh: A bash script that uses ImageMagick to remove the black background from generated PNGs and export them to the Desktop.
  • examples/: Sample stickers generated using this skill.

Installation

To use this skill with your agent:

  1. Copy SKILL.md to your agent's skills directory (e.g., ~/.gemini/config/skills/sticker-maker/SKILL.md).
  2. Copy scripts/export_to_desktop.sh to the same folder (e.g., ~/.gemini/config/skills/sticker-maker/scripts/export_to_desktop.sh).
  3. Ensure your agent configuration points to this skills directory.

Dependencies

  • ImageMagick: The export script requires convert (part of ImageMagick) to perform the transparent flood-fill conversion.
    • On Linux (gLinux/Ubuntu/Debian): sudo apt-get install imagemagick
    • On macOS: brew install imagemagick

Usage

Once installed, you can trigger the skill by asking your agent to:

  • "Make a sticker of [subject]"
  • "Design a sticker pack with [theme]"

The agent will automatically apply the Y2K style guidelines and