Agent skill
scaffold-auth-route
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/MonDevHub/gakom/tree/tanstack-query/.claude/skills/scaffold-auth-route
SKILL.md
Generate a new authenticated SvelteKit route following repo patterns.
Create:
+page.sveltewith SNUGGLE components and {#await} for data fetching+page.server.tswith session validation using Better Auth- Proper error handling for unauthenticated users
Route conventions:
- Use kebab-case naming (e.g., /my-dashboard)
- Check session in load function:
ctx.locals.session - Redirect to login if no session
- Use Svelte 5 runes like $props for props
- Integrate with Tailwind/shadcn for consistent UI
Reference template.md for route files.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
audit-security
Scan codebase for security vulnerabilities. Use for pre-deploy security checks.
0
0
Explore
add-orpc-handler
0
0
Explore
full-stack-crud
0
0
Explore
integrate-rate-limit
0
0
Explore
setup-drizzle-migration
0
0
Explore
add-theming
Enable dark mode and CSS variable theming on components. Use for consistent theming.
0
0
Explore
Didn't find tool you were looking for?