Skills for AI Agent
Authgear Skills are installable skills for AI coding agents (Cursor, Claude Code, Codex, OpenCode, Gemini CLI, and similar) to integrate Authgear into your projects.
To install all Authgear Skills, in your project use:
npx skills add authgear/skillsOr clone the repo and point the skills path of your coding agent to the skills folder.
Available skills
Once installed, these skills will be available for your project.
/authgear-integration
Integrate Authgear authentication into web, mobile, and backend applications
/authgear-custom-ui (coming soon)
Build custom UI for signup/login
/authgear-authflow (coming soon)
Set up custom authentication flow
Example prompts
You can try our these example prompts in your project:
"Add Authgear authentication to my React app with login/logout buttons and a protected dashboard page"
"Integrate Authgear into my React Native app with login flow and user setting screen"
"Protect my Express.js API endpoints with JWT token validation using Authgear"
"Create a user profile page that displays email and phone number from Authgear"
Last updated
Was this helpful?