๐Ÿš€ SSOJet Agent Skills

February 24, 2026 ยท View on GitHub

Empower your AI agents with specialized knowledge to implement Authentication, Team Management, and SCIM provisioning in minutes.

SSOJet Docs License: MIT


๐Ÿ“‘ Table of Contents


Overview

SSOJet 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 Single Sign-On (SSO), Team Management, and SCIM provisioning can be complex. These skills provide your AI agent with the exact implementation patterns, API specifications, and troubleshooting steps needed to get the job done right the first time.

โšก Quick Start

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

npx add-skill ssojet/skills

Or install a specific skill:

npx add-skill ssojet/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 ssojet/skills

# Install specific skills
npx add-skill ssojet/skills --skill oidc-hosted-page-nextjs --skill team-management

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

# Install globally (across all projects)
npx add-skill ssojet/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 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 "Sign in with SSO" using the SSOJet Hosted Login Page.

Language / FrameworkSkill LinkDescription
Generic OIDCssojet-auth-oidcStandard OIDC Authorization Code flow.
Next.jsssojet-auth-nextjsFull App Router integration guide.
Node.jsssojet-auth-nodeBackend implementation for Express/Node.
Pythonssojet-auth-pythonIntegration for Flask.
Gossojet-auth-goLightweight Go implementation.
.NET Coressojet-auth-dotnetASP.NET Core OIDC middleware integration.
Angularssojet-auth-angularSPA with angular-auth-oidc-client.
Reactssojet-auth-reactSPA with react-oidc-context.
Javassojet-auth-javaSpring Boot OAuth2 client integration.
Laravelssojet-auth-laravelLaravel Socialite OIDC provider.
PHPssojet-auth-phpVanilla PHP with openid-connect-php.
Androidssojet-auth-androidNative Android with AppAuth.
iOSssojet-auth-iosNative iOS/Swift with AppAuth.
M2Mssojet-auth-m2mMachine-to-Machine Client Credentials flow.

๐Ÿ‘ฅ Management

Advanced organizational and user management capabilities.

SkillDescription
Team ManagementAPI-driven team creation, role assignment, and invitations.

๐Ÿ“– Resource Center

Explore our granular API documentation and references:

CategoryReference Link
Core APIsUsers, Tenants,
AdvancedRoles,Permissions,Team
General DocsOfficial SSOJet 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 SSOJet Team.