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.mdsource content
jp-ui Consumer
Quick start
- Read
for install, CSS import, and providers.docs/usage.md - Read
to find exported component names.docs/components.md - Read
for token sources and theming.docs/tokens.md - Read
for icon name guidance.docs/icons.md
Component details
- For prop-level details, inspect
.node_modules/@yumehiko/jp-ui/dist/index.d.ts