{
  "skill": {
    "id": "skl_llms_accuracy_check",
    "name": "llms-accuracy-check",
    "plugin": "cwc-customer-support",
    "description": "Verify that a site's documented help surface is TRUE: parse its /llms.txt (the family convention — '# domain — title', '> description', '## API' route bullets, '## Family'), extract every 'GET /api/...' route it promises, request each one live, and classify the site ACCURATE / OVERPROMISING (a documented route 404s) / UNDERDOCUMENTED (an allow-listed conventional route answers but isn't documented — hint only, never a crawl). Use when a user reports \"the docs say this endpoint exists but it 404s\", when auditing a site's llms.txt after a deploy, when support-playbook triage needs to know whether the documentation or the site is wrong, or on a periodic docs-accuracy sweep. Do NOT use for fleet-wide llms.txt COVERAGE metrics (scripts/flywheel-metrics.sh and cwc-marketing own that), for fixing a wrong llms.txt (engineering + cwc-deploy), or for probing undocumented routes beyond the declared allow-list — this skill never crawls.",
    "summary": "Verify that a site's documented help surface is TRUE: parse its /llms.txt (the family convention — '# domain — title', '> description', '## API' route bullets, '## Family'), extract every 'GET /api/...' route it promises, request each one live, and classify the site ACCURATE / OVERPROMISING (a do...",
    "gated": 0,
    "source_path": "plugins/cwc-customer-support/skills/llms-accuracy-check/SKILL.md",
    "created_at": "2026-07-10 18:13:13",
    "cite_as": "https://subagentskills.com/api/skills/skl_llms_accuracy_check"
  }
}