machine-accessible-websites
Installation
SKILL.md
Machine-Accessible Websites
Make websites accessible to both humans and AI agents by implementing the "AIs are the web's new user" pattern.
Quick Start
Implement these 5 components:
- Floating toggle - HUMAN/MACHINE switcher at page bottom
- Content negotiation - Return markdown for
Accept: text/markdown - Alternate .md pages - Markdown version at each URL +
.md - llms.txt - AI-friendly site overview at
/llms.txt - robots.txt - Exclude
.mdpages from search engines
1. Floating HUMAN/MACHINE Toggle
Fixed-position toggle at bottom center of each page.