Prepare agent skills for OpenAI submission - #796
Merged
Merged
Conversation
|
I hit an error while handling your request (Model unavailable on AI Gateway free tier: Free tier users do not have access to this model. Upgrade to paid credits at https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dtop-up for unrestricted…). Please try again, rephrase, or reach out if it keeps failing. Error id: fd03c9d8-218a-4533-b23e-b2fb3833839a |
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.
The current Pascal skill bundle installs through Git marketplaces, but its OpenAI compatibility manifest exceeds public-directory limits and the repository has no portable Agent Plugins manifest. The shared publishing fixtures also sit under
skills/as an immediate directory without aSKILL.md, which is invalid for skills-only archive ingestion.This change prepares bundle 0.1.5 for an OpenAI skills-only submission:
plugin.jsonand keeps the compatibility manifest aligned;skills/;This does not submit, review, publish, or claim a public Plugins Directory listing.
Validation:
bun scripts/validate-skills.tsclaude plugin validate . --strictgit diff --checkNote
Low Risk
Packaging, manifest metadata, validator, and doc changes only; no runtime or skill instruction logic is modified.
Overview
Prepares bundle 0.1.5 for an OpenAI skills-only directory submission without changing skill behavior.
Adds a portable root
plugin.json(Agent Plugins schema) whoseextensions.com.openai.interfacemust stay identical to.codex-plugin/plugin.json, and bumps Claude/Codex marketplace manifests to 0.1.5. OpenAI-facing copy is tightened to listing limits (30-char subtitle, 128-char starter prompts),screenshotsis removed, human-readable capabilities replace generic flags, and website/support/privacy/terms URLs plusassets/pascal-mark.svgbranding are wired in.Cross-skill
publishing-cases.jsonmoves fromskills/toplugin-evals/soskills/contains only valid skill directories for archive ingestion.scripts/validate-skills.tsenforces portable schema parity, OpenAI metadata limits, HTTPS URLs, bundled icon paths, no screenshots on skills-only packages, and unexpected top-levelskills/directories. Docs (skills/README.md,skills/VALIDATION.md) record the submission-readiness candidate and expanded validator scope.Reviewed by Cursor Bugbot for commit dfb1c11. Bugbot is set up for automated code reviews on this repo. Configure here.