skills/brand-illustrator/SKILL.md
Generate Builder Methods hand-drawn line art illustrations (icons, scenes, periphery) with a single accent color (Coral/Teal/Indigo/Amber). Use for blog headers, thumbnails, course graphics, social posts, and on-brand UI/tech metaphors.
npx skillsauth add nibzard/skills brand-illustratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate hand-drawn line illustrations that match the Builder Methods visual identity: warm off-white canvas, confident black ink lines, and one bold accent color.
This Skill is designed to be reusable and procedural:
See references/visual-world.md for the world + constraints and references/style.md for rendering rules.
pip install google-genaiGEMINI_API_KEY (alternatively GOOGLE_API_KEY or GENAI_API_KEY)Get an API key from: https://ai.google.dev/
Create a project folder (recommended) in projects/ with today's date and a short slug.
Example:
mkdir -p projects/2026-01-13-blog-hero
Gather requirements — use the AskUserQuestion tool for each missing piece one at a time. Required inputs:
coral | teal | indigo | ambericon | scene | peripheryDefaults:
Generate 3 concept options using references/idea-mapping.md:
Get user choice — use AskUserQuestion and let them pick A/B/C (or “Other” for feedback).
Document the project — create project.md inside the project folder with:
Craft prompt and generate once a concept is approved, saving outputs to the project folder.
Example:
python3 scripts/generate.py \
--prompt "A worn leather notebook open to a page with handwritten wireframe sketches" \
--color coral \
--type scene \
--width 1200 \
--height 630 \
--output projects/2026-01-13-blog-hero/illustration-v1.png
See references/colors.md for all hex values (single source of truth).
Available accent colors: Coral, Teal, Indigo, Amber
These are enforced by prompt + review. See references/style.md for full details.
Use the mapping doc to ensure every illustration is connected to the content:
references/idea-mapping.md — connection types, object lists, metaphors, quick reference by meaningreferences/visual-world.md — what “belongs” in the Builder Methods worldreferences/prompts.md — prompt templates and proven patternsCopy into projects/<date>-<slug>/project.md:
# Project: <slug>
## Requirements
- Content context:
- Core idea:
- Visual context:
- Accent color:
- Image type:
- Dimensions:
## Concepts
### Option A
- Connection type:
- Category:
- Objects:
- Rationale:
### Option B
...
### Option C
...
## Selected Direction
- Chosen option:
- Notes / tweaks:
## Final Prompt
```text
<final prompt here>
content-media
Fetch transcripts from YouTube videos. Use when user asks to get, download, extract, or retrieve YouTube video transcripts, captions, or subtitles. Also activates for video content analysis, summarizing YouTube videos, or processing video content.
content-media
Fetch transcripts from YouTube videos. Use when user asks to get, download, extract, or retrieve YouTube video transcripts, captions, or subtitles. Also activates for video content analysis, summarizing YouTube videos, or processing video content.
tools
Use tmux to run and test our interactive CLI/TUI end-to-end. Includes how to start, send keys, capture output, and cleanly stop (double Ctrl+C).
development
Create new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development.