Synaptic
Skills
Marketplace
Skill Graph
Criar Skill
MCP Server
Plataforma
Enterprise
🇧🇷
PT
v0.1.0-beta
Voltar ao Marketplace
Security
Médio
Create Auth Skill
por
better-auth
·
better-auth
· v1.0.0 · atualizado em 2026-04-10
80
Score
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.
authentication
authorization
typescript
javascript
better-auth
security
identity-management
0
Stars
0
Forks
0
Usos
Cursor
Claude Code
Claude Desktop
Codex
Copilot
Windsurf
Zed
Fork
Documento do Skill
📋 Workflow
✅ Best Practices
🎯 Triggers & Fases
SKILL.md
create-auth-skill/workflow
1
Identify Project & Requirements:
— Determine if it's a new or existing project and the required authentication methods.
2
Install Better Auth:
— Install the core package and any necessary scoped packages (e.g., `@better-auth/passkey`).
3
Configure Server (auth.ts):
— Set up the authentication configuration, including database connection, email/password settings, and social providers.
4
Configure Client (auth-client.ts):
— Import and configure the client-side authentication library for the chosen framework (React, Vue, Svelte, etc.).
5
Set Up Route Handler:
— Configure the route handler for the chosen framework (Next.js, Express, SvelteKit, etc.).
6
Run Database Migrations:
— Execute the necessary database migrations using the Better Auth CLI.
7
Implement Auth UI:
— Implement the sign-in flow and session management in the client-side application.
8
Security Checklist:
— Review and address all items on the security checklist.
Telemetria de Agentes
Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec
Uso por Plataforma
Skills Relacionados
Similar a
Better Auth Integration Guide
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←
Authentication Setup
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Árvore do Skill
Create Auth Skill
create-auth-skill
Fases Cognitivas
5
1.
SENSE
2.
CONTEXTUALIZE
3.
RECOMMEND
4.
ACT
5.
REFLECT
Triggers
8
add authentication to my app
create an auth layer with Better Auth
implement user authentication
set up authentication in TypeScript
secure my JavaScript application
integrate Better Auth
configure authentication
migrate to Better Auth
Avaliar este Skill
Score Breakdown
⭐
Avaliação Humana
0%
🤖
Sucesso de Agentes
0%
🕐
Atualidade
100%
🔗
Saúde de Dependências
100%
🕸️
Centralidade no Grafo
0%
🛡️
Segurança
50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança
Instalação
$
synaptic mcp download create-auth-skill
$
synaptic skills detail create-auth-skill
$
synaptic skills live create-auth-skill
Dependências
better-auth
@better-auth/passkey
@better-auth/sso
@better-auth/stripe
@better-auth/scim
@better-auth/expo
better-sqlite3
bun:sqlite
pg.Pool
mysql2
better-auth/adapters/prisma
better-auth/adapters/drizzle
better-auth/adapters/mongodb
Links
GitHub Repository