Claude-skill-registry jp-ui-consumer

Use when consuming jp-ui in an app: installation, CSS/theme setup, component selection, and token usage; guide Codex to the jp-ui docs and types for implementation details.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/jp-ui-consumer" ~/.claude/skills/majiayu000-claude-skill-registry-jp-ui-consumer && rm -rf "$T"
manifest: skills/data/jp-ui-consumer/SKILL.md
source content

jp-ui Consumer

Quick start

  • Read
    docs/usage.md
    for install, CSS import, and providers.
  • Read
    docs/components.md
    to find exported component names.
  • Read
    docs/tokens.md
    for token sources and theming.
  • Read
    docs/icons.md
    for icon name guidance.

Component details

  • For prop-level details, inspect
    node_modules/@yumehiko/jp-ui/dist/index.d.ts
    .