chore: rewrite Agent Skills page for the single auth0 skill#1499
Draft
frederikprijck wants to merge 1 commit into
Draft
chore: rewrite Agent Skills page for the single auth0 skill#1499frederikprijck wants to merge 1 commit into
frederikprijck wants to merge 1 commit into
Conversation
The agent-skills re-architecture (auth0/agent-skills#137) consolidates all per-SDK skills into one auth0 skill whose internal router detects the framework and loads the matching reference files. Update the Agent Skills page so it no longer describes a catalog of separate skills: - 'How it works' now describes the single auth0 skill's router loading reference files, and notes the /auth0 explicit-invocation escape hatch. - Reframe 'Available skills' -> 'What it covers'; drop the '25 skills' count and per-skill framing. - Table headers Skill -> Capability; the rows now read as coverage of the one skill rather than distinct installable skills. - Update the GitHub card to reference the single auth0 skill definition. Install instructions (plugin + whole-repo CLI) already reference the auth0 plugin and are unchanged.
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.
What
Companion to #1498. The agent-skills re-architecture (auth0/agent-skills#137) consolidates all per-SDK skills into one
auth0skill whose internal router reads your project files, detects the framework, and loads the matching reference files.The Agent Skills hub page (
main/docs/quickstart/agent-skills.mdx) was still written for the old multi-skill catalog model. This updates the prose so it describes a single skill.Changes
auth0skill's router loading reference files (was "activates the matching skill from 25 available"). Info callout reframed to "a singleauth0skill" and adds the/auth0explicit-invocation escape hatch for smaller models.Skill→Capability(6 tables); rows now read as coverage areas of the single skill rather than separately installable skills. "Quickstart Router" row renamed to "Framework detection."auth0skill definition."Not touched
auth0plugin / wholeauth0/agent-skillsrepo, so they're unaffected by the collapse to one skill.Grounding
Single-skill architecture and router behavior per the unified-skill branch README; skill folder confirmed named
auth0.