Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nomadamas avatar

God Tibo Imagen

  • 10 installs
  • 177 repo stars
  • Updated June 13, 2026
  • nomadamas/god-tibo-imagen

Helps with ai & agent building tasks.

About

god-tibo-imagen is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • god-tibo-imagen
  • AI & Agent Building
  • AI-coding skill

God Tibo Imagen by the numbers

  • 10 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #11,959 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nomadamas/god-tibo-imagen --skill god-tibo-imagen

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs10
repo stars177
Last updatedJune 13, 2026
Repositorynomadamas/god-tibo-imagen

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

god-tibo-imagen

Generate images from text prompts (and optional reference images) by running the gti CLI.

How to invoke

Use the gti command. It is installed globally via npm install -g god-tibo-imagen and ships with this repo.

Basic generation

gti --prompt "flat blue square icon" --output ./out.png

With reference images

Pass --image <path> one or more times to use existing images as input.

gti --prompt "Make this cat wear a hat" --image ./cat.png --output ./cat-hat.png
gti --prompt "Combine these two styles" --image ./a.png --image ./b.png --output ./combined.png

Supported input formats: png, jpg/jpeg, gif, webp.

Output size

Pass --size <value> to control output dimensions.

gti --prompt "a sunset over mountains" --size 1536x1024 --output ./sunset.png

Allowed values:

  • auto (model decides)
  • 1024x1024, 2048x2048 (square)
  • 1536x1024, 2048x1152, 3840x2160 (landscape)
  • 1024x1536, 2160x3840 (portrait)

Dry run

Validate auth and print the request without making a network call.

gti --prompt "flat blue square icon" --dry-run

Required arguments

  • --prompt <text> — required text prompt
  • --output <path> — output PNG path (required for live runs)

Prerequisites the agent must check

  • gti is on PATH (npm install -g god-tibo-imagen if missing).
  • The user has Codex ChatGPT auth at ~/.codex/auth.json with

auth_mode = chatgpt. If it is missing, stop and tell the user — do not try to install Codex or fabricate auth state.

After running

gti saves the PNG to --output and prints a JSON summary that includes savedPath. Report savedPath back to the user.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.