ElBruno.MempalaceNet: Skill for Claude Code

.claude/skills/t2i/SKILL.md

t2i is a skill for Claude Code from elbruno/ElBruno.MempalaceNet. It costs 59 tokens per session (5,081 once invoked), scanned A, original, MIT.

Instructions for using the t2i command-line tool to create images from text through Microsoft Foundry providers. It also covers setup, credentials, providers, and automated use.

In plain words
What is it for?
Use it to generate single or batches of AI images, configure image providers, manage credentials, and add image creation to CI/CD.
Why use it?
It gives developers a consistent way to generate images from scripts or build pipelines instead of relying only on manual tools.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code.

This is elbruno/ElBruno.MempalaceNet's own configuration. It tells Claude Code how to work on ElBruno.MempalaceNet itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ElBruno.MempalaceNet configures →

Reuse

Borrowing it

Nothing to install: this file belongs to elbruno/ElBruno.MempalaceNet. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/elbruno/ElBruno.MempalaceNet/main/.claude/skills/t2i/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/elbruno/ElBruno.MempalaceNet

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for t2i

README.md
[![agentmods](https://agentmods.dev/badge/skills/elbruno/elbruno.mempalacenet/t2i/github.svg)](https://agentmods.dev/skills/elbruno/elbruno.mempalacenet/t2i)
Your own site
<a href="https://agentmods.dev/skills/elbruno/elbruno.mempalacenet/t2i"><img src="https://agentmods.dev/badge/skills/elbruno/elbruno.mempalacenet/t2i/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for t2i

Your own site · 80×15
<a href="https://agentmods.dev/skills/elbruno/elbruno.mempalacenet/t2i"><img src="https://agentmods.dev/badge/skills/elbruno/elbruno.mempalacenet/t2i.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,081 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.05081
Opus 5 $0.00030 $0.02540
Sonnet 5 $0.00012 $0.01016
Haiku 4.5 $0.00006 $0.00508

Measured 11d ago against content hash 530cc699cb21, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

t2i scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/t2i/SKILL.md · 687 lines

How it starts

The opening of the file, as written. The whole thing — 687 lines — stays where its author put it; the contents beside it link to each section on GitHub.

t2i — Text-to-Image CLI Skill

This skill teaches AI agents (GitHub Copilot, Claude Code, and MCP-aware assistants) how to use the t2i command-line tool for image generation. Learn the commands, workflows, and best practices for automating text-to-image tasks in scripts and terminal environments.

When to Use This Skill

Activate this skill when:

  • User asks to generate an image from a text prompt
  • User mentions text-to-image, image generation, or AI images
  • User wants to automate image generation in a script or pipeline
  • User needs batch image generation across multiple prompts
  • User is setting up image generation for CI/CD or deployment workflows
  • User requests help with t2i command syntax or configuration

Quick Reference

Core Commands

Command Purpose Key Flags
t2i "<prompt>" Generate image from text --provider, --output, --width, --height, --steps
t2i config Interactive setup wizard show, set, remove, path
t2i providers List available providers None
t2i secrets set <provider> Configure API credentials --field
t2i secrets list Show configured secrets None
t2i secrets remove <provider> Delete credentials --field
t2i secrets test <provider> Test provider connectivity None
t2i doctor Run full diagnostics None
t2i init Setup skill files --target, --force
t2i version Show version info None

Generate Command Flags

Flag Description Default
--provider Provider to use (foundry-flux2, foundry-mai2) foundry-flux2
--output, -o Output file path generated-<timestamp>.png
--width, -w Image width in pixels 512
--height Image height in pixels 512
--steps, -s Number of inference steps 20
--endpoint Override provider endpoint From config
--api-key Override API key (NOT RECOMMENDED) From secrets

Read the full file on GitHub · 687 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 687 lines · 59 tokens per session scan A 530cc699cb21

Subscribe to this mod's changes

t2i is a skill published in the GitHub repository elbruno/ElBruno.MempalaceNet (11 stars, last pushed 2mo ago), licensed MIT. It adds 59 tokens to every session and 5,081 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

potpie-cli

Use when the task is centered on running, explaining, configuring, or troubleshooting the potpie command: doctor, login, pot management, source registration, search, graph workbench reads/writes, and pot scope behavior.

potpie-ai/potpie · 50 tokens

potpie-change-timeline

Use when an agent needs recent or historical change context: what changed recently, regressions, merged PRs, tickets, docs, incidents, deployments, releases, and source-history ingestion.

potpie-ai/potpie · 43 tokens

potpie-infra-architecture

Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.

potpie-ai/potpie · 43 tokens

potpie-project-preferences

Use before writing, modifying, reviewing, refactoring, or testing code so repo/project preferences surface: error handling, file structure, frameworks, logging, dependency choices, testing, security, API style, and naming. Also use after code work when a reusable project preference should be recorded.

potpie-ai/potpie · 63 tokens

feature-demo-recording

Record a demo video of a web feature from a real browser. Two modes -- a NARRATED film where measured voiceover drives the timeline (designed slides, subtitles, punch-in camera, rendered from an HTML timeline), and a SILENT evidence clip for a PR or a QA pass. Use when the user asks to record a video, demo, or screen…

kirodotdev/KiroCrew · 90 tokens