website-legal-pageslisted
Install: claude install-skill Prxdigy-exe/website-legal-pages
# Website Legal Pages
Three pages sit in nearly every website footer: **Privacy Policy**, **Terms of Service**,
**Accessibility Statement**. On small-business sites they are usually absent, copy-pasted
from an unrelated company, or actively false — a policy naming "our mobile app" for a
business with no app, or an accessibility statement claiming WCAG conformance on a site
that fails on the homepage.
That last case matters more than an absent page. A missing policy is a gap. A policy that
describes practices the business does not follow is a written admission, and an
accessibility statement claiming conformance the site does not have is a documented
misrepresentation that plaintiffs' firms quote back. **The goal here is accuracy, not
coverage.** Every sentence you generate should be something the business could defend.
## Two modes
| Mode | Trigger | Produces |
|---|---|---|
| **BUILD** | "write a privacy policy for…", "this site needs terms", "add legal pages", launching/handing off a site | `privacy-policy`, `terms-of-service`, `accessibility-statement` as Markdown + drop-in HTML, plus a wiring checklist |
| **AUDIT** | "check if this site has…", "is this site compliant", "find businesses that need this", prospecting | A scored gap report (HTML + Markdown) with evidence, risk, and remediation |
If the user gives you a URL and no clear verb, ask which mode. If they gave you their own
site or codebase, assume BUILD. If they gave you someone else's site, assume AUDIT.
##