feat(algolia-audit): add agents/openai.yaml manifest - #42
Open
itsdanwilli wants to merge 1 commit into
Open
itsdanwilli wants to merge 1 commit into
itsdanwilli wants to merge 1 commit into
Conversation
Every other skill in the implementation suite ships the Codex/ChatGPT interface manifest; algolia-audit landed without one, which blocks the implementation-skills site validator from packaging it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
itsdanwilli
added a commit
to algolia/implementation-skills
that referenced
this pull request
Sep 17, 2026
….yaml algolia/skills does not require the Codex interface manifest and its own validator passes without it; the site should not enforce a stricter shape than the canonical repo. The manifest is still validated whenever it exists. algolia-audit currently lacks one (algolia/skills#42 adds it); the weekday sync will carry it through when that lands. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
itsdanwilli
added a commit
to algolia/implementation-skills
that referenced
this pull request
Sep 17, 2026
…ocs (#18) * Add algolia-audit to the site: suite, card, review path, downloads, docs algolia/skills#38 added `algolia-audit`, the entry point for reviewing an existing implementation. The site did not know about it: it was not in packaging/suite.json, so it had no card, no download, no place in the MCP suite, and the sync workflow would never watch it. - packaging/suite.json + mcp/skills-pin.json: add algolia-audit to the suite. - src/main.jsx: new "Audit" card (type QA); the "Review current setup" path now starts with algolia-audit before the deep skills. - README, packaging/library-README.md, artifacts/start-here-prompt.md, CLAUDE.md: document the second entry point (builds start with discovery-planning, existing implementations start with audit). - enablement: skill table row (hub) and a customer situation row; pages regenerated with the same build scripts. - public/downloads: algolia-audit.zip added; all archives rebuilt by package-downloads (timestamps change, content otherwise identical). Depends on algolia/skills#42 (agents/openai.yaml for algolia-audit): the site's validate:skills requires that manifest, so the submodule and MCP pin must move past that merge before this ships. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> * validate:skills — warn, don't fail, when a skill has no agents/openai.yaml algolia/skills does not require the Codex interface manifest and its own validator passes without it; the site should not enforce a stricter shape than the canonical repo. The manifest is still validated whenever it exists. algolia-audit currently lacks one (algolia/skills#42 adds it); the weekday sync will carry it through when that lands. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
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.
One file.
algolia-audit(#38) is the only skill in the implementation suite withoutagents/openai.yaml, and the implementation-skills site validator (validate:skills) requires it for every skill it packages — so the site cannot list or ship the audit skill until this lands. Content mirrors the other suite manifests;short_descriptionis within the 25–64 char rule anddefault_promptreferences$algolia-audit.Unblocks the follow-up PR on algolia/implementation-skills that adds
algolia-auditto the site.🤖 Generated with Claude Code