authentication skills

253 tagged authentication, measured the same way as everything else here.

Browse within: antigravity 57application-security 57keycloak 41auth 25authorization 23eidas2 22identity 22postquantum 22postquantumcryptography 22agent-auth 212fa 20auth0 20login 20OAuth 18

saas-builder

01

ixartz/SaaS-Boilerplate

Skill Claude CodeCodex

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

7.4k 11d ago A 75 tokens original MIT

awslabs/agentcore-samples

Skill Claude CodeCodex

Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…

3.3k 3d ago A 98 tokens original Apache-2.0

awslabs/agentcore-samples

Skill Claude CodeCodex

Generates a concise executive-level financial briefing or summary suitable for a CEO, CFO, or board presentation. Use when the user asks for a summary, briefing, executive summary, board update, financial overview, financial health check, or "how is the business doing". Covers the full P&L picture in one page. Also…

3.3k 3d ago A 95 tokens original Apache-2.0

awslabs/agentcore-samples

Skill Claude CodeCodex

Analyzes financial trends across multiple quarters by comparing P&L metrics over time. Use when the user wants to see trends, patterns, trajectories, or directional movement across 3 or more quarters. Also use for "how are we trending", "show me the trend", "track performance over time", "quarter over quarter…

3.3k 3d ago A 82 tokens original Apache-2.0

add-portal-screen

05

authgear/authgear-server

Skill Claude CodeCodex

Add screens or components to the portal frontend. Use when the user asks to create a new portal page, screen, tab, or UI component.

2.0k 5d ago A 34 tokens original Apache-2.0

api-design

06

authgear/authgear-server

Skill Claude CodeCodex

Review or design APIs for Authgear. In review mode, evaluates a design draft against the checklist. In ideation mode, develops a design from a description and self-reviews it.

2.0k 5d ago A 40 tokens original Apache-2.0

write-e2e-test

07

authgear/authgear-server

Skill Claude CodeCodex

Write end-to-end (e2e) tests for authgear-server. Use when the user asks to write, add, or create e2e tests. The tests live in e2e/tests/ and are YAML-driven.

2.0k 5d ago A 52 tokens original Apache-2.0

console

08

thunder-id/thunderid

Skill Claude CodeCodex

Navigate and interact with the ThunderID Console UI. Use when exploring the ThunderID admin console, testing UI changes, creating users/applications/roles, or debugging the frontend.

565 4d ago A 37 tokens original Apache-2.0

db

09

thunder-id/thunderid

Skill Claude CodeCodex

Database schema and query conventions for ThunderID. Use when changing schema scripts, defining SQL queries, updating store constants, or reviewing deployment-scoped persistence rules.

565 4d ago A 33 tokens original Apache-2.0

docs

10

thunder-id/thunderid

Skill Claude CodeCodex

Handles every ThunderID documentation task in one skill: scaffolding a new page, writing content into an existing page, checking structural standards, reviewing writing quality/tone/AI-vocabulary, verifying technical accuracy, reviewing API documentation (OpenAPI specs and SDK reference pages) for consistency and…

565 4d ago A 183 tokens original Apache-2.0

anthropic

11

gotgenes/pi-anthropic-auth

Skill Claude CodeCodex

Anthropic Claude Pro/Max OAuth compatibility workflow for this repo. Use when debugging Anthropic OAuth failures, misleading extra-usage errors, Pi request shaping, prompt fingerprinting, or deciding between hook-based fixes and deeper provider overrides.

224 14d ago A 49 tokens original MIT

gotgenes/pi-anthropic-auth

Skill Claude CodeCodex

Heuristics and process for discovering structural improvements in this package. Load when planning a new improvement round — contains the smell taxonomy, analysis workflow, and prioritization framework distilled from many phases of refactoring.

224 14d ago A 47 tokens original MIT

gotgenes/pi-anthropic-auth

Skill Claude CodeCodex

Reference for the Pi coding agent's turn/tool execution model and extension event lifecycle. Use when designing extension timing (when to flush, notify, or intercept), understanding event sequencing, or reasoning about what the agent sees between turns. Includes the verified lifecycle diagram, event handler…

224 14d ago A 70 tokens original MIT

jwt

14

kataras/jwt

Skill Claude CodeCodex

Development guide for the jwt JSON Web Token library for Go (github.com/kataras/jwt). Use this skill when signing or verifying JWTs, choosing a signing algorithm (HMAC, RSA, RSA-PSS, ECDSA, EdDSA), reading or validating standard or custom claims, setting expiry and clock-skew tolerance, rotating keys with a kid-based…

211 11d ago A 107 tokens original MIT

zeroid

15

highflame-ai/zeroid

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /zeroid. Identity infrastructure for AI agents — register identities, issue tokens, delegate to sub-agents, revoke credentials, and manage credential policies via the Zeroid REST API.

161 3d ago A 51 tokens original Apache-2.0

zeroid

16

highflame-ai/zeroid

Skill Claude CodeCodex

Identity infrastructure for AI agents — register identities, issue tokens, delegate to sub-agents, revoke credentials, manage policies.

161 3d ago A 26 tokens original Apache-2.0

latchkey

17

imbue-ai/latchkey

Skill Claude CodeCodex

Interact with third-party or self-hosted services (Slack, Google Workspace, Dropbox, GitHub, Linear, Coolify...) using their HTTP APIs on the user's behalf.

124 3d ago A 38 tokens original MIT

authsome

18

agentrhq/authsome

Skill Claude CodeCodex

Use this to access external services/CLIs/APIs: Gmail/gh/Github/Stripe etc. or when running any bash command, script, or curl/wget that makes outbound HTTP calls. Make HTTP requests directly and the gateway injects credentials automatically.

84 1mo ago A 55 tokens original MIT

create-auth

19

himself65/auth-spec

Skill Claude CodeCodex

Scaffold signin and signup authentication endpoints for a project. Use when the user wants to add authentication, create login/register flows, or set up auth from scratch.

41 9d ago A 35 tokens

himself65/auth-spec

Skill Claude CodeCodex

Audit and harden authentication code for security best practices. Use when the user wants to check their auth implementation for vulnerabilities, harden session handling, fix credential storage, validate OAuth/OIDC flows, add MFA/passkeys, or apply OWASP-recommended security patterns.

41 9d ago A 58 tokens

add-middleware

21

KhaledSaeed18/node-express-boilerplate

Skill Claude CodeCodex

Add a new Express middleware to this project and wire it up correctly. Use when the user asks to add middleware — rate limiting, request guards, validation, logging enrichment, custom auth checks, etc.

33 8d ago A 44 tokens original MIT

add-test

22

KhaledSaeed18/node-express-boilerplate

Skill Claude CodeCodex

Scaffold unit and integration tests for an existing resource or service. Use when the user asks to add tests, write tests, or improve test coverage for a specific resource, service, controller, or route.

33 8d ago A 44 tokens original MIT

new-resource

23

KhaledSaeed18/node-express-boilerplate

Skill Claude CodeCodex

Scaffold a complete new API resource (validation → repository → service → controller → route → container → app mount → OpenAPI → tests). Use when the user asks to add a new resource, entity, model, or endpoint group to the API.

33 8d ago A 53 tokens original MIT

auth-oauth

24

qauth-labs/qauth

Skill Claude CodeCodex

Implements and reviews OAuth 2.0/2.1 flows following RFC 6749, RFC 9700 (BCP), and PKCE (RFC 7636). Use when implementing authorization code flow, token handling, client registration, or securing OAuth endpoints.

24 6d ago A 59 tokens original Apache-2.0