Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

gsp-brand-syncgsp 品牌同步

Agent Skill

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

总安装

294

周安装

12

GitHub Stars

29

下载量

94
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-brand-sync

简介

该技能用于品牌资产与视觉规范的同步管理。

  • 适用于 Logo、色彩与字体在不同平台的统一应用。
  • 支持主流宿主环境,便于团队协作维护品牌一致性。
  • 安装命令:npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-brand-sync。
  • 建议建立品牌资源库并定期更新,确保所有产出符合规范。

SKILL.md

This is the standalone version of the feedback loop built into /gsp-project-build (build-time). Use this when:

  • A project evolved beyond its original brand during development
  • Manual tweaks were made post-build
  • The voice/tone landed differently than the strategy specified
  • You want to capture a project's shipped look and feel as the new brand baseline

Input: A project with a linked brand (via project config or .design/branding/) Output: Updated brand tokens, strategy chunks, identity chunks, and style preset (as applicable)

<execution_context> @${CLAUDE_SKILL_DIR}/../gsp-brand-guidelines/design-tokens.md @${CLAUDE_SKILL_DIR}/chunk-format.md </execution_context>

Resolve brand from .design/branding/ (one → use it, multiple → ask). Set BRAND_PATH. Check that the brand has at least one of: patterns/{brand-name}.yml, strategy/, identity/. If none exist, tell the user: "No brand system found. Run /gsp-brand-guidelines first."

Verify the project codebase has shipped output — source files with components, copy, or styles.

Step 1: Analyze divergences

mkdir -p {BRAND_PATH}/sync

Run 4-dimension analysis directly. Read brand files first: {BRAND_PATH}/patterns/{brand-name}.yml, strategy chunks, identity chunks.

Dimension 1: Token diff (quantitative)

Grep for token values in: tailwind.config.* (theme.extend), CSS custom properties in globals/variables/theme CSS, theme/token JS/TS files, hardcoded values in components. Compare each against brand .yml. Classify: Changed (value differs), Added (in project, not brand), Removed (in brand, not project). Skip equivalents and framework defaults.

Dimension 2: Voice & tone (qualitative)

Read {BRAND_PATH}/strategy/voice-and-tone.md for attributes and tone spectrum. Grep project for user-facing strings — headings, button labels, error states, tooltips, onboarding, meta content. Sample 10-15 representative strings. Assess each voice attribute: does copy match? Note drift direction ("more casual", "more technical"). Flag new patterns not in spec.

Dimension 3: Visual patterns (qualitative)

Read brand foundations and identity chunks. Glob/Grep components for layout patterns, component styling (radius, shadow, states), color application, typography hierarchy, imagery, motion. Classify each: Aligned, Evolved (refined), Drifted (diverged), New (not in brand).

Dimension 4: Personality (qualitative)

Read {BRAND_PATH}/strategy/archetype.md and positioning.md. Assess holistically: does the product feel like the archetype? Has positioning shifted? Are shadow traits showing? Classify: On-brand, Shifted (name direction), Stronger. Connect evidence from dimensions 1-3.

Quality standards

  • Token divergences: exact values (brand vs project)
  • Voice/visual assessments: cite file:line evidence
  • Personality: connect to specific patterns from other dimensions
  • Only flag genuine divergences, not noise

Write report

Write SYNC-REPORT.md to {BRAND_PATH}/sync/ with this structure:

# Brand Sync Report
> Brand: {name} | Project: {directory} | Generated: {DATE}

## Tokens
| Token | Brand Value | Project Value | Status |
|-------|------------|---------------|--------|

**Summary:** {N} changed · {N} added · {N} removed

## Voice & Tone
### Divergences
- **{attribute}** — {aligned|drifted|new}
  - Brand: "{spec}" | Project: "{reality}" | Direction: {drift}
  - Evidence: {file:line}
### Overall: {N}/{N} attributes aligned

## Visual Patterns
### Divergences
- **{pattern}** — {aligned|evolved|drifted|new}
  - Brand: "{spec}" | Project: "{reality}"
  - Evidence: {file:line}

## Personality
- **Archetype:** {on-brand|shifted|stronger} — {assessment + evidence}
- **Positioning:** {holds|shifted} — {assessment if shifted}

## Update Map
| Dimension | File to Update | Change |
|-----------|---------------|--------|

Step 2: Present findings

Read {BRAND_PATH}/sync/SYNC-REPORT.md. Present a compact summary per dimension, then use AskUserQuestion:

  • Sync all — update brand across all dimensions
  • Tokens only — just sync the quantitative token changes
  • Pick by dimension — choose which dimensions to sync
  • Review each — walk through every divergence individually
  • Refine manually — run /gsp-brand-refine to make targeted token adjustments instead
  • Skip — don't update the brand

If "Pick by dimension", ask per dimension. If "Review each", walk through the Update Map from the report.

For "Removed" tokens: ask whether to remove from brand or keep (may be used by other projects).

Step 3: Apply confirmed updates

Use the Update Map from the sync report. For each confirmed change:

Tokens — edit the brand .yml preset in place. Regenerate affected STYLE.md sections if they exist.

Voice & tone — update {BRAND_PATH}/strategy/voice-and-tone.md (adjust attributes, tone positions, style rules). Update messaging.md if messaging shifted.

Visual patterns — update the brand .yml patterns/constraints/effects blocks. Update component specs in {BRAND_PATH}/patterns/components/ and identity chunks if visual identity evolved.

Personality — update {BRAND_PATH}/strategy/archetype.md and positioning.md. Update brand-platform.md if values/promise shifted.

Preserve chunk format per chunk-format.md. Update INDEX.md files if chunks were added.

Step 4: Summary

Show which files were updated per dimension, then use AskUserQuestion: "Brand synced to project. Other projects using this brand will inherit these changes on their next build."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.41%
按下载量换算36

Claude

30.6%
按下载量换算29

Cursor

17.93%
按下载量换算17

Gemini CLI

9.21%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills