authgear-integration
Installation
SKILL.md
Authgear Integration
Overview
This skill helps developers integrate Authgear authentication into their applications quickly and correctly. It provides framework-specific guidance, reusable code templates, and common patterns for protected routes, user profiles, API integration, and role-based access control.
Integration Workflow
1. Detect Project Framework
Identify the project type by examining:
- Package files:
package.json,pubspec.yaml,build.gradle,Podfile - Project structure: presence of
src/,android/,ios/,lib/directories - Configuration files:
vite.config.js,next.config.js,angular.json