Agent Skills
› plugin87/ux-ui-agent-skills
› governance
governance
GitHub管理设计系统的版本演进、贡献流程、废弃策略及变更沟通,确保系统一致性。适用于组件或 Token 的添加、提升、废弃决策,以及版本升级和流程规范制定。
Trigger Scenarios
用户想要添加或推广组件/Token
需要决定版本号升级幅度
设置贡献流程
执行组件或 Token 的废弃操作
Install
npx skills add plugin87/ux-ui-agent-skills --skill governance -g -y
SKILL.md
Frontmatter
{
"name": "governance",
"invocation": "user",
"description": "Govern how the design system evolves — SemVer for tokens\/components, the contribution workflow, deprecation policy, and change communication. Use when the user wants to add\/promote\/deprecate a component or token, decide a version bump, set up a contribution process, or keep the system from fragmenting."
}
Skill: Governance
Keep the system consistent as it grows. Apply versioning, contribution, and deprecation rules.
Steps
- Read
workflows/governance.md(SemVer table, contribution workflow, deprecation policy, change comms). - Classify the change: major (breaking — renamed/removed token or prop, changed anatomy/default), minor (additive — new token/component/variant/optional prop), patch (fix — contrast/bug/doc/value tweak in tolerance).
- For a new component/token: confirm it serves a real, repeated need (≥ 2 places) before promoting product → candidate → core. Design it to the full quality bar (
.claude/rules/components.md→ Component Quality Bar). - For a deprecation: mark with reason + replacement + removal version; keep working ≥ 1 minor cycle; provide a migration map (
design-systems/crosswalk.mdstyle); remove only in a major. - Wire any new file into
CLAUDE.md(File Reference Map + relevant table/router) and add a changelog entry.
Verification (definition of done)
- Change has a SemVer level and a changelog entry.
- Removals have a deprecation window, a replacement, and a migration table.
- New spec meets the 8-state + a11y + token-mapping bar and is reachable via the router.
python3 scripts/validate_tokens.pypasses; contrast re-checked if colors changed.
Version History
- 2ffb677 Current 2026-08-28 11:59
- 93a7fbb 2026-07-25 07:40


