agent-ready-agent-skills

Implement a standardized Agent Skills discovery index at a well-known HTTP endpoint.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ready-agent-skills
Source: https://github.com/fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/agent-skills
Command: npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps websites expose their available Agent Skills in a standardized discovery document so compatible AI agents can find, verify, and retrieve them reliably.

Core Features & Use Cases

  • Discovery Index Implementation: Configure a JSON endpoint at /.well-known/agent-skills/index.json that follows the Agent Skills Discovery RFC v0.2.0.
  • Artifact Metadata: Define skill names, artifact types, descriptions, URLs, and SHA-256 digests for published skills.
  • Validation Workflow: Check the deployed site with the Is It Agent Ready scanner and confirm that the discovery check passes.
  • Use Case: Use this Skill when publishing a website's Agent Skills catalog so AI agents can automatically discover and validate the available SKILL.md files or bundled archives.

Quick Start

Use the agent-ready-agent-skills skill to implement and validate the Agent Skills discovery index for my website.

Frequently Asked Questions about agent-ready-agent-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish an Agent Skills discovery index for my website?

To publish an Agent Skills discovery index, configure a JSON endpoint at /.well-known/agent-skills/index.json following the Agent Skills Discovery RFC v0.2.0. This standardized document allows compatible AI agents to automatically find and verify your available skills.

What is a well-known endpoint for AI agent skill discovery?

A well-known endpoint for AI agent skill discovery is a standardized HTTP path located at /.well-known/agent-skills/index.json. It exposes RFC-compliant JSON metadata so AI agents can reliably locate, validate, and retrieve published SKILL.md files or bundled archives.

How do I validate my deployed Agent Skills discovery index?

You validate your deployed Agent Skills discovery index by scanning the site with the Is It Agent Ready scanner. This validation workflow confirms that your JSON metadata and SHA-256 artifact digests are correctly configured and that the discovery check passes.

Do I need SHA-256 digests for Agent Skills artifact metadata?

Yes, SHA-256 digests are required for Agent Skills artifact metadata. The RFC-compliant JSON metadata mandates including SHA-256 artifact digests alongside skill names, artifact types, descriptions, and URLs to ensure AI agents can verify the integrity of retrieved skill archives.

What metadata is required in an Agent Skills discovery JSON document?

An Agent Skills discovery JSON document requires metadata defining skill names, artifact types, descriptions, URLs, and SHA-256 digests. This RFC v0.2.0-compliant structure ensures AI agents can automatically discover and validate available SKILL.md files or bundled archives from your website.

Can I use this discovery index for bundled skill archives instead of just SKILL.md files?

Yes, the discovery index supports both SKILL.md files and bundled skill archives. By defining the artifact types and URLs in your /.well-known/agent-skills/index.json document, AI agents can automatically discover and retrieve whichever format you publish.