AI Agent Skills for AuthOS

AuthOS has a public Agent Skills repository for AI coding agents that need to implement, integrate, or operate AuthOS.

The skills are source-verified against the AuthOS codebase and cover platform deployment, tenant administration, React, Vue, Node.js, the TypeScript SDK, service APIs, device flow, webhooks, RBAC, compliance, and maintenance.

Install

Clone the skills repository and copy the authos-* skill directories into your agent’s skills directory:

git clone https://github.com/drmhse/authos_skill.git ~/authos_skill

Supported targets include Codex, Claude Code, Cursor, Gemini CLI, and GitHub Copilot. See the docs guide for exact install paths.

When to Use Them

Use these skills when an AI agent is:

  • Adding AuthOS to a React, Vue, Node.js, or TypeScript application.
  • Configuring tenants, services, roles, providers, domains, branding, MFA, SAML, SCIM, or webhooks.
  • Deploying or operating AuthOS with SQLite, PostgreSQL, or MySQL.
  • Debugging AuthOS auth flows, service API calls, token verification, provider-token requests, or webhook delivery.