From suaveplan-auth
Use when implementing or debugging code that uses @suaveplan/jwt-tenant: JWT-based multi-tenant token issuance and verification with Ed25519/ECDSA signing, JWKS rotation, and injectable clock.
How this skill is triggered — by the user, by Claude, or both
Slash command
/suaveplan-auth:jwt-tenantThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
JWT-based multi-tenant token issuance and verification with Ed25519/ECDSA signing, JWKS rotation, and injectable clock
JWT-based multi-tenant token issuance and verification with Ed25519/ECDSA signing, JWKS rotation, and injectable clock
@suaveplan/jwt-tenant.import { /* see API Reference below */ } from "@suaveplan/jwt-tenant";
Workspace dependencies: @suaveplan/error, @suaveplan/retry, @suaveplan/types
This skill is intentionally short. The package's own documentation is the authoritative source — read these in order:
packages/auth/jwt-tenant/README.md — overview, install, quick-start, module indexpackages/auth/jwt-tenant/src/**/*.md — co-located docs per implementation file (Purpose, Features, Basic + Advanced examples, full API reference, Implementation notes — all packages in genesis ship ≥200 words per module)packages/auth/jwt-tenant/package.json exports map — every subpath you can import fromWhen the user asks an API question, read the relevant co-located .md first; do not answer from training-data memory.
@suaveplan/error@suaveplan/retry@suaveplan/typesThis SKILL.md is auto-generated by suaveplan-skills/scripts/generate-skills.ts from the package's README. Do not edit by hand — re-run the generator after the README changes.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-authProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.