スキル一覧に戻る
robdtaylor

art

by robdtaylor

Personal AI Infrastructure - Skills-based context management for Claude Code

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: Art description: Visual content generation with Excalidraw hand-drawn aesthetic. USE WHEN user wants diagrams, visualizations, comics, or editorial illustrations.

Art Skill

Visual content generation system using Excalidraw hand-drawn aesthetic with dark-mode, tech-forward color palette.

Output Location

ALL GENERATED IMAGES GO TO ~/Downloads/ FIRST
Preview in Finder/Preview before final placement
Only copy to project directories after review

Workflow Routing

Route to the appropriate workflow based on the request:

  • Technical or architecture diagram -> Workflows/TechnicalDiagrams.md
  • Blog header or editorial illustration -> Workflows/Essay.md
  • Comic or sequential panels -> Workflows/Comics.md

Core Aesthetic

Excalidraw Hand-Drawn - Clean, approachable technical illustrations with:

  • Slightly wobbly hand-drawn lines (NOT perfect vectors)
  • Simple shapes with organic imperfections
  • Consistent hand-lettered typography style
  • Dark mode backgrounds with bright accents

Full aesthetic documentation: $PAI_DIR/skills/Art/Aesthetic.md


Color System

ColorHexUsage
Background#0a0a0fPrimary dark background
PAI Blue#4a90d9Key elements, primary accents
Electric Cyan#22d3eeFlows, connections, secondary
Accent Purple#8b5cf6Highlights, callouts (10-15%)
Text White#e5e7ebPrimary text, labels
Surface#1a1a2eCards, panels
Line Work#94a3b8Hand-drawn borders

Image Generation

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

bun run $PAI_DIR/skills/Art/Tools/Generate.ts \
  --model nano-banana-pro \
  --prompt "[PROMPT]" \
  --size 2K \
  --aspect-ratio 16:9 \
  --output ~/Downloads/output.png

API keys in: $PAI_DIR/.env (single source of truth for all authentication)


Examples

Example 1: Technical diagram

User: "create a diagram showing the auth flow"
-> Invokes TECHNICALDIAGRAMS workflow
-> Creates Excalidraw-style architecture visual
-> Outputs PNG with dark background, blue accents

Example 2: Blog header

User: "create a header for my post about AI agents"
-> Invokes ESSAY workflow
-> Generates hand-drawn illustration
-> Saves to ~/Downloads/ for preview

Example 3: Comic strip

User: "create a comic showing the before/after of using AI"
-> Invokes COMICS workflow
-> Creates 3-4 panel sequential narrative
-> Editorial style, not cartoonish

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です