# Skill: Author Agentic Registration Manual (auth.md)

> **Standard:** Auth.md Agent Specification
> **Category:** PROTOCOL_DISCOVERY
> **Classification:** SPECIFICATION_AND_GUIDE
> **Author:** TinyCTO Architecture Guild (https://tinycto.tv)

## Overview
Publish /auth.md providing step-by-step instructions for AI agents on how to discover, register, claim, and exchange tokens.

## Learning Objectives
1. Publish /auth.md with '# auth.md' top-level title.
2. Document the 7-step agent lifecycle (Discover -> Register -> Claim -> Exchange -> Call -> Revoke).
3. List identity types (anonymous, identity_assertion, service_auth).

## Prerequisites
- Markdown route handler or static asset hosting

## Implementation & Execution Guide

### Step 1: Deploy /auth.md Route
Serve clean markdown with registration instructions.

## Architectural Takeaway
Auth.md gives LLM agents a self-contained instruction manual for establishing authenticated sessions.
