mirror of
https://github.com/auth0/agent-skills.git
synced 2026-09-19 02:38:28 +08:00
b7d5f82c3f
* feat: package Auth0 skill for Codex plugins * fix: use Auth0 marketplace display name * docs: address review feedback on the Codex packaging The Codex manifest carried a generic one-liner while the Claude and Cursor manifests list the frameworks and features, so directory search for "Next.js" or "MFA" would not have matched this listing. Reuse the marketplace copy for both `description` and `interface.longDescription`. Also drop the "Method N" numbering now that there are four install paths and the newest one sat above the recommended path, sort `.agents/` into the directory tree, and list both docs/ files in the tree and in AGENTS.md. * docs: describe the Codex marketplace as tracking main, not local The marketplace entry resolves plugins/auth0 from the published main branch, so calling it "local testing" was wrong — an uncommitted working tree is not what gets installed. Reword the four places that claimed it and note that changes need pushing before reinstalling. --------- Co-authored-by: Subhankar Maiti <35273200+subhankarmaiti@users.noreply.github.com> Co-authored-by: Subhankar Maiti <subhankar.maiti@okta.com>