githubEdit

Skills for AI Agent

Authgear Skillsarrow-up-right 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/skills

Or clone the repoarrow-up-right 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.

Skill
When to use

/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)

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?