https://github.com/authgear/authgear-skills
Installable skills for using Authgear in your projects
https://github.com/authgear/authgear-skills
Last synced: 3 months ago
JSON representation
Installable skills for using Authgear in your projects
- Host: GitHub
- URL: https://github.com/authgear/authgear-skills
- Owner: authgear
- Created: 2026-02-09T18:07:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T02:09:10.000Z (4 months ago)
- Last Synced: 2026-02-12T08:54:13.335Z (4 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authgear Skills
Installable skills for AI coding agents ([Cursor](https://cursor.com), [Claude Code](https://claude.ai), [Codex](https://codex.dev), [OpenCode](https://opencode.dev), [Gemini CLI](https://ai.google.dev/gemini-api/docs), and similar) to integrate [Authgear](https://www.authgear.com/) into your projects.
## Skills
- **authgear-integration** (`skills/authgear-integration/`) — Integrate Authgear authentication into web, mobile, and backend applications:
- **Frontend/Mobile**: React, React Native, Flutter, Android, Vue, Next.js with SDK setup, login/logout flows, protected routes, user providers
- **Backend**: Python, Node.js, Go, Java, PHP, ASP.NET with JWT validation, API authentication, user verification
## Usage
Point your agent’s skills path at this repo (or the `skills` folder)—e.g. in Cursor, Claude Code, Codex, OpenCode, Gemini CLI, or similar—so the agent can use these skills when you ask about Authgear or adding authentication.
## Structure
```
skills/
authgear-integration/ # Authgear integration skill
SKILL.md
assets/
references/
```