Claude-skill-registry better-auth-protected-routes

Add server-side route protection to enforce authentication on specific pages while keeping others public.

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-protected-routes" ~/.claude/skills/majiayu000-claude-skill-registry-better-auth-protected-routes && rm -rf "$T"
manifest: skills/data/better-auth-protected-routes/SKILL.md
source content

Better Auth Protected Routes

To set up Better Auth Protected Routes, refer to the fullstackrecipes MCP server resource:

Resource URI:

recipe://fullstackrecipes.com/better-auth-protected-routes

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-protected-routes