Convex authentication setup with provider selection, user management, and access control patterns.
Works with
Supports multiple auth providers: Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT, with provider detection from repo signals before setup
Guides identity mapping to a users table, getCurrentUser helpers, and authorization patterns for ownership, admin, and team access checks
Includes provider-specific reference files for package installation, environment variables, client wiri
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionauth-setupExecute the skills CLI command in your project's root directory to begin installation:
Fetches auth-setup from get-convex/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate auth-setup. Access via /auth-setup in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
21
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
21
stars
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:
@clerk/*, @workos-inc/*, @auth0/*, or Convex Auth packagesconvex/auth.config.ts, auth middleware, provider wrappers, or login componentsRead the provider's official guide and the matching local reference file:
references/convex-auth.mdreferences/clerk.mdreferences/workos-authkit.mdreferences/auth0.mdThe local reference files contain the concrete workflow, expected files and env vars, gotchas, and validation checks.
Use those sources for:
convex/auth.config.ts setupThen read references/common-patterns.md for the Convex-side patterns that apply across providers:
ctx.auth.getUserIdentity() to a users tablegetCurrentUser and getCurrentUserOrNullrequireAdminDo 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.
references/common-patterns.mdstoreUser or equivalent identity sync only if the app needs a users tableIf 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. For UI-facing auth flows, offer to validate the real sign-up or sign-in flow after setup is done. If the environment has browser automation tools, you can use them. If it does not, give the user a short manual validation checklist instead.
references/convex-auth.mdreferences/clerk.mdreferences/workos-authkit.mdreferences/auth0.mdreferences/common-patterns.mdtokenIdentifier indexgetCurrentUser helper functionstoreUser mutation for first sign-inMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
auth-setup has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: auth-setup is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend auth-setup for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in auth-setup — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
auth-setup fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for auth-setup matched our evaluation — installs cleanly and behaves as described in the markdown.
We added auth-setup from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
auth-setup reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in auth-setup — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend auth-setup for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 26