Add algolia-audit to the site: suite, card, review path, downloads, docs - #18
Merged
Merged
Conversation
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>
….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
marked this pull request as ready for review
September 17, 2026 16:16
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.
algolia-auditlanded in algolia/skills (#38) as the entry point for reviewing an existing implementation — the benchmark's headline routing fix (free-choice audits went from invoking 1 skill and matching the no-skills baseline to invokingalgolia-auditand fixing 9/10 live-checked defects). The site didn't know it existed: not inpackaging/suite.json, so no card, no download, not served by the MCP, and never watched bysync-skills.yml.What changes
packaging/suite.json,mcp/skills-pin.json—algolia-auditjoins the suite.src/main.jsx— new Audit card (type QA, "START HERE for an existing implementation"); the Review current setup recommended path now opens withalgolia-audit, then index-configuration → data-modeling → events-insights → release-qa.README.md,packaging/library-README.md,artifacts/start-here-prompt.md,CLAUDE.md— the suite now has two entry points and the docs say so (builds → discovery-planning; existing implementations → audit).enablement/— hub skill table row; customer quick-start gets a "You inherited a setup, or it works but nobody has checked it" situation. Regenerated withbuild.py/build-customer.pyexactly as before.public/downloads/—algolia-audit.zipadded (28 files, 36 KB); every archive is rebuilt bypackage-downloadsso all ZIP timestamps change (same as a sync PR).scripts/validate-skills.mjs— a missingagents/openai.yamlis a warning, not a failure. The canonical repo doesn't require the Codex manifest and its validator passes without it; the site shouldn't enforce a stricter shape. The manifest is still validated when present.algolia-auditis the one skill currently without it — feat(algolia-audit): add agents/openai.yaml manifest skills#42 adds it and the weekday sync will carry it through when it merges; nothing here depends on that.Validation
validate:skills✅ (one warning: algolia-audit manifest pending) ·validate:packages✅ (18 archives) ·validate:feedback✅ ·vite build✅🤖 Generated with Claude Code