← methodology

Agent configs in public repo

usability.agent-configs · Usability · 1 pts · emerging · bonus · emerging (unscored)

Goal

Can a user act through an agent?

Whether an end user's agent can operate on their behalf: working MCP tools, published skills, agent configs.

How we test

Checked your public GitHub org's main repos for AGENTS.md / .claude / .cursor configs.

How to pass

Add AGENTS.md or .claude config to your main repo so coding agents onboard instantly.

Verify a fix

curl -X POST /api/scan/checks \
  -H 'content-type: application/json' \
  -d '{"url": "yourdomain.com", "checkIds": ["usability.agent-configs"]}'