Claude Skill

cloudflare/agent-skills-discovery-rfc

Cloudflare RFC repository proposing standards and protocols for discovering and utilizing Claude Skills in agent-based systems and platforms.

Overview

Stars316
Forks16
LanguageUnknown
Last pushed2026-04-23
Last synced2026-07-03
View on GitHub

Repository

Ownercloudflare
Repositoryagent-skills-discovery-rfc
Full namecloudflare/agent-skills-discovery-rfc
Repo ID1,139,111,484

Install this Skill

git clone https://github.com/cloudflare/agent-skills-discovery-rfc.git

Registry

Typecodex_skill
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-16
Platforms
ClaudeCodex
Capabilities
browsercode-reviewpdfsearchterminalworkflowagent-skillsagentsrfc8615skills
Detected files
README.mdexamples
Config keys
URL

Summary

A Cloudflare RFC repository for agent skills discovery, proposing standards and protocols for discovering and utilizing Claude Skills in agent-based systems.

Chinese description

一种使用.well-known URI路径前缀(如RFC 8615所规定)来发现Agent Skills的机制。

Key features

  • RFC for agent skills discovery
  • Proposes discovery protocols
  • Focuses on Claude Skills integration
  • Standards for agent-based systems

Use cases

  • Standardizing agent skill discovery
  • Integrating Claude Skills into platforms
  • Building interoperable agent ecosystems
  • Developing agent communication protocols

README excerpt

# Agent Skills Discovery via Well-Known URIs **Status**: Draft **Version**: 0.2.0 **Published Date**: 2026-01-17 **Updated Date**: 2026-03-12 ## Table of Contents 1. [Abstract](#abstract) 2. [Changelog](#changelog) 3. [Terminology](#terminology) 4. [Problem](#problem) 5. [Solution](#solution) 6. [URI Structure](#uri-structure) 7. [Skill Directory Contents](#skill-directory-contents) 8. [Progressive Disclosure](#progressive-disclosure) 9. [Discovery Index](#discovery-index) 10. [Integrity and Verification](#integrity-and-verification) 11. [Archive Distribution](#archive-distribution) 12. [Examples](#examples) 13. [HTTP Considerations](#http-considerations) 14. [Client Implementation](#client-implementation) 15. [Security Considerations](#security-considerations) 16. [Relationship to Existing Specifications](#relationship-to-existing-specifications) 17. [References](#references) ## Abstract This document defines a mechanism for discovering [Agent Skills](https://agentskills.io/) using the `.well-known` URI path prefix as specified in [RFC 8615](https://datatracker.ietf.org/doc/html/rfc8615). Skills are currently scattered across GitHub repositories, documentation sites, and other sources. A well-known URI provides a predictable location for agents and tools to discover skills published by an organization or project. ## Changelog #### v0.2.0 - rename well-known URI from `/.well-known/skills/` to `/.well-known/agent-skills/` - replace `version` field with `$schema` URI (`https://schemas.agentskills.io/discovery/0.2.0/schema.json`) - replace `files` array and `package` object with a flat single-artifact model: each skill entry now has `type` (`"skill-md"` or `"archive"`), `url`, and `digest` - `digest` is now the SHA-256 of the single artifact (not a manifest-derived

Topics

Explore more

Data from GitHub. Synced on 2026-07-03