[codex] publish agent skills discovery index#139
Merged
Conversation
Deploying qf-api-docs with
|
| Latest commit: |
4788a1b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f39e3c32.qf-api-docs.pages.dev |
| Branch Preview URL: | https://codex-agent-skills-discovery.qf-api-docs.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Publishes an Agent Skills Discovery RFC v0.2.0 index under /.well-known/agent-skills/ so agent scanners can discover the Quran Foundation docs skill, retrieve its SKILL.md, and verify integrity via a SHA-256 digest.
Changes:
- Add
static/.well-known/agent-skills/index.json(v0.2.0 discovery index) pointing to the skill artifact with asha256:digest. - Add
static/.well-known/agent-skills/quran-foundation-api-docs/SKILL.mddescribing how to route questions to the right docs/APIs and canonical sources. - Add a Node test to validate discovery shape and verify the published digest against the local
SKILL.mdbytes.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tests/agent-skills-discovery-index.test.cjs | Validates discovery schema basics and checks sha256 digest matches SKILL.md bytes. |
| static/.well-known/agent-skills/quran-foundation-api-docs/SKILL.md | Adds the skill artifact content (routing rules + canonical doc links). |
| static/.well-known/agent-skills/index.json | Publishes the RFC v0.2.0 discovery index entry for the skill. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/.well-known/agent-skills/index.jsonquran-foundation-api-docsSKILL.mdartifact covering API docs, OIDC tutorials, font tutorials, Request Access, and Quran Reflect integrationsSKILL.mdbytesWhy
The docs site did not publish an Agent Skills Discovery RFC v0.2.0 index, so agent scanners could not discover a Quran Foundation skill from the well-known path.
Impact
Agents can now discover a canonical Quran Foundation docs skill from
/.well-known/agent-skills/index.json, fetch the publishedSKILL.md, and verify it using the indexed digest.Validation
C:\Users\Basit\.cache\codex-runtimes\codex-primary-runtime\dependencies\node\bin\node.exe --test tests\agent-skills-discovery-index.test.cjs