Token导航 LogoToken导航TokenDH.com
开发规范需要联网github未标认证来源可访问许可证需确认审计异常

psd-brand-guidelinesPSD 品牌指南

Agent Skill

psd-brand-guidelines 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

272

周安装

11

GitHub Stars

4

下载量

85
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/krishagel/geoffrey --skill psd-brand-guidelines

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理和分析。
  • 可在 Codex、Claude 等平台中协助跟踪项目进展和代码审查流程。
  • 安装方式:通过 npx 从 krishagel/geoffrey 仓库添加技能。
  • 注意:使用前请确认权限范围、维护状态及是否触发联网或文件读写操作。

SKILL.md

PSD Brand Guidelines Skill

This skill applies Peninsula School District's official brand identity to artifacts including presentations, documents, graphics, and other materials.

CRITICAL: Enforcement Rules

NEVER Generate

NEVER use image-gen or any AI tool to generate:

  • District logos or emblems
  • "Peninsula School District" in stylized/logo text
  • Bridge/landscape imagery meant to represent the district logo
  • Any official-looking district branding elements
  • District seals or official marks

Why? AI-generated logos are inconsistent and may hallucinate incorrect details (wrong colors, wrong name, made-up imagery). Always use actual logo files.

ALWAYS Use Actual Files

For any branded materials:

  1. Use logo files from assets/ directory
  2. Use colors from brand-config.json
  3. Use brand.py utilities to select the right assets

Programmatic Access

Machine-readable brand data: brand-config.json Python utilities: brand.py

# Get colors
uv run brand.py colors

# Get appropriate logo path
uv run brand.py logo light wide
uv run brand.py logo dark small

# Validate prompt before image generation
uv run brand.py validate "create an infographic about enrollment"

Image Generation with Brand

When generating images for PSD materials, always use the --brand flag:

# This validates the prompt and blocks logo generation attempts
uv run generate.py "school campus scene" campus.png --brand psd

Purpose

Ensure professional and consistent use of the Peninsula School District brand across all communications. The brand reflects the stunning beauty of the Pacific Northwest and the Puget Sound region.

Typography

Headings & Logo Text: Josefin Sans

Modern geometric, elegant font with a vintage 1920s feel. Use Bold weight for district name and all headings.

Body Text: Josefin Slab

Perfect pairing to Josefin Sans, highly legible at smaller sizes due to slab serif and typewriter-style attributes.

Color Palette

Logo Colors (Primary)

NameHexRGBUsage
Sea Glass#6CA18Argb(108, 161, 138)Primary green, landscape elements
Pacific#25424Crgb(37, 66, 76)Primary dark blue, text, headers
Driftwood#D7CDBErgb(215, 205, 190)Neutral tan, backgrounds

Supporting Brand Colors

NameHexRGBUsage
Cedar#466857rgb(70, 104, 87)Dark green accent
Whulge#346780rgb(52, 103, 128)Medium blue (Coast Salish word for sound of waves)
Sea Foam#EEEBE4rgb(238, 235, 228)Light background
Meadow#5D9068rgb(93, 144, 104)Green accent
Ocean#7396A9rgb(115, 150, 169)Light blue accent
Skylight#FFFAECrgb(255, 250, 236)Off-white/cream background

Color Selection Guidelines

  • Light backgrounds: Use Pacific (#25424C) or 2-color logo
  • Dark backgrounds: Use Sea Glass (#6CA18A) or white logo
  • Neutral backgrounds: Choose based on contrast needs
  • When adding colors, choose natural, complementary colors that reflect Pacific Northwest landscape tones

Logo Options

Available Formats

  1. Full Landscape - Bridge connecting peninsula landscape, district name contained within
  2. Horizontal - For when name/tagline would be too small
  3. Emblem - Round versions, perfect for square spaces or tight fits
  4. Stacked - Vertical layout with name separated from brandmark

Color Variants

  • 2-color - Sea Glass + Pacific (primary use)
  • 1-color Pacific Blue - For light backgrounds
  • 1-color Sea Glass - For medium backgrounds
  • White - For dark backgrounds

File Types

FormatUse Cases
EPS (Vector)Professional printing, large scaling, Adobe programs
PNG (Raster)Microsoft Office, websites, social media, email signatures

Logo Location

Local assets folder: skills/psd-brand-guidelines/assets/

PNG files (19) - for web, Office, email:

  • psd_logo-2color-{emblem,fulllandscape,stacked,horizontal,square}.png
  • psd_logo-1color-blue-{emblem,fulllandscape,stacked,horizontal,square}.png
  • psd_logo-1color-green-{emblem,fulllandscape,stacked,horizontal,square}.png
  • psd_logo-white-{emblem,stacked,horizontal,square}.png

EPS files (19) - for professional printing, Adobe programs:

  • Same variants as PNG, with .eps extension

Reference:

  • PSD_Branding_Guide.pdf - full brand guide document

Google Drive source:

  • Logos Folder ID: 1YhjxX_pOwZJppZebIIC7QW_UHF4bvo79
  • Brand Guide Folder: 1ufOB6rrKDbAaH7HapdLadJzWy8ho5hTb

Logo Usage Rules

Do's

  • Maintain original proportions
  • Ensure sufficient contrast with background
  • Use appropriate color variant for background
  • Use emblem/stacked logo for small sizes

Don'ts

  • Don't shrink full landscape logo below 1.5" wide (print) or 300px (web)
  • Don't rotate the logo
  • Don't apply effects (drop shadows, mirroring, etc.)
  • Don't stretch or squish
  • Don't use non-brand fonts with logo
  • Don't place on backgrounds with insufficient contrast

Applying Brand to Artifacts

Presentations

/* Title slides */
background-color: #25424C;  /* Pacific */
color: #FFFAEC;             /* Skylight */
font-family: 'Josefin Sans', Arial, sans-serif;

/* Content slides */
background-color: #EEEBE4;  /* Sea Foam */
color: #25424C;             /* Pacific */
font-family: 'Josefin Slab', Georgia, serif;

/* Accent elements */
border-color: #6CA18A;      /* Sea Glass */

Documents

  • Headings: Josefin Sans Bold, Pacific (#25424C)
  • Body: Josefin Slab, Pacific (#25424C)
  • Links/Highlights: Whulge (#346780)
  • Backgrounds: Sea Foam (#EEEBE4) or Skylight (#FFFAEC)

Digital/Web

  • Primary buttons: Sea Glass (#6CA18A)
  • Secondary buttons: Whulge (#346780)
  • Text on light: Pacific (#25424C)
  • Text on dark: Skylight (#FFFAEC)

Brand Contact

For questions or special needs:

Quick Reference

Programmatic API (Python)

from brand import get_logo_path, get_colors, validate_prompt, get_color

# Get all colors as hex dict
colors = get_colors()  # {'seaGlass': '#6CA18A', 'pacific': '#25424C', ...}

# Get single color with metadata
color = get_color('pacific')  # {'hex': '#25424C', 'rgb': [37, 66, 76], 'usage': '...'}

# Get logo path based on context
logo = get_logo_path(background='dark', space='wide')   # Returns white-horizontal path
logo = get_logo_path(background='light', space='small')  # Returns 2color-emblem path

# Validate prompt before image generation
valid, errors = validate_prompt("create a school event banner")
if not valid:
    print(errors)  # Lists violations and suggestions

Machine-Readable Config

All brand data is available in brand-config.json:

  • Colors with hex, RGB, and usage notes
  • Typography specifications
  • Logo paths with selection rules
  • Forbidden generation patterns
  • Application guidelines per context

Legacy Quick Reference

const PSD_BRAND = {
  colors: {
    // Logo colors
    seaGlass: '#6CA18A',
    pacific: '#25424C',
    driftwood: '#D7CDBE',
    // Supporting colors
    cedar: '#466857',
    whulge: '#346780',
    seaFoam: '#EEEBE4',
    meadow: '#5D9068',
    ocean: '#7396A9',
    skylight: '#FFFAEC'
  },
  fonts: {
    heading: "'Josefin Sans', Arial, sans-serif",
    body: "'Josefin Slab', Georgia, serif"
  },
  logos: {
    localPath: 'skills/psd-brand-guidelines/assets/',
    driveFolder: '1YhjxX_pOwZJppZebIIC7QW_UHF4bvo79'
  }
};

*Last updated: January 14, 2025* *Source: PSD Branding Guide 06.14.2024.pdf, brand-config.json*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.37%
按下载量换算31

Claude

30.1%
按下载量换算26

Cursor

19.17%
按下载量换算16

Gemini CLI

10.96%
按下载量换算9

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills