agent-ready-skills

mlava/agent-ready-skills
★ 0 stars Unknown language AI/LLM Updated today
Installable skills for using Agent Ready (https://agent-ready.dev) — the agent-readability scanner. Two skills: agent-ready-api (REST) and agent-ready-mcp (MCP server).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-ready-skills": {
      "command": "npx",
      "args": [
        "-y",
        "mlava/agent-ready-skills"
      ]
    }
  }
}

README Excerpt

Install one of the skills below and your AI agent can run scans, fetch results, and search the Agent Ready docs without any further setup. Or add all three at once with the whole-repo form: ```bash npx skills add mlava/agent-ready-skills ``` Browse the rendered docs on skills.sh: <https://www.skills.sh/mlava/agent-ready-skills>