smithery.ai

create-component

Add a new component to the design system

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 927 B
  • docs SUMMARY.md 64 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Create Component

When creating Equality components,

Common Patterns

States

We commonly use the following states for components:

  • Neutral (Default)
  • Primary (A hierarchical increase, uses the primary brand color)
  • Success (Something has worked correctly)
  • Warning (The user should be informed that something may not be working as intended or requires attention)
  • Danger (Destructive actions or serious errors)

Prefix and Suffix Slots

Components like "Button" and "Input" have prefix and suffix slots to place icons or buttons before, or after the primary component content.

Documentation

After creating the component in the "ui" package, always create a corresponding docs MDX under packages/demo/src/content/components.

Review the create-documentation skill for instructions on how to format the docs.