Skip to main content
Back to registry

auth-setup

get-convex/agent-skills

Implement secure authentication in Convex with user management and access control.

Installs446
Install command
npx skills add https://github.com/get-convex/agent-skills --skill auth-setup
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Implement secure authentication in Convex with user management and access control. Convex supports multiple authentication approaches. Do not assume a provider. Before writing setup code: Common options: Look for signals in the repo before asking: Read the provider's official guide and the matching local reference file: The local reference files contain the concrete workflow, expected files and env vars, gotchas, and validation checks. Use those sources for: Then read references/common-patterns.md for the Convex-side patterns that apply across providers: Do not invent provider-specific setup from memory when the docs are available. Do not assume provider initialization commands finish the entire integration. Verify generated files and complete the post-init wiring steps the provider reference calls out. If the flow blocks on interactive provider or deployment setup, ask the user explicitly for the exact human step needed, then continue after they complete it.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does auth-setup do?

Implement secure authentication in Convex with user management and access control.

Is auth-setup good?

auth-setup does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does auth-setup work with?

auth-setup currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to auth-setup?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install auth-setup?

npx skills add https://github.com/get-convex/agent-skills --skill auth-setup

Related skills

More from get-convex/agent-skills

Related skills

Alternatives in Software Engineering