art

art is a skill for Claude Code, Codex from CarbeneAI/Forge. It costs 33 tokens per session (1,080 once invoked), scanned A, original, MIT.

A visual-content skill for creating diagrams, illustrations, and other graphics in a dark style that combines neon accents with hand-drawn sketch lines. It includes different workflows for formats such as flowcharts, timelines, architecture diagrams, comparisons, and annotated screenshots.

In plain words
What is it for?
Use it to plan or create blog visuals, flowcharts, architecture diagrams, timelines, comparison graphics, classification grids, screenshot annotations, and other visual explanations.
Why use it?
It gives visual work a consistent look and provides a suitable process for different kinds of diagrams or editorial graphics. The input does not state that it generates images directly.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/carbeneai/forge/art
Any agent
npx skills add CarbeneAI/Forge --skill art
Clone the repo
git clone --depth 1 https://github.com/CarbeneAI/Forge

Made for: Claude Code, Codex.

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 art

README.md
[![agentmods](https://agentmods.dev/badge/skills/carbeneai/forge/art.svg)](https://agentmods.dev/skills/carbeneai/forge/art)
Your own site
<a href="https://agentmods.dev/skills/carbeneai/forge/art"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/art.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,080 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00033 $0.01080
Opus 5 $0.00016 $0.00540
Sonnet 5 $0.00007 $0.00216
Haiku 4.5 $0.00003 $0.00108

Measured 4d ago against content hash 503f26491fb0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

art 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (tools/generate-prompt.ts, tools/generate-ulart-image.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/Art/SKILL.md · 124 lines

How it starts

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

Art Skill

Complete visual content system using the PAI Visual Aesthetic.


Core Aesthetic

Tron-meets-Excalidraw - Digital warmth combining:

  • Hand-drawn Excalidraw-style sketch lines (NOT clean vectors)
  • Dark slate backgrounds for modern contrast
  • Neon orange (warmth) + cyan (tech) accents
  • Subtle glows on key elements

Full aesthetic documentation: ${PAI_DIR}/skills/CORE/aesthetic.md

This is the SINGLE SOURCE OF TRUTH for all visual styling.


Workflow Routing

Content Type Workflow
Blog headers / Editorial workflows/workflow.md
Adaptive orchestrator workflows/visualize.md
Flowcharts / Sequences workflows/mermaid.md
Architecture diagrams workflows/technical-diagrams.md
Classification grids workflows/taxonomies.md
Chronological workflows/timelines.md
2x2 matrices workflows/frameworks.md
X vs Y workflows/comparisons.md
Screenshot markup workflows/annotated-screenshots.md
Step-by-step workflows/recipe-cards.md
Quote cards workflows/aphorisms.md
Idea territories workflows/maps.md
Big numbers workflows/stats.md
Sequential panels workflows/comics.md

Image Generation

Default model: nano-banana-pro (Gemini 3 Pro)

bun run ${PAI_DIR}/skills/art/tools/generate-ulart-image.ts \
  --model nano-banana-pro \
  --prompt "[PROMPT]" \
  --size 2K \
  --aspect-ratio 1:1 \
  --output /path/to/output.png

Alternative Models

Model When to Use
flux Maximum quality
gpt-image-1 Different interpretation

API keys in: ${PAI_DIR}/.env

  • REPLICATE_API_TOKEN - Flux and Nano Banana
  • OPENAI_API_KEY - GPT-image-1
  • GOOGLE_API_KEY - Nano Banana Pro
  • REMOVEBG_API_KEY - Background removal

Quick Decision Tree

What does user need?

├─ Unsure which approach? → VISUALIZE (analyzes & orchestrates)
├─ Flowchart/sequence/state diagram? → MERMAID
├─ Abstract metaphor for article? → Editorial (workflow.md)
├─ System/architecture with labels? → Technical Diagram
├─ Categories in grid? → Taxonomy
├─ Change over time? → Timeline
├─ 2x2 matrix or mental model? → Framework
├─ Side-by-side contrast? → Comparison
├─ Markup existing screenshot? → Annotated Screenshot
├─ Step-by-step process? → Recipe Card
├─ Quote as social visual? → Aphorism
├─ Idea territories as map? → Conceptual Map
├─ Single striking number? → Stat Card
└─ Multi-panel story? → Comic

Read the full file on GitHub · 124 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. 4d ago First seen · 124 lines · 33 tokens per session scan A 503f26491fb0

Subscribe to this mod's changes

art is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,080 once invoked, about $0.0002 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-31.