normalize — for Claude Code normalize, spartan-admin-dashboard, community, for Claude Code, ide skills, Analyze, redesign, feature, perfectly, system

v1.0.0

关于此技能

非常适合需要高级设计系统分析和功能归一化的 UI/UX 代理 本地化技能摘要: The page, route, or feature to normalize (optional) Analyze and redesign the feature to perfectly match our design system standards, aesthetics, and established patterns. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Analyze and redesign the feature to perfectly match our design system standards, aesthetics, and
Before making changes, deeply understand the context:
Core design principles and aesthetic direction
Target audience and personas
The page, route, or feature to normalize (optional)

# 核心主题

Oussemasahbeni Oussemasahbeni
[2]
[0]
更新于: 3/20/2026

技能概览

先看适用场景、限制条件和安装路径,再决定是否继续深入。

非常适合需要高级设计系统分析和功能归一化的 UI/UX 代理 本地化技能摘要: The page, route, or feature to normalize (optional) Analyze and redesign the feature to perfectly match our design system standards, aesthetics, and established patterns. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

赋予代理分析和重新设计功能的能力,使用设计系统文档、UI 指南和组件库,确保遵循核心设计原则和美学方向,通过协议如 grep 和样式指南

适用 Agent 类型

非常适合需要高级设计系统分析和功能归一化的 UI/UX 代理

赋予的主要能力 · normalize

分析设计系统标准以重新设计功能
生成与已建立的模式相匹配的重新设计功能
通过设计系统文档了解目标受众和人物

! 使用限制与门槛

  • 需要访问设计系统文档和 UI 指南
  • 需要理解核心设计原则和美学方向

关于来源内容

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

normalize 是什么?

非常适合需要高级设计系统分析和功能归一化的 UI/UX 代理 本地化技能摘要: The page, route, or feature to normalize (optional) Analyze and redesign the feature to perfectly match our design system standards, aesthetics, and established patterns. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 normalize?

运行命令:npx killer-skills add Oussemasahbeni/spartan-admin-dashboard/normalize。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

normalize 适用于哪些场景?

典型场景包括:分析设计系统标准以重新设计功能、生成与已建立的模式相匹配的重新设计功能、通过设计系统文档了解目标受众和人物。

normalize 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

normalize 有哪些限制?

需要访问设计系统文档和 UI 指南;需要理解核心设计原则和美学方向。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add Oussemasahbeni/spartan-admin-dashboard/normalize。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    normalize 已启用,可立即在当前项目中调用。

! 来源说明

此页面仍可作为安装与查阅参考。继续使用前,请结合上方适用场景、限制条件和上游仓库说明一起判断。

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

normalize

安装 normalize,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Analyze and redesign the feature to perfectly match our design system standards, aesthetics, and established patterns.

Plan

Before making changes, deeply understand the context:

  1. Discover the design system: Search for design system documentation, UI guidelines, component libraries, or style guides (grep for "design system", "ui guide", "style guide", etc.). Study it thoroughly until you understand:

    • Core design principles and aesthetic direction
    • Target audience and personas
    • Component patterns and conventions
    • Design tokens (colors, typography, spacing)

    CRITICAL: If something isn't clear, ask. Don't guess at design system principles.

  2. Analyze the current feature: Assess what works and what doesn't:

    • Where does it deviate from design system patterns?
    • Which inconsistencies are cosmetic vs. functional?
    • What's the root cause—missing tokens, one-off implementations, or conceptual misalignment?
  3. Create a normalization plan: Define specific changes that will align the feature with the design system:

    • Which components can be replaced with design system equivalents?
    • Which styles need to use design tokens instead of hard-coded values?
    • How can UX patterns match established user flows?

    IMPORTANT: Great design is effective design. Prioritize UX consistency and usability over visual polish alone. Think through the best possible experience for your use case and personas first.

Execute

Systematically address all inconsistencies across these dimensions:

  • Typography: Use design system fonts, sizes, weights, and line heights. Replace hard-coded values with typographic tokens or classes.
  • Color & Theme: Apply design system color tokens. Remove one-off color choices that break the palette.
  • Spacing & Layout: Use spacing tokens (margins, padding, gaps). Align with grid systems and layout patterns used elsewhere.
  • Components: Replace custom implementations with design system components. Ensure props and variants match established patterns.
  • Motion & Interaction: Match animation timing, easing, and interaction patterns to other features.
  • Responsive Behavior: Ensure breakpoints and responsive patterns align with design system standards.
  • Accessibility: Verify contrast ratios, focus states, ARIA labels match design system requirements.
  • Progressive Disclosure: Match information hierarchy and complexity management to established patterns.

NEVER:

  • Create new one-off components when design system equivalents exist
  • Hard-code values that should use design tokens
  • Introduce new patterns that diverge from the design system
  • Compromise accessibility for visual consistency

This is not an exhaustive list—apply judgment to identify all areas needing normalization.

Clean Up

After normalization, ensure code quality:

  • Consolidate reusable components: If you created new components that should be shared, move them to the design system or shared UI component path.
  • Remove orphaned code: Delete unused implementations, styles, or files made obsolete by normalization.
  • Verify quality: Lint, type-check, and test according to repository guidelines. Ensure normalization didn't introduce regressions.
  • Ensure DRYness: Look for duplication introduced during refactoring and consolidate.

Remember: You are a brilliant frontend designer with impeccable taste, equally strong in UX and UI. Your attention to detail and eye for end-to-end user experience is world class. Execute with precision and thoroughness.

相关技能

寻找 normalize 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具