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

brand-init品牌初始化

Agent Skill

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

总安装

188

周安装

8

GitHub Stars

8

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/phrazzld/claude-config --skill brand-init

简介

brand-init 交互式创建 brand.yaml 品牌配置文件,整合身份、视觉与文案策略的一站式初始化工具。

  • 它自动读取项目元数据并提问关键属性,生成标准化的品牌令牌文件。
  • 替代单独运行 /brand-builder 与 /design-tokens 的组合操作,提升配置效率。
  • 需在项目根目录运行,确保 package.json 与 README 存在以便自动提取上下文。
  • brand-init 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

/brand-init

Create brand.yaml from scratch through interactive discovery.

What This Does

Guided process that produces a complete brand.yaml — the single source of truth for brand identity, visual tokens, voice, and content strategy. Replaces running /brand-builder + /design-tokens separately.

Process

Phase 1: Discovery (Interactive)

Gather context automatically, then ask focused questions.

Auto-gather:

# Tech stack, features, README
cat package.json 2>/dev/null | jq '{name, description, keywords}'
cat README.md 2>/dev/null | head -100
git log --oneline -10

Ask via AskUserQuestion:

  1. Identity: Product name, domain, tagline, category
  2. Audience: Primary user, segments, pain points
  3. Voice: Tone (casual/professional/technical/playful), personality traits, things to avoid
  4. Content: Topics, mix (product vs valuable), posting frequency

Phase 2: Visual Direction (Interactive)

  1. Brand hue: Present 4 hue options based on category:

- SaaS/tech → blue (250), purple (280) - Health/fitness → green (140), teal (170) - Finance → navy (220), emerald (160) - Creative → orange (30), magenta (330) - Custom hue (0-360)

  1. Typography: Display + sans + mono font stacks

- Modern: Inter/Geist - Classical: Playfair Display + serif - Technical: JetBrains Mono focused - Custom

  1. Color overrides: Accept specific hex colors if the brand already has them. Convert to OKLCH using hexToOklch() from brand-kit.

Phase 3: Generation

Build the brand.yaml structure:

# If brand-profile.yaml already exists, offer migration instead
if [ -f brand-profile.yaml ]; then
  node ~/Development/brand-kit/dist/src/cli.js migrate \
    --profile brand-profile.yaml \
    $([ -f design-tokens.json ] && echo "--tokens design-tokens.json") \
    --out brand.yaml
fi

For new brands, construct the YAML programmatically with all sections:

  • version: "1"
  • identity from Phase 1
  • audience from Phase 1
  • voice from Phase 1
  • palette with brand_hue, primary/secondary/accent (OKLCH + hex), light/dark backgrounds
  • typography from Phase 2
  • spacing, radii, elevation, motion with sensible defaults
  • content from Phase 1
  • inspirations from Phase 1
  • meta with generation timestamp

Phase 4: Validate + Compile

node ~/Development/brand-kit/dist/src/cli.js validate brand.yaml
node ~/Development/brand-kit/dist/src/cli.js compile --out ./src/styles

Phase 5: Preview

Generate a sample OG card to show the brand visually:

node ~/Development/brand-kit/dist/src/cli.js render og-default \
  --title "[Product Name]" \
  --subtitle "[Tagline]" \
  --out ./brand-preview.png

Show the preview to the user for approval.

Re-running

If brand.yaml exists:

  1. Load existing brand
  2. Ask which sections to update
  3. Preserve unchanged sections
  4. Recompile tokens

Migration Path

Existing projects with brand-profile.yaml:

  • Auto-detect and offer migration
  • Preserves all voice/content data
  • Adds visual tokens (palette, typography, spacing)
  • Old file kept as backup

Output

  • brand.yaml in project root
  • Compiled tokens in ./src/styles/ (or specified directory)
  • Preview image ./brand-preview.png

Related Skills

  • /brand-compile — Recompile tokens after editing brand.yaml
  • /brand-assets — Generate OG cards and social images
  • /brand-builder — Legacy brand discovery (superseded)
  • /design-tokens — Design token patterns reference

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.05%
按下载量换算22

Claude

31.61%
按下载量换算21

Cursor

18.44%
按下载量换算12

Gemini CLI

8.96%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills