You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the April 7, 2026 Office Hours, there's a need to fully map out the end-to-end discovery path — how does skill discovery actually work from domain resolution through configuration to runtime loading?
Currently, several pieces exist independently:
Well-known URIs — the Agent Skills Discovery RFC defines /.well-known/agent-skills/index.json for domain-level discovery. Vercel/Mintlify already supports npx skills add <domain> pulling from well-known URIs.
Configuration — how clients are configured to connect to skill servers and load skills at runtime.
What's missing is a clear picture of how these layers compose into a single coherent path.
Deliverable
A document or diagram mapping the complete discovery pathway:
Domain resolution — user provides a domain → well-known URI lookup
Manifest/index retrieval — index.json content and structure
MCP server connection — how the well-known URI leads to an MCP server endpoint
Skill resource loading — skill:// resource discovery and reading at runtime
Client configuration — how this gets wired into a client's settings
Using modelcontextprotocol.io as a dog-fooding example was discussed. Currently Mintlify controls the well-known URI for that domain, so hosting custom MCP skills there would require either Mintlify adding that feature or using a separate subdomain.
Context
From the April 7, 2026 Office Hours, there's a need to fully map out the end-to-end discovery path — how does skill discovery actually work from domain resolution through configuration to runtime loading?
Currently, several pieces exist independently:
/.well-known/agent-skills/index.jsonfor domain-level discovery. Vercel/Mintlify already supportsnpx skills add <domain>pulling from well-known URIs.skill://URI scheme andskill://index.jsonresource for MCP-level discovery (SEP in progress via Skills Extension SEP — spec, URI scheme, and reference implementation #75).What's missing is a clear picture of how these layers compose into a single coherent path.
Deliverable
A document or diagram mapping the complete discovery pathway:
index.jsoncontent and structureskill://resource discovery and reading at runtimeUsing
modelcontextprotocol.ioas a dog-fooding example was discussed. Currently Mintlify controls the well-known URI for that domain, so hosting custom MCP skills there would require either Mintlify adding that feature or using a separate subdomain.Related
🦉 Generated with Claude Code