Authgear avatar

Authgear

Official

@authgear

0Followers
|
65Public Repos
|
23Published Skills

Users Management for Web & Mobile Apps

Skills Distribution
DomainCybersecurit...Identity & Access .. (40%)Backend Engineering (30%)GraphQL Interface .. (30%)

Agent Skills by Authgear

Showing 23 vetted skills indexed across 2 GitHub repositories.

authgearauthgear
2.0k

update-email-templates

Updates Authgear email templates through source edits, translation regeneration, and staged commits.

Official
Intermediate
authgearauthgear
2.0k

bootstrap-local-dev

Guides first-time setup of the authgear-server development environment on macOS.

Official
Intermediate
authgearauthgear
2.0k

api-design

Reviews and designs Authgear APIs against a structured checklist of conventions.

Official
Advanced
authgearauthgear
2.0k

update-feature-config

Implements field-level merge logic for feature config sections in Go.

Official
Intermediate
authgearauthgear
2.0k

review-pr

Generates a structured code review report for a branch's PR with a mandatory verification pass.

Official
Advanced
authgearauthgear
2.0k

generate-schemas-and-gentype

Regenerates GraphQL schema artifacts and portal TypeScript types after source changes.

Official
Basic
authgearauthgear
2.0k

update-deps

Audit and fix dependency vulnerabilities in Go modules and npm packages.

Official
Advanced
authgearauthgear
2.0k

update-portal-ui

Reviews and updates React portal UI code for i18n, link components, and config form conventions.

Official
Intermediate
authgearauthgear
2.0k

write-e2e-test

Write YAML-driven end-to-end tests for authgear-server authentication flows.

Official
Intermediate
authgearauthgear
2.0k

add-portal-screen

Creates new screens and components for the Authgear portal React frontend.

Official
Intermediate
authgearauthgear
2.0k

write_e2e_test

Generate structured guidance for writing authgear-server e2e tests in YAML.

Official
Advanced
authgearauthgear
2.0k

write-implementation-plan

Convert Authgear Server specs into implementation plans with file, method, and storage details.

Official
Advanced
authgearauthgear
2.0k

dep_audit

Audit and remediate dependency vulnerabilities in Go and Node.js modules.

Official
Advanced
authgearauthgear
2.0k

portal_admin_api_graphql

Route deprecated portal_admin_api_graphql aliases to add_portal_admin_api_query and add_portal_admin_api_mutation helpers.

Official
Basic
authgearauthgear
2.0k

update_vettedpositions

Align .vettedpositions entries with goanalysis output after line-number changes.

Official
Intermediate
authgearauthgear
2.0k

update_important_modules

Update stale Go modules in authgear-server repositories with go get -u and go mod tidy.

Official
Intermediate
authgearauthgear
2.0k

api_design

Evaluate and ideate Authgear API designs against a documented checklist.

Official
Advanced
authgearauthgear
2.0k

add_portal_admin_api_mutation

Create Portal Admin GraphQL mutations from schema.graphql and run npm run gentype.

Official
Intermediate
authgearauthgear
2.0k

add_go_test

Add or extend Go unit tests matching existing package test style.

Official
Basic
authgearauthgear
2.0k

add_portal_admin_api_query

Create Portal Admin GraphQL query files with pagination metadata and run gentype.

Official
Intermediate
authgearauthgear
2.0k

update_go_version

Update Go version references across go.mod, Dockerfiles, and Nix tooling.

Official
Intermediate
authgearauthgear
2.0k

new_siteadmin_api

Scaffold Site Admin API endpoints with OpenAPI spec updates, Go handlers, and routing.

Official
Intermediate
authgearauthgear
1

authgear-integration

Integrate Authgear authentication into web, mobile, and backend applications.

Official
Advanced

Frequently Asked Questions About Authgear

FAQPage Schema
What 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.