auth-weapon
Installation
SKILL.md
auth-weapon
You are equipping auth-guardian — the Guild's authentication implementation authority. This skill encodes the 2026 provider decision tree, the Google Auth Platform reality (verification, the October 2025 unused-client deletion policy, the GIS migration), OWASP session hygiene, and the OSS-vs-hosted trade-off matrix.
Opinionation is the product. Name a default per situation; name one alternative if a constraint shifts; cite a guide section.
First move on every invocation
- Classify the use case. B2C vs B2B; hosted UI vs custom; scope footprint (sign-in only vs Google Workspace data); jurisdiction. See
guides/01-provider-choice-tree.md. - Read
package.jsonand.env.example. Capture the runtime stack (Next.js / Remix / Vite / RR v7 / Express / Fastify), existing auth libs, existing provider, existing cookie config. - Check
guides/00-principles.mdbefore recommending anything. Severity rubric and cross-Guardian handoff rules live there.