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/dialogs" ~/.claude/skills/majiayu000-claude-skill-registry-dialogs && rm -rf "$T"
manifest:
skills/data/dialogs/SKILL.mdsource content
Instructions
The example you should follow is the dialog we already have in file
src/components/ConfirmDialog.tsx. That Confirm dialog is only the general idea, and of course the contentent inside different dialogs will vary.