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:

  1. Floating toggle - HUMAN/MACHINE switcher at page bottom
  2. Content negotiation - Return markdown for Accept: text/markdown
  3. Alternate .md pages - Markdown version at each URL + .md
  4. llms.txt - AI-friendly site overview at /llms.txt
  5. robots.txt - Exclude .md pages from search engines

1. Floating HUMAN/MACHINE Toggle

Fixed-position toggle at bottom center of each page.

Related skills
Installs
2
Repository
melvinmt/skills
GitHub Stars
3
First Seen
Feb 6, 2026