What problem does it solve?
This Skill helps developers make applications agent-ready by creating, validating, and explaining auth.md files and the associated OAuth discovery, registration, token exchange, and revocation flows.
Core Features & Use Cases
- auth.md Generation: Produce protocol-compliant auth.md files, Protected Resource Metadata, and Authorization Server Metadata for supported registration flows.
- Protocol Validation: Check document structure, JSON metadata, endpoint consistency, supported flows, error handling, placeholders, and optionally live endpoint availability.
- Implementation Guidance: Explain ID-JAG verification, claim ceremonies, token exchange, user matching, rate limiting, replay protection, revocation, audit events, and security requirements.
- Use Case: Use this Skill to audit an existing auth.md file, generate agent authentication documentation for an API, or design the backend endpoints required for identity assertion and browser-based claim registration.
Quick Start
Use the auth-md skill to generate a complete auth.md implementation guide and OAuth metadata for my application based on its existing authentication routes and supported scopes.