Authgear
Official@authgear
Users Management for Web & Mobile Apps
Agent Skills by Authgear
Showing 23 vetted skills indexed across 2 GitHub repositories.
update-email-templates
Updates Authgear email templates through source edits, translation regeneration, and staged commits.
bootstrap-local-dev
Guides first-time setup of the authgear-server development environment on macOS.
api-design
Reviews and designs Authgear APIs against a structured checklist of conventions.
update-feature-config
Implements field-level merge logic for feature config sections in Go.
review-pr
Generates a structured code review report for a branch's PR with a mandatory verification pass.
generate-schemas-and-gentype
Regenerates GraphQL schema artifacts and portal TypeScript types after source changes.
update-deps
Audit and fix dependency vulnerabilities in Go modules and npm packages.
update-portal-ui
Reviews and updates React portal UI code for i18n, link components, and config form conventions.
write-e2e-test
Write YAML-driven end-to-end tests for authgear-server authentication flows.
add-portal-screen
Creates new screens and components for the Authgear portal React frontend.
write_e2e_test
Generate structured guidance for writing authgear-server e2e tests in YAML.
write-implementation-plan
Convert Authgear Server specs into implementation plans with file, method, and storage details.
dep_audit
Audit and remediate dependency vulnerabilities in Go and Node.js modules.
portal_admin_api_graphql
Route deprecated portal_admin_api_graphql aliases to add_portal_admin_api_query and add_portal_admin_api_mutation helpers.
update_vettedpositions
Align .vettedpositions entries with goanalysis output after line-number changes.
update_important_modules
Update stale Go modules in authgear-server repositories with go get -u and go mod tidy.
api_design
Evaluate and ideate Authgear API designs against a documented checklist.
add_portal_admin_api_mutation
Create Portal Admin GraphQL mutations from schema.graphql and run npm run gentype.
add_go_test
Add or extend Go unit tests matching existing package test style.
add_portal_admin_api_query
Create Portal Admin GraphQL query files with pagination metadata and run gentype.
update_go_version
Update Go version references across go.mod, Dockerfiles, and Nix tooling.
new_siteadmin_api
Scaffold Site Admin API endpoints with OpenAPI spec updates, Go handlers, and routing.
authgear-integration
Integrate Authgear authentication into web, mobile, and backend applications.
Frequently Asked Questions About Authgear
FAQPage SchemaWhat specific tasks can engineers perform using Authgear's technical capabilities?▼
Engineers can scaffold Site Admin endpoints, generate GraphQL queries and mutations from schema files, perform dependency audits for Go and Node.js, and write structured end-to-end tests for authentication servers. These capabilities streamline the maintenance of identity infrastructure and administrative portal interfaces.
Which personas benefit most from these technical capabilities?▼
Backend engineers, security architects, and full-stack developers working with Authgear-server repositories benefit most. These capabilities are designed for teams managing complex identity systems who require consistent Go module updates, standardized test coverage, and rapid generation of administrative GraphQL interfaces.
What are the prerequisites for implementing these identity management capabilities?▼
Implementation requires an existing Authgear-server environment, familiarity with Go module management, and access to the project's GraphQL schema definitions. Users should have a development environment configured for Go and Node.js to execute the provided generation and auditing routines effectively.