Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

art艺术

Agent Skill

art 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

212

周安装

9

GitHub Stars

97

下载量

74
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:art(艺术)
来源仓库:https://github.com/aplaceforallmystuff/claude-art-skill
仓库路径:skills/art
安装命令:
npx skills add https://github.com/aplaceforallmystuff/claude-art-skill --skill art
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aplaceforallmystuff/claude-art-skill --skill art

简介

多品牌视觉内容生成系统,支持根据项目类型自动匹配对应的美学风格模板。

  • 适合生成图标、海报、邮件头图等可视化素材,覆盖科技、金融、创意等行业特征。
  • 内置内容类型覆盖规则,可绕过通用描述直接调用特定品牌的设计规范库。
  • 输出前需确认目标平台的设计指南,避免与公司 VI 系统或产品风格不一致。
  • art 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Art Skill

Complete visual content system supporting multiple brand aesthetics.


Aesthetic Routing

The art skill supports multiple visual identities. Before generating any visual, determine which aesthetic applies.

How to Select an Aesthetic

  1. Check if the user specifies a brand/project (e.g., "my-brand icon", "acme newsletter header")
  2. Check for content-type exceptions (see Content-Type Override Rules below)
  3. Check if the target output has a site-specific style guide (e.g., HERO-IMAGE-TEMPLATE.md)
  4. If no brand specified, use the default aesthetic

Content-Type Override Rules

CRITICAL: Some content types intentionally use different aesthetics than their host site.

Content TypeDetection PatternAesthetic to UseDO NOT Use
Satirical/Parody ContentUser explicitly says "satire", "parody", "joke product"Match the satire target's aesthetic (e.g., corporate B2B for business parody)Host site's aesthetic
Easter EggsPath contains easter-eggs/, explicitly marked as easter eggDepends on easter egg theme, ask user if unclearHost site's default

Rule: When content-type override detected, DO NOT check host site style guides. The content is intentionally divergent.

Base Prompt Prefix Standard (MANDATORY)

Every aesthetic MUST define a Base Prompt Prefix — a locked consistency block that gets prepended to every image generation prompt for that aesthetic. This ensures visual cohesion across a set of illustrations.

What the prefix locks down:

  • Line weight and quality
  • Background treatment
  • Camera angle / perspective
  • Fill ratio (illustration vs. whitespace)
  • Color balance percentages
  • Shadow intensity and direction
  • Text treatment (if applicable)

Where to find each prefix:

  • Each aesthetic file (.md) contains a "Base Prompt Prefix" section with the locked values
  • Project-specific aesthetics (e.g., lead magnet AESTHETIC.md) inherit from their parent brand and override only what changes
  • Always read the aesthetic file and use its prefix before generating — never freestyle prompt parameters that have been locked

When creating new aesthetics via aesthetic-definer: The agent MUST produce a base prompt prefix as part of the output. An aesthetic without a consistency lock is incomplete.

Available Aesthetics

BrandAesthetic FileStyle
Default~/.claude/skills/art/aesthetic.mdHand-drawn sketch, cream backgrounds, teal/orange accents

To add a new aesthetic: Create a new file at ~/.claude/skills/art/aesthetics/[name].md using the default aesthetic as a template. See aesthetics/README.md for the required format.

Aesthetic Loading Rule

Read the matching aesthetic file BEFORE writing any prompt or generating any image. The aesthetic file is the source of truth for that brand's colors, style parameters, anti-patterns, and prompt integration phrases.


Workflow Routing

Content TypeWorkflow
Blog headers / Editorialworkflows/workflow.md
Adaptive orchestratorworkflows/visualize.md
Flowcharts / Sequencesworkflows/mermaid.md
Architecture diagramsworkflows/technical-diagrams.md
Classification gridsworkflows/taxonomies.md
Chronologicalworkflows/timelines.md
2x2 matricesworkflows/frameworks.md
X vs Yworkflows/comparisons.md
Screenshot markupworkflows/annotated-screenshots.md
Step-by-stepworkflows/recipe-cards.md
Sketchnotes / visual notesworkflows/sketchnotes.md
Quote cardsworkflows/aphorisms.md
Idea territoriesworkflows/maps.md
Big numbersworkflows/stats.md
Sequential panelsworkflows/comics.md
Edit existing imageworkflows/image-editing.md

Image Generation

Default model: nano-banana-2 (Gemini 3.1 Flash Image)

bun run ~/.claude/skills/art/tools/generate-image.ts \
  --model nano-banana-2 \
  --prompt "[PROMPT]" \
  --size 2K \
  --aspect-ratio 1:1 \
  --output /path/to/output.png

Alternative Model

ModelWhen to Use
nano-banana-proMaximum quality, professional asset production, complex multi-turn editing

Model Selection Guide

Nano Banana 2 (default):

  • Best for: Most image generation tasks, fast iteration
  • Strengths: Pro-level quality at Flash speed, reference images, web search grounding, 512px-4K range
  • Use when: Default choice for all standard image generation
  • API model: gemini-3.1-flash-image-preview

Nano Banana Pro:

  • Best for: Professional asset production, maximum reasoning
  • Strengths: Advanced reasoning, multi-turn refinement, style transfer
  • Use when: Quality matters more than speed, complex compositional tasks
  • API model: gemini-3-pro-image-preview

API keys in: ~/.claude/.env

  • GOOGLE_API_KEY - Required for both models
  • REMOVEBG_API_KEY - Background removal (optional)

Quick Preview Workflow (512px)

Use --size 512px for fast, cheap previews before committing to full resolution:

# 1. Preview at 512px (fast, low cost)
bun run ~/.claude/skills/art/tools/generate-image.ts \
  --prompt "[PROMPT]" --size 512px --output /tmp/preview.png

# 2. Happy? Regenerate at full size
bun run ~/.claude/skills/art/tools/generate-image.ts \
  --prompt "[PROMPT]" --size 2K --output /path/to/final.png

Thinking Flag (Nano Banana 2 only)

Add --thinking to give the model more reasoning time for complex compositions:

bun run ~/.claude/skills/art/tools/generate-image.ts \
  --prompt "Complex multi-element scene..." \
  --thinking high --output /path/to/output.png
LevelUse When
minimalDefault — balances quality and latency
highComplex layouts, precise positioning, multi-element scenes

Only works with nano-banana-2. Thinking is always on (minimal by default). Use high when composition accuracy matters more than speed.

Common Diagram Pitfalls (Avoid These)

Learned from 2026-01-16 portfolio diagram session:

PitfallProblemFix
Hex codes in prompts#1A8A9B renders as visible textUse "teal color" not "#1A8A9B"
Vague flow directionArrows go random directionsExplicitly state "LEFT TO RIGHT" or "TOP TO BOTTOM"
Duplicate labelsText appears both inside and below elementsSpecify "SINGLE label BELOW only, not inside"
Implicit positioningElements placed confusinglyUse "horizontal row" or "vertical column" explicitly
Assumed numberingNumbers placed inconsistentlyState "numbered 1-7 in sequence"

Pre-flight checklist for architecture diagrams:

  • No hex codes - use color names only
  • Flow direction explicitly stated
  • Label position explicitly stated (inside OR below, not both)
  • Layout explicitly stated (horizontal/vertical)
  • Key element highlighting specified

Site-Specific Style Override (CRITICAL)

Before generating images for a specific website, CHECK for style guides:

# Check project root for style documentation
ls HERO-IMAGE-TEMPLATE.md    # Site-specific image style
ls STYLE-GUIDE.md            # Design system

If found, the site's style guide OVERRIDES the default aesthetic.

Default aesthetic.md applies when: No site-specific style guide exists.

Consistent Dimensions for Related Images

When generating multiple images for the same page/section:

  • Use identical resize dimensions for all images
  • Document the size used: # All diagrams: 800x500
  • Prevents distortion when displayed together

Nano Banana Prompting Guide

For detailed prompting techniques: ~/.claude/skills/art/nano-banana-guide.md Applies to both Nano Banana 2 and Nano Banana Pro — same prompt patterns, same API structure.

Includes:

  • Core prompt formula: [Action] the [Subject] by [Specific Change]. The goal is [Desired Outcome].
  • Action verb vocabulary (recolor, retouch, style, adjust, enhance, transform, add, remove, replace, blend)
  • Mood and atmosphere vocabulary tables
  • Color palette phrases
  • Aspect ratio selection guide
  • Iterative refinement workflow
  • Brand integration template

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
├─ Sketchnote or visual meeting notes? → Sketchnote
├─ Quote as social visual? → Aphorism
├─ Idea territories as map? → Conceptual Map
├─ Single striking number? → Stat Card
├─ Multi-panel story? → Comic
└─ Edit/modify/transform existing image? → IMAGE EDITING

Platform Constraints

PlatformDimensionsMax SizeNotes
YouTube thumbnail1280x720 (16:9)2MBUse --size 1080p or compress after
LinkedIn post1200x6275MB
Twitter/X post1200x675 (16:9)5MB
Newsletter header1200x6001MBEmail platform limit
Instagram square1080x10808MB

If generated image exceeds size limit:

# Compress PNG with pngquant
pngquant --quality=65-80 --force --output compressed.png original.png

# Or convert to optimized JPEG
convert original.png -quality 85 compressed.jpg

Assimilation Note

Source: Personal_AI_Infrastructure Art Skill Assimilated: 2026-01-04 Adapted: PAI's dark/neon aesthetic → warm/cream aesthetic

For complete visual styling rules, ALWAYS read: ~/.claude/skills/art/aesthetic.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.98%
按下载量换算25

Claude

32.55%
按下载量换算24

Cursor

17.28%
按下载量换算13

Gemini CLI

10.21%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills