Get auth.md support in your AI agent

Generate and validate auth.md files directly from your IDE with a single skill install.

Install with one command

npx skills add https://github.com/fabriciotelles/skills -s auth-md

Works with any AI agent that supports skill directories.

Alternative: npx agent-skills-cli install https://gitlab.com/fabriciotelles/skills -s auth-md

Manual install by platform

cp -r skills/auth-md .kiro/skills/

After cloning the repo: git clone https://gitlab.com/fabriciotelles/skills.git

What the skill does

Generate

Scans your codebase and outputs a complete auth.md file plus metadata JSON, ready for agent consumption.

Validate

Checks structure, required fields, and consistency of your auth.md against the protocol spec.

Example usage

"Make my app agent-ready"
"Validate my auth.md"
"Generate auth.md for my Express API"

More skills from this repo

Browse all skills →