Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计通过

creative-strategist创意策略师

Agent Skill

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

总安装

908

周安装

39

GitHub Stars

21

下载量

318
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/sanky369/vibe-building-skills --skill creative-strategist

简介

创意策略师定义视觉方向与品牌美学,确保所有产出保持风格一致与专业水准。

  • 适用于前期视觉调研、情绪板构建与一致性框架搭建,避免后期返工与风格漂移。
  • 提供三步方法论:灵感整理、风格定义与执行校验,强化创意决策系统性。
  • 使用时应明确目标受众与媒介特性,防止抽象建议脱离实际传播环境。
  • creative-strategist 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Creative Strategist Skill

Overview

Creative Strategist helps you define your visual direction before generating assets. This skill ensures all your creative outputs maintain consistent style and aesthetic.

Keywords: visual direction, creative strategy, brand aesthetics, style guide, visual identity, creative planning, mood boards

Core Methodology

Your creative strategy has three layers:

  1. Visual Research — Find inspiration and reference styles
  2. Style Definition — Define your unique visual direction
  3. Consistency Framework — Ensure all assets match

Visual Research Process

Step 1: Identify Your Aesthetic

Answer these questions:

  • Primary Style: Photorealistic, minimalist, maximalist, illustrative, abstract?
  • Color Palette: What colors define your brand?
  • Mood: Professional, playful, serious, energetic, calm?
  • Target Audience: What aesthetics appeal to them?
  • Industry Standards: What do competitors use?

Step 2: Gather References

Create a mood board with:

  • 5-10 reference images from your industry
  • 5-10 reference images from outside your industry (inspiration)
  • Color palettes that resonate
  • Typography and design elements
  • Photography styles and compositions

Step 3: Identify Common Patterns

What do your references have in common?

  • Lighting style (natural, studio, dramatic, soft)
  • Color temperature (warm, cool, neutral)
  • Composition (centered, rule of thirds, dynamic)
  • Texture and detail level
  • Emotional tone

Style Definition Framework

Define Your Visual Direction

Brand Aesthetic Profile:

Primary Style: [photorealistic/minimalist/illustrative/abstract/maximalist]
Color Palette: [list 3-5 primary colors]
Mood: [professional/playful/serious/energetic/calm/luxurious/casual]
Lighting: [natural/studio/dramatic/soft/mixed]
Composition: [centered/rule of thirds/dynamic/symmetrical/asymmetrical]
Detail Level: [minimal/moderate/detailed/hyper-detailed]
Texture: [smooth/textured/mixed]
Target Audience: [description]
Unique Elements: [what makes yours different]

Create Your Style Guide

Document:

  1. Visual Examples — 3-5 reference images
  2. Color Codes — Hex codes for your palette
  3. Typography — Font choices and usage
  4. Photography Style — Lighting, composition, mood
  5. Illustration Style — If applicable
  6. Prohibited Elements — What NOT to do
  7. Consistency Rules — How to maintain style

Consistency Framework

The 3-Part Consistency Check

Before generating assets, verify:

  1. Style Match — Does it match my aesthetic?
  2. Quality Level — Is it the right quality?
  3. Brand Alignment — Does it represent my brand?

Style Variations

You can have multiple styles for different contexts:

  • Primary Style — Main brand aesthetic
  • Secondary Style — Alternative for variety
  • Accent Style — Special occasions or campaigns

Claude Code Integration

How to Use with Claude Code

When you ask Claude to generate assets, it will use this skill to:

  1. Read your style guide from the Creative Strategist
  2. Craft detailed prompts based on your aesthetic
  3. Call the automation system to generate images
  4. Save organized assets to your project

Setup Instructions for Claude Code

Step 1: Ensure automation system is installed

# The automation system should be in your project:
# vibe-creative-automation/
#   ├── fal_api.py
#   ├── creative_cli.py
#   ├── claude_integration.py
#   └── requirements.txt

Step 2: Set environment variable

export FAL_API_KEY="your_fal_api_key_here"

Step 3: Install dependencies

pip install requests

Claude Code Example: Generate Assets Using Your Style

# Claude Code will use this pattern to generate assets

from claude_integration import generate_product, generate_social, generate_brand

# Your Creative Strategist style guide (define this once)
YOUR_STYLE = {
    "primary_style": "photorealistic",
    "color_palette": ["#FF6B35", "#004E89", "#F7F7F7"],
    "mood": "professional and energetic",
    "lighting": "studio lighting with rim light",
    "composition": "centered with dynamic elements",
    "detail_level": "highly detailed",
    "target_audience": "tech professionals aged 25-45"
}

# Generate product photo using your style
result = generate_product(
    product_name="Your Product",
    description="Your product description here",
    style=f"{YOUR_STYLE['primary_style']}, {YOUR_STYLE['mood']}, {YOUR_STYLE['lighting']}",
    num_variations=3
)

print(f"Generated: {result['images']}")

How Claude Code Uses This Skill

When you ask: "Generate 3 product photos for my luxury watch"

Claude will:

  1. Read Creative Strategist to get your style guide
  2. Extract your aesthetic (photorealistic, luxury, professional, etc.)
  3. Craft detailed prompt like: "A luxury leather watch with gold accents, photorealistic, professional and elegant, studio lighting with rim light, centered composition, highly detailed, 4K, sharp focus"
  4. Call automation system to generate images
  5. Save to organized folder like assets/product-photography/luxury-watch/
  6. Show you results with file paths

Integration with Other Skills

Creative Strategist → Image Generation:

  • Provides style parameters for prompting

Creative Strategist → Product Photography:

  • Defines photography aesthetic and lighting

Creative Strategist → Social Graphics:

  • Sets color palette and mood for social content

Creative Strategist → Brand Asset:

  • Establishes brand visual identity

Creative Strategist → All Other Skills:

  • Foundation for consistent creative output

Practical Examples

Example 1: E-Commerce Brand

Your Style Guide:

Primary Style: Photorealistic
Color Palette: Gold, White, Navy Blue
Mood: Luxury and Professional
Lighting: Studio lighting with soft shadows
Composition: Centered with negative space
Detail Level: Highly detailed
Texture: Smooth and refined

When Claude generates assets:

# Claude Code will automatically craft prompts like:
"Luxury product on white background, gold and navy accents,
studio lighting, centered composition, highly detailed, 4K,
professional product photography"

Example 2: Tech Startup

Your Style Guide:

Primary Style: Minimalist with Modern Illustration
Color Palette: Blue, Purple, White
Mood: Innovative and Energetic
Lighting: Bright and clean
Composition: Dynamic and asymmetrical
Detail Level: Moderate
Texture: Clean with subtle gradients

When Claude generates assets:

# Claude Code will automatically craft prompts like:
"Modern tech illustration, minimalist style, blue and purple
colors, dynamic composition, clean aesthetic, energetic mood,
professional quality"

Example 3: Personal Brand

Your Style Guide:

Primary Style: Photorealistic with Warm Tones
Color Palette: Warm Gold, Cream, Charcoal
Mood: Approachable and Professional
Lighting: Natural and soft
Composition: Rule of thirds
Detail Level: Detailed but not busy
Texture: Warm and inviting

When Claude generates assets:

# Claude Code will automatically craft prompts like:
"Professional portrait with warm lighting, rule of thirds
composition, approachable mood, natural aesthetic, warm
gold and cream tones, 4K quality"

How to Set Up Your Style Guide

Step 1: Define Your Aesthetic

Answer these questions and save the answers:

What is your primary visual style?
What are your 3-5 brand colors?
What mood do you want to convey?
What lighting style appeals to you?
What composition style do you prefer?
How detailed should assets be?
What textures appeal to you?
Who is your target audience?
What makes your style unique?

Step 2: Gather References

Find 10-15 reference images that match your aesthetic and save them.

Step 3: Create Your Style Document

Create a document with:

  • Your answers to the questions above
  • Links to or descriptions of your reference images
  • Your color palette with hex codes
  • Any specific style rules or prohibitions

Step 4: Share with Claude

When working with Claude, share your style guide. Claude will:

  • Remember your aesthetic
  • Use it for all asset generation
  • Maintain consistency across all outputs
  • Adapt it for different asset types

Integration Checklist

Before generating assets with Claude Code:

  • Creative Strategist skill is enabled
  • Your style guide is documented
  • FAL_API_KEY environment variable is set
  • Automation system files are in your project
  • Dependencies are installed (pip install requests)
  • You've tested the API connection (python creative_cli.py test)

Tips for Success

  1. Be Specific — The more detailed your style guide, the better the results
  2. Use References — Share actual images that match your aesthetic
  3. Document Colors — Use hex codes for exact color matching
  4. Test Variations — Generate multiple variations to find the best style
  5. Iterate — Refine your style guide based on results
  6. Stay Consistent — Use the same style guide for all assets
  7. Update Regularly — Evolve your style as your brand grows

Common Mistakes to Avoid

Vague descriptions — Be specific about your aesthetic ❌ Inconsistent references — Use consistent reference images ❌ Ignoring color codes — Use exact hex codes ❌ Mixing too many styles — Keep primary style focused ❌ Not testing — Always test your style with sample assets ❌ Forgetting mood — Mood is crucial for consistency ❌ Ignoring target audience — Style should appeal to your audience

Next Steps

  1. Define Your Aesthetic — Answer the questions above
  2. Gather References — Find 10-15 matching images
  3. Create Your Style Guide — Document everything
  4. Share with Claude — Give Claude your style guide
  5. Generate Test Assets — Create a few test assets
  6. Refine — Adjust based on results
  7. Maintain — Keep style guide updated

Your Creative Strategist foundation is set. Now use Image Generation and other creative skills to generate consistent, professional assets. 🎨

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

31.9%
按下载量换算101

OpenCode

22.31%
按下载量换算71

Antigravity

17.53%
按下载量换算56

Codex

13.57%
按下载量换算43

Gemini CLI

7.42%
按下载量换算24

trae

3.83%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills