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/cp -r skills/auth-md .cursor/skills/cp -r skills/auth-md .claude/skills/cp -r skills/auth-md .windsurf/skills/cp -r skills/auth-md .codex/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
- agent-ready-cloudflare — Audit and improve website readiness for AI agents using the Cloudflare scanner
- geo-optimization — Optimize content for AI-generated responses and LLM citations (ChatGPT, Perplexity, Gemini)
- front-end-checklist — Review and audit front-end code before launching to production