feat: add algolia-implementation planning suite (11 skills) - #33
Merged
Conversation
Adds a companion bundle that plans, sequences, and validates Algolia implementations end to end, complementing the operational skills: - algolia-discovery-planning (entry point / phase orchestrator) - algolia-search-implementation (net-new build checklist) - algolia-data-modeling, algolia-index-configuration - algolia-ui-libraries, algolia-instantsearch-ui, algolia-autocomplete - algolia-events-insights, algolia-neuralsearch, algolia-agent-studio - algolia-release-qa Each skill ships SKILL.md, references/, agents/openai.yaml, and evals/evals.json. The suite routes live account operations to algolia-cli / algolia-mcp / algobot-cli and code-level UI work to instantsearch, with explicit Do-NOT-use boundaries to avoid trigger collisions. Registered as a single 'algolia-implementation' plugin in marketplace.json; validate_skills.py passes (122 checks).
Rename the rollout-recommendation vocabulary (limited pilot -> limited rollout) in SKILL.md, references, and evals; matches the source repo. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
leonardocuco
self-requested a review
July 24, 2026 13:51
leonardocuco
approved these changes
Jul 24, 2026
Collaborator
|
@itsdanwilli are you ready to merge or are you still working on this? :) |
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.
feat: add algolia-implementation planning suite (11 skills)
What
Adds an implementation-planning suite that complements the existing operational skills. Where
algolia-cli,algolia-mcp,algobot-cli, andinstantsearchexecute operations and write code, this suite plans, sequences, and validates the work: discovery questions, data/event contracts, relevance decisions, UI readiness, AI-feature rollout, and release QA.Skills added (installed as one
algolia-implementationplugin):algolia-discovery-planningalgolia-search-implementationalgolia-data-modelingalgolia-index-configurationalgolia-ui-librariesalgolia-instantsearch-uialgolia-autocompletealgolia-events-insightsalgolia-neuralsearchalgolia-agent-studioalgolia-release-qaNo overlap with existing skills — by design
Every skill carries explicit
Do NOT useboundaries routing to the existing skills: live account operations →algolia-cli/algolia-mcp; Agent Studio config/deploy →algobot-cli; framework APIs and code-level UI work →instantsearch. The suite is the customer-readiness layer around them, not a replacement.algolia-discovery-planningis the single trigger entry point; companions carry precise disambiguation to avoid collisions.Quality
SKILL.md(<160 lines),references/,agents/openai.yaml, andevals/evals.json(32 evals total).scripts/validate_skills.py: 122 checks, 0 failures.Provenance
Developed in itsdanwilli/algolia-implementation-skills with SME review. Contact: daniel.williams@algolia.com.