Claude-skill-registry better-auth-components
Add UI components and pages for authentication flows including sign in, sign up, forgot password, reset password, and email verification.
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/better-auth-components" ~/.claude/skills/majiayu000-claude-skill-registry-better-auth-components && rm -rf "$T"
manifest:
skills/data/better-auth-components/SKILL.mdsource content
Better Auth Components
To set up Better Auth Components, refer to the fullstackrecipes MCP server resource:
Resource URI:
recipe://fullstackrecipes.com/better-auth-components
If the MCP server is not configured, fetch the recipe directly:
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-components