Agent Skills Discovery Rfc
Description
A mechanism for discovering Agent Skills using the .well-known URI path prefix as specified in RFC 8615 for discovering Agent Skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
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
- Abstract
- Changelog
- Terminology
- Problem
- Solution
- URI Structure
- Skill Directory Contents
- Progressive Disclosure
- Discovery Index
- Integrity and Verification
- Archive Distribution
- Examples
- HTTP Considerations
- Client Implementation
- Security Considerations
- Relationship to Existing Specifications
- 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
versionfield with$schemaURI (https://schemas.agentskills.io/discovery/0.2.0/schema.json) - replace
filesarray andpackageobject with a flat single-artifact model: each skill entry now hastype("skill-md"or"archive"),url, anddigest digestis now the SHA-256 of the single artifact (not a manifest-derived skill-level digest)- add archive safety guidance: path traversal, symlinks, decompression bombs
- add URL resolution semantics per RFC 3986
- add RFC 2119 / RFC 8174 keyword conventions
- strengthen
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11