brand-guidelines-enforcer
2
总安装量
2
周安装量
#67661
全站排名
安装命令
npx skills add https://github.com/cantagestudio/cosmicatlaspacker --skill brand-guidelines-enforcer
Agent 安装分布
amp
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
cursor
2
Skill 文档
Brand Guidelines Enforcer
Lightweight enforcement of brand guidelines for UI copy and visual motifs.
Quick Start
python3 scripts/enforce_brand.py --guidelines brand.yml --source src/
Violation Types
| Type | Severity | Description |
|---|---|---|
wrong-color-context |
warning | Color used outside allowed context |
tone-violation |
warning | Copy doesn’t match brand voice |
reserved-component-misuse |
error | Reserved component in wrong screen |
prohibited-word |
error | Prohibited word/pattern found |
capitalization-error |
info | Wrong capitalization style |
Detection Examples
Tone Violations
// Violation: unfriendly error message
<ErrorMessage>Error occurred: Invalid input</ErrorMessage>
// Suggested: "Something went wrong. Please check this field."
// Violation: generic CTA
<Button>Click here</Button>
// Suggested: "Get started" or "Continue"