
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
This skill turns a brief into ad concepts by moving through intake, insight, ideation, scoring, and refinement. It pulls from methodology cards, a 571-campaign reference library, and scoring rules calibrated to award-winning work, then outputs presentation-ready ideas.
Builders who want their agent to help generate, test, and refine advertising concepts instead of free-associating ideas.
You can produce sharper campaign ideas with built-in structure, originality checks, and honest scoring.
Classifies the brief, extracts the problem, and routes it to the right idea level, from tagline to campaign to one-off execution.
Uses structured methods like JTBD, tension spotting, HMW, and abstraction laddering to find the human tension before ideation.
Generates concepts with 20+ techniques such as SIT, TRIZ, bisociation, SCAMPER, and lateral thinking.
Checks ideas against 571 award-winning campaigns to spot saturation and avoid recycled mechanics.
Scores ideas with weighted criteria plus HumanKind and Grey Scale rubrics, then refines weak concepts through another pass.
Formats results as a one-pager, top-3 set, campaign platform, or quick response.
Includes scripts to validate card schema, regenerate maps of content, and rebuild related links.
npx skills add smixs/creative-director-skill # asks where to install npx skills add smixs/creative-director-skill -g # globally, for all projects npx skills update creative-director # update to latest
npx skills add https://skills.sh/p/nuK9jo3sTCZGB2Ul
git clone https://github.com/smixs/creative-director-skill.git cp -r creative-director-skill/creative-director ~/.claude/skills/
Креатива в AI нет. Есть методологии победителей.
🌐 Full method breakdown, all 20 techniques and the pipeline → cd-skill.com
Created in collaboration with Paul Deadcough.
An AI creative director that generates advertising concepts using world-class methodologies, scores them against Cannes/D&AD-calibrated criteria, recursively refines until the quality threshold is reached, and calibrates every idea against a library of 571 legendary campaigns to detect saturation and ensure originality.
Not a brainstorming toy. A structured creative process that mirrors how top agencies (Droga5, Wieden+Kennedy, Mother) actually work — insight before ideas, methodology over free association, honest evaluation over flattery, calibration against the canon over invention from zero.
uv) — schema validation, MOC generation, graph wikilinksQuality reviewed via skill-conductor: 41/50 production-grade (Discovery 7/10, Clarity 9/10, Efficiency 7/10, Robustness 8/10, Completeness 10/10).
Feed it a brief in any format — text, voice transcript, PDF, raw notes — and it runs a full creative cycle:
You can also enter at any phase: jump to insight mining, evaluate an existing idea, or generate concepts from a known insight.
Most AI "creative" tools generate ideas by free association — producing volume without structure. The result: hundreds of mediocre concepts that nobody can evaluate, often unknowingly recycling work that already exists.
This skill enforces the discipline that separates award-winning work from filler:
creative-director/
├── SKILL.md # Core skill — phase router + 5-phase workflow
├── assets/
│ └── output-templates.md # 4 presentation formats
├── scripts/ # Python via uv (PEP 723 inline deps)
│ ├── validate_schema.py # Frontmatter validation against tag-schema
│ ├── generate_mocs.py # Builds 6 MOCs from cards
│ └── generate_links.py # Adds Related sections (idempotent)
└── references/
├── tag-schema.md # Single source of truth — 17-axis frontmatter contract
├── idea-taxonomy.md # Pollard 7-level taxonomy
├── emotion-hierarchy.md # Tier 1/2/3 + 30+ specific emotion values
├── activation-toolkit.md # 9 activation formats + Non-ad vs Execution test
├── legendary-patterns.md # P01-P18 mechanics + Pre-Mortem template
├── methods-catalog.md # 20 creative methodologies as executable cards
├── method-selection-matrix.md # Task → method routing + rotation rules
├── insight-mining.md # 7 insight discovery techniques
├── scoring-calibration.md # Detailed rubrics + calibration anchors
├── creative-constitution.md # 3-layer evaluation system + feedback rules
├── storytelling-frameworks.md # 6 narrative frameworks for advertising
└── legendary-campaigns/ # 571-case library
├── README.md # Library guide
├── MOC-index.md # All 571 cards by year DESC
├── MOC-pattern.md # Grouped by P01–P18 (18 mechanics)
├── MOC-emotion.md # Grouped by emotion_tier (3 → 2 → 1)
├── MOC-format.md # Grouped by category (film/integrated/stunt_pr/...)
├── MOC-industry.md # Grouped by industry vertical
├── MOC-budget.md # Grouped by budget (low/medium/high)
└── cards/ # 571 individual cards (flat namespace)
└── {id}.md
571 advertising campaigns from 1950–2025, tagged across 17 axes, with full structural analysis on every card.
Each card has YAML frontmatter (17 axes — see references/tag-schema.md) + 4 sections:
id, title, brand, agency, year, country, region, industry, pattern[] (P01–P18), category, idea_type (Pollard 7-level), involvement, channel, duration, goal[], budget, emotion[], emotion_tier (1/2/3), insight_domain, media_epoch, awards[], quality_score (HumanKind 1–10), scalability, risk.
Format as Idea · Enemy or Conflict · Behavior Inversion · Brand as Activist · Cultural Hijack · Limitation as Power · Invisible Brand · Craft as Message · User as Co-Author · Serialization & Ritual · Absurd as Carrier · Social Experiment · Truth Telling · Product as Proof · Benefit Hyperbole · Long-form Drama · Design as Idea · Tech as Canvas
# Browse by axis — open the matching MOC
# Each line has inline-context (brand · year · format · emotion · budget · top_award)
# Filter by combination — ripgrep on frontmatter
rg -l "^budget: low$" cards/ | xargs rg -l "^emotion_tier: 3$"
# All P11 cases since 2020
rg -l "P11" cards/ | xargs rg -l "^year: 202"
# All canonical cases for QSR
rg -l "^industry: qsr$" cards/ | xargs rg -l "^quality: canonical$"
| Pattern | Saturation | Originality cap |
|---|---|---|
| P11 (Absurd as Carrier), P16 (Long-form Drama), P09 (User as Co-Author) | high (>50 cases) | ≤6 unless structurally new variant |
| P02, P10, P12, P14, P18 | medium | ≤7 if 3+ canonical use same mechanic |
| P01, P15 | low | room for novelty |
This is empirical saturation, not subjective novelty.
| Category | Methods |
|---|---|
| Structural | SIT/Goldenberg Templates, SCAMPER, TRIZ (10 principles), Morphological Analysis |
| Association | Bisociation, Random Entry, Forced Connections, Synectics |
| Inversion | Reverse Brainstorming, Worst Possible Idea, Provocation PO |
| Perturbation | Oblique Strategies, Six Thinking Hats, Disney Creative Strategy |
| Volume | Crazy 8s, Brainwriting 6-3-5, Starbursting |
| Bonus | First Principles Thinking, Lateral Thinking Toolkit, Design Sprint Sketch |
Three parallel scoring systems calibrated against real campaigns:
Anti-inflation rules: batch control, normal distribution enforcement, real analogues test, specificity test, time test, empirical saturation cap from case library.
| Level | When required | Lifespan |
|---|---|---|
business | new venture, repositioning the entire company | years |
brand | rebranding, brand platform — "what does the brand stand for?" | 5–10+ years |
tagline | short phrase that crystallizes brand idea | 5–10+ years |
advertising | central thought across all comms — recognizable without logo | 3–5 years |
campaign | seasonal campaign, product launch, promo | 3–12 months |
non_advertising | activation/utility/cultural object that lives without ads | varies |
execution | one-off channel/format/mechanic | days–weeks |
Activation diagnostic: if brief mentions activation/stunt/utility — apply the test "remove the campaign, does it still have meaning?" → Yes = non_advertising / No = execution.
Generate ideas (3 methods, 8-12 ideas, primed against canon)
↓
Tension test on each idea
↓
Score top 3 (6 criteria + HumanKind + Grey, originality capped by saturation)
↓
Score ≥ 9? ──→ YES → Pattern Calibration + Pre-Mortem → Output
↓ NO
Identify weak criteria → Apply different method → Rescore
↓
Plateau? ──→ YES → RESTART via case-soaking
↓ (read 8-12 canonical cards, remix allowed)
↓ NO
Continue refinement
↓
5 passes? ──→ YES → Output best + honest assessment
Story Spine (Pixar) · Sparkline (Nancy Duarte) · Freytag's Pyramid · Monroe's Motivated Sequence · Pixar Rules · Hero's Journey (StoryBrand)
Via skills.sh — installs into any of 70+ supported agents:
npx skills add smixs/creative-director-skill # asks where to install
npx skills add smixs/creative-director-skill -g # globally, for all projects
npx skills update creative-director # update to latest
The full Creative Agency pack — creative-director, image and video in one command:
npx skills add https://skills.sh/p/nuK9jo3sTCZGB2Ul
Or manually (Claude Code):
git clone https://github.com/smixs/creative-director-skill.git
cp -r creative-director-skill/creative-director ~/.claude/skills/
After installation, restart Claude Code session (/clear or new session) to pick up the skill.
Add the files to your Claude Project's knowledge base. Upload all files from creative-director/ — SKILL.md is the entry point, it references other files via [[wikilinks]].
The skill works with any AI agent that supports structured instructions — the core logic is in markdown files, no platform lock-in. Copy the creative-director/ folder to your project or skills directory.
Three Python scripts (run via uv run, PEP 723 inline deps — no manual setup):
cd creative-director
uv run scripts/validate_schema.py # Validate all card frontmatter
uv run scripts/generate_mocs.py # Rebuild 6 MOCs from cards
uv run scripts/generate_links.py # Rebuild Related sections (idempotent)
Run pipeline: edit/add cards → validate → regenerate MOCs → regenerate links.
Full creative cycle:
"Come up with a campaign for [brand]. Target audience: [who]. Budget: [range]. Channels: [where]."
Insight mining:
"Find a consumer insight for [category]. The brief says [context]."
Evaluate an existing idea:
"Evaluate this concept: [description]. The brief objective was [goal]."
Activation / non-advertising:
"Need a PR-stunt for [brand]. Low budget, must drive earned media in a week. Not a campaign — a one-shot activation."
Quick ideation:
"Need 5 concepts for [brand] social media posts about [topic]."
This skill delivers the idea and the script. To turn them into frames and footage, use the sibling repo visual-skills — two skills that pick up where this one stops: image writes art-director-grade prompts for keyframes, character sheets and storyboards (Nano Banana, GPT Image 2), video turns them into director-grade prompts for Seedance, Kling and Veo. Full chain: idea & script (this skill) → keyframes (image) → motion (video).
claude -p mode is unreliable. This is an advisory skill — when invoked through one-shot CLI, the model often answers creative briefs directly without consulting it. For consistent behavior in interactive sessions, invoke explicitly or share a detailed brief (>500 chars with structure).confidence: low with verification_required: true — these should be cross-checked against external sources. The skill prefers quality: canonical cards for calibration.Created in collaboration with Paul Deadcough.
Built on methodologies from: Jacob Goldenberg (SIT), Genrich Altshuller (TRIZ), Edward de Bono (Lateral Thinking, Six Hats, PO), Arthur Koestler (Bisociation), William Gordon (Synectics), Brian Eno (Oblique Strategies), Nancy Duarte (Sparkline), Joseph Campbell / Donald Miller (Hero's Journey / StoryBrand), Leo Burnett (HumanKind), Mark Pollard (Strategy + 7-level Taxonomy), Clayton Christensen (JTBD).
Creative Constitution based on the Voskresensky/IKRA approach.
Case library curated from D&AD, Cannes Lions, One Show, Webby, and Effie shortlists 1950–2025.
Serge Shima — t.me/aimastersme · sergeshima.com · aimasters.me
CC BY 4.0 — use it, fork it, make better ads, commercially too. One hard rule: credit the author. Any copy or derivative — including skills assembled by AI agents from these files or the 571-case library — must keep the attribution line: Serge Shima — github.com/smixs/creative-director-skill. See LICENSE and NOTICE.
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).
Academic Research Skills for Claude Code: research → write → review → revise → finalize