grid-sticker-generator

Original🇨🇳 Chinese
Translated

A universal 4x4 grid sticker generator that follows strict visual guidelines (No Text, Transparent BG) and supports loading theme templates from resources.

3installs
Added on

NPX Install

npx skill4agent add guanyang/super-publisher grid-sticker-generator

SKILL.md Content (Chinese)

View Translation Comparison →

Universal Grid Sticker Generator

This is a universal chibi-style sticker grid generator. It defines a set of strict visual design standards and prompt construction framework for generating high-quality, easy-to-cut 4x4 sticker grid images.

🎨 Core Visual Design Standards

Regardless of the theme generated, the following standards must be strictly followed:
  1. Format:
    • Grid Layout: 16-grid sticker sheet, 4 rows by 4 columns (4x4 layout).
    • Spacing: Maintain even, spacious spacing between each sticker with no overlap.
    • Aspect Ratio: 1:1 square.
  2. Style Constraints:
    • Background: Transparent Background (Output image with transparent background).
    • Edges: No outline, No white border, Clean edges.
    • Style: Vector style, Flat color, Organic shapes.
  3. Content Restrictions:
    • NO TEXT: Strictly prohibited to include Chinese characters, English, or numbers.
    • NO BUBBLES: Strictly prohibited to include speech bubbles.
    • Visual-only Expression: All emotions and memes must be conveyed through body language, facial expressions, and emoticons (e.g., 💢, 💦, ❤️).

📂 Template System

This Skill supports loading different theme templates. Templates are located in the
resources/
directory.

Default Template: Office Worker

  • Template File:
    resources/office_worker_template.md
  • Description: A random library containing 32 classic workplace memes such as "slacking off", "working overtime", and "making empty promises".

🛠️ Execution Workflow

  1. Confirm Theme and Role:
    • Analyze user input to determine the character image (e.g., panda programmer, Sailor Moon product manager).
    • Determine the template to use (default is Office Worker, or user-defined other themes).
  2. Construct Prompt:
    • Header: Load Role & Style from SKILL guidelines.
    • Subject: "Cute chibi-style character, [User Role Description]".
    • Action List:
      • If using a template: Extract (16 - N) actions from the template's library to supplement the list.
      • If no template is used: Generate 16 diverse universal emotional actions based on the theme (joy, anger, sorrow, delight, daily behaviors).
    • Negative Prompts:
      text, words, letters, chinese characters, speech bubble, watermark, signature
      .
  3. Generate Image:
    • Call the drawing tool (
      Nano-Banana Pro
      /
      generate_image
      ) to output the image.

Usage Examples

Using the built-in Office Worker template:
"Generate a 'bald cat programmer' sticker pack." (The system automatically loads the meme library from office_worker_template.md for completion)
Custom Theme (without using a template):
"Generate a set of 'happy puppy' stickers including actions like running, jumping, sleeping, eating bones, etc." (The system freely creates daily actions for the puppy based on the universal 4x4 standards)