๐Ÿš€ MojoAuth Agent Skills

February 25, 2026 ยท View on GitHub

Empower your AI agents with specialized knowledge to implement Passwordless Authentication using MojoAuth's OIDC Hosted Login Page in minutes.

MojoAuth Docs License: MIT


๐Ÿ“‘ Table of Contents


Overview

MojoAuth Agent Skills is a curated collection of high-context "skills" designed specifically for AI coding agents (such as Antigravity, Cursor, Claude Code, or Codex).

Integrating passwordless authentication can be complex. These skills provide your AI agent with the exact implementation patterns, OIDC specifications, and troubleshooting steps needed to integrate MojoAuth's Hosted Login Page into any application โ€” the first time, done right.

MojoAuth supports multiple passwordless authentication methods out of the box:

  • ๐Ÿ”— Magic Links (Email)
  • ๐Ÿ“ง Email OTP
  • ๐Ÿ“ฑ Phone/SMS OTP
  • ๐ŸŒ Social Login (Google, Facebook, Apple, etc.)
  • ๐Ÿ”‘ Passkeys (WebAuthn/FIDO2)

โšก Quick Start

Install all MojoAuth skills into your coding agents with a single command:

npx add-skill mojoauth/skills

Or install a specific skill:

npx add-skill mojoauth/skills --skill oidc-hosted-page-nextjs

The CLI auto-detects your installed agents (Antigravity, Cursor, Claude Code, Codex) and places skills in the correct directory.

๐Ÿ› ๏ธ How to Use

๐Ÿค– For AI Agents

Option 1: Install via CLI (Recommended)

# Install all skills
npx add-skill mojoauth/skills

# Install specific skills
npx add-skill mojoauth/skills --skill oidc-hosted-page-nextjs --skill oidc-hosted-page-react

# List available skills
npx add-skill mojoauth/skills --list

# Install globally (across all projects)
npx add-skill mojoauth/skills -g

Option 2: Context Injection

Instruct your agent to read a specific skill before starting:

"Analyze the skill at ./skills/authentication/oidc-hosted-page-nextjs/SKILL.md and implement the MojoAuth login flow in my current project."

Option 3: Manual Installation

Copy the relevant skill folder into your project's agent skills directory:

  • Antigravity: .antigravity/skills/
  • Cursor: .cursor/skills/
  • Claude Code: .claude/skills/

๐Ÿ‘จโ€๐Ÿ’ป For Developers

Each skill folder contains:

  • SKILL.md: A comprehensive guide and technical specification.
  • PROMPTS.md (Optional): Optimized prompts to help you direct an AI to implement the skill.

๐Ÿ“š Available Skills

๐Ÿ” Authentication

Seamlessly integrate passwordless authentication using the MojoAuth Hosted Login Page.

Language / FrameworkSkill LinkDescription
Generic OIDCmojoauth-oidcStandard OIDC Authorization Code flow.
Next.jsmojoauth-nextjsFull App Router integration guide.
Node.jsmojoauth-nodeBackend implementation for Express/Node.
Pythonmojoauth-pythonIntegration for Flask.
Gomojoauth-goLightweight Go implementation.
.NET Coremojoauth-dotnetASP.NET Core OIDC middleware integration.
Angularmojoauth-angularSPA with angular-auth-oidc-client.
Reactmojoauth-reactSPA with react-oidc-context.
Javamojoauth-javaSpring Boot OAuth2 client integration.
Laravelmojoauth-laravelLaravel Socialite OIDC provider.
PHPmojoauth-phpVanilla PHP with openid-connect-php.
Androidmojoauth-androidNative Android with AppAuth.
iOSmojoauth-iosNative iOS/Swift with AppAuth.
M2Mmojoauth-m2mMachine-to-Machine Client Credentials flow.

๐Ÿ“– Resource Center

CategoryReference Link
OIDC GuideMojoAuth OIDC Documentation
Hosted PageHosted Login Page Guide
General DocsOfficial MojoAuth Documentation

๐Ÿค Contributing

We are constantly expanding our library of skills. If you have built an integration for a new framework or found a bug:

  1. Fork the repository.
  2. Create a new branch (feature/new-skill).
  3. Submit a Pull Request.

Built with โšก by the MojoAuth Team.