# Fix: Agent-skills discovery index published

> Web-audit fix skill for the `agent-skills` check (Agent discovery & auth, MAY).

## Goal

Publish an agent-skills discovery index so agents can enumerate your skills.

## Fix

Publish an agent-skills discovery index at `/.well-known/agent-skills/index.json` (the
Cloudflare agent-skills-discovery draft) with a `skills[]` array, so agents can enumerate the
skills your site exposes.

## Resources

- [Agent Skills Discovery](https://github.com/cloudflare/agent-skills-discovery)

## Copy-paste prompt

Paste this into your coding agent, replacing the Issue line with the Result line from [your audit](https://anc.dev/web-audit):

```text
Goal: Publish an agent-skills discovery index so agents can enumerate your skills
Issue: <the audit's finding for this check>
Fix: Publish an agent-skills discovery index at `/.well-known/agent-skills/index.json` (the Cloudflare agent-skills-discovery draft) with a `skills[]` array, so agents can enumerate the skills your site exposes.
Skill: https://anc.dev/web-audit/skill/agent-skills
Docs: https://github.com/cloudflare/agent-skills-discovery
```

## Verify

Re-run the audit at [https://anc.dev/web-audit](https://anc.dev/web-audit) or call the `audit_website` MCP tool; the `agent-skills` check should report `pass`.
