Claude-skill-registry better-auth-profile
Add a complete account settings page with profile editing, password changes, email updates, session management, and account deletion.
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-profile" ~/.claude/skills/majiayu000-claude-skill-registry-better-auth-profile && rm -rf "$T"
manifest:
skills/data/better-auth-profile/SKILL.mdsource content
Better Auth Profile & Account
To set up Better Auth Profile & Account, refer to the fullstackrecipes MCP server resource:
Resource URI:
recipe://fullstackrecipes.com/better-auth-profile
If the MCP server is not configured, fetch the recipe directly:
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-profile