authgearauthgearOfficial·22 Agent Skills Included

authgear-server

Build and maintain a self-hosted authentication server with AI

Guides AI agents through developing Authgear, an open-source authentication server with login pages, MFA, SSO, and a user management portal. Covers local environment setup, API design reviews, Go and end-to-end testing, email template updates, and dependency security audits. Eliminates guesswork about project structure, coding conventions, and commit workflows so changes ship faster and pass review.
npx skills add authgear/authgear-server --all -g -y
Available:

Maps the repository layout and routes the AI agent to the right sub-skills, commands, and conventions for each development task in this codebase.

All Skills in This Repository (22)

Pure Emerald Level Indicators
📦 In Repo
authgearauthgear

write_e2e_test

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

Official
Advanced
📦 In Repo
authgearauthgear

write-implementation-plan

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

Official
Advanced
📦 In Repo
authgearauthgear

dep_audit

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

Official
Advanced
📦 In Repo
authgearauthgear

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
📦 In Repo
authgearauthgear

update_vettedpositions

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

Official
Intermediate
📦 In Repo
authgearauthgear

update_important_modules

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

Official
Intermediate
📦 In Repo
authgearauthgear

api_design

Evaluate and ideate Authgear API designs against a documented checklist.

Official
Advanced
📦 In Repo
authgearauthgear

add_portal_admin_api_mutation

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

Official
Intermediate
📦 In Repo
authgearauthgear

add_go_test

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

Official
Basic
📦 In Repo
authgearauthgear

add_portal_admin_api_query

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

Official
Intermediate
📦 In Repo
authgearauthgear

update_go_version

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

Official
Intermediate
📦 In Repo
authgearauthgear

new_siteadmin_api

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

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install authgear-server skills?

Run `npx skills add authgear/authgear-server --all -g -y` in your terminal to install all skills in this suite globally.

What is Authgear used for?

Authgear is an open-source authentication server, an alternative to Auth0 or Firebase Auth, providing login pages, MFA, SSO, and user management for your apps.

How do these skills help AI agents work on Authgear?

They teach the agent the repo's structure, testing patterns, API design rules, and commit conventions so it can make correct, review-ready code changes.

Can AI set up the Authgear local dev environment?

Yes. The bootstrap-local-dev skill walks the agent through installing tools, running migrations, and starting the server and portal step by step.

Do these skills work with Claude Code and other agents?

Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineering