authgear-server
Build and maintain a self-hosted authentication server with AI
All Skills in This Repository (22)
Pure Emerald Level Indicatorswrite_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.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core