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.
Related skills
More from melvinmt/skills
agentic-website-design
Design and build websites using AI coding agents with static site generators. Covers Astro-first workflow, iterative visual refinement via browser feedback, skill-enhanced prompting (frontend-design, copywriting), animations, and high-bar polish loops. Use when building a website with an AI agent, designing landing pages, or iterating on web design with LLM assistance.
23ink-react-tui
Build terminal user interfaces with React using Ink. Use when creating CLIs, terminal apps, TUIs, or when the user mentions Ink, terminal UI, or React CLI apps.
1