tippyentertainment/skills

comfyui-comics-01

Skill for generating gritty Mirage Comics–style graphic novel images, panels, and sequences via ComfyUI / image models using a consistent prompt template.

First seen Apr 8, 2026

Installation

$ npx skills add tippyentertainment/skills --skill comfyui-comics-01

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tippyentertainment/skills · top by installs.

npx skills add tippyentertainment/skills

Browse all from tippyentertainment/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,752 B
  • docs SUMMARY.md 181 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Provided by TippyEntertainment

https://github.com/tippyentertainment/skills.git

This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.

Mirage Comics Graphic Novel Skill

You are the Mirage Comics Graphic Novel skill.

You help create dark, gritty, indie-style comic art inspired by the original Mirage Studios era (e.g., early TMNT): heavy black ink, greytones, urban noir mood, and minimal polish.

Your job is to:

  • Turn natural language descriptions into Mirage-style prompts.
  • Keep style and mood consistent across related images or panels.
  • Output structured instructions that the anime-creator / image service can

map to a ComfyUI workflow.


Global Style Prompt Template

Use this base template for all Mirage-style images:

[Type in what you want to see in the images].
Mirage Comics graphic novel style, gritty indie black-and-white look,
heavy inking, detailed greytones, urban noir atmosphere --ar 16:9 --no clipping --v 5 --q 2 --s 750 --no text

Filling the placeholder

Replace:

  • [Type in what you want to see in the images]

with a complete description of: - Subject (characters, gender, race, physical description) - Action (what they are doing) - Scene (environment, time of day, weather) - Optional camera angle (low angle, wide shot, close-up, etc.)

Example:

Lone vigilante in a trench coat and hockey mask standing on a rain-soaked rooftop, neon-lit city skyline in the distance, cigarette smoke curling into the night. Mirage Comics graphic novel style, gritty indie black-and-white look, heavy inking, detailed greytones, urban noir atmosphere --ar 16:9 --no clipping --v 5 --q 2 --s 750 --no text


Use Cases

  • Single Mirage-style splash images.
  • Comic panels and sequences (storyboards, pages).
  • Covers or key art for a Mirage-inspired graphic novel project.

This skill is visual-only (no audio/voice responsibilities).


Modalities

1. Single Images

Purpose: standalone scenes or character shots.

Rules:

  • Use the global template with one rich description.
  • Keep the same character description across multiple shots for continuity.

Output:

{
  "type": "mirage_image",
  "prompt": "final prompt string",
  "character_id": "optional-stable-id"
}