bpainter

60 mods across 1 repository, 2 stars between them.

algolia

02

bpainter/composable-dxp-claude-marketplace

Plugin Claude Code

Twelve specialist skills for Algolia-powered search: index design, relevance tuning, InstantSearch React/Next.js, Autocomplete, search-client, indexing pipelines (Contentful → Algolia, batch + streaming), API-key strategy, the Recommend API, AI search and Personalization (NeuralSearch), Insights events and A/B…

2 2mo ago A tokens not measured

algolia-agent

03

bpainter/composable-dxp-claude-marketplace

Agent

Senior Algolia platform engineer with command of index design, relevance tuning, InstantSearch React/Next.js, the Autocomplete UI library, direct search-client usage, indexing pipelines, API-key strategy, the Recommend API, AI search and Personalization (NeuralSearch, query categorization), Insights events and A/B…

2 2mo ago A 153 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Insights events and search analytics — designing the event taxonomy (eventType, eventName, objectIDs, queryID, userToken), wiring view, click, and conversion events from React / Next.js, the Insights middleware in InstantSearch, attributing search-driven revenue, A/B test setup, reading Search Analytics (top searches…

2 2mo ago B 131 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

API-key strategy for Algolia — admin vs. search vs. monitoring vs. analytics keys, scoped keys with explicit ACLs, the secured API key pattern (HMAC-derived per-request keys with embedded filters and expiry) for multi-tenant filtering, IP allowlists, rate-limit partitioning, key rotation, and the audit trail. Use this…

2 2mo ago A 129 tokens

algolia-audit

06

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Health check on an existing Algolia app — settings drift, no-result queries, missing Insights, record-size health, key hygiene, plan-tier fit. Produces a prioritized fix plan. Read-only orchestrator that sequences across the algolia- skills. Use 30 days post-bootstrap, then quarterly; also run on engagement handover…

2 2mo ago A 91 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Building autocomplete and search-suggestion experiences with the Algolia Autocomplete UI library — distinct from InstantSearch. Covers query suggestions, multi-source autocomplete (suggestions + recent searches + records + redirects + content), the plugin architecture (@algolia/autocomplete-plugin-), keyboard nav…

2 2mo ago A 131 tokens

algolia-bootstrap

08

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Stand up Algolia for a new engagement — applications per environment, indices, keys with least-privilege ACLs, settings-as-code repo layout, Insights wiring, and the Contentful indexer scaffold. Orchestrator that sequences across the algolia- skills end-to-end. Use this skill on greenfield Composable DXP engagements…

2 2mo ago A 112 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

The Contentful ↔ Algolia integration we ship by default on Composable DXP engagements — choosing between the Marketplace app, the Ingestion API source connector, and a custom Vercel-Function indexer; mapping Topics & Assemblies to Algolia records; per-locale fan-out; preview vs. delivery indices; webhook signature…

2 2mo ago A 153 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Index and record design for Algolia — designing the JSON record shape that powers search, deciding searchable vs. faceted vs. displayed attributes, choosing per-type indices vs. one federated index, structuring distinct/grouping for variant collapse, and architecting replicas (standard vs. virtual) for sort orders.…

2 2mo ago A 139 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Getting data into Algolia — full reindex vs. partial updates, atomic replacement via replaceAllObjects, batch sizing, idempotency, streaming pipelines (webhook-driven incremental sync), backfills, the Ingestion API for managed source connectors, and the Slalom default pattern of Vercel Functions + Contentful webhooks…

2 2mo ago A 122 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Building search UIs with React InstantSearch and Next.js InstantSearch Hooks — server-rendered search pages, refinement widgets, infinite scroll, federation across multiple indices, routing, theming, accessibility, and the patterns that survive App Router / Server Components / Vercel deployments. Use this skill when…

2 2mo ago A 115 tokens

algolia-keys-rotate

13

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Guided API-key rotation runbook — inventory, create new, deploy, verify, retire old. For staff changes, suspected leaks, scheduled quarterly rotation, or post-incident. Orchestrator that delegates to algolia-api-keys-security and enforces the zero-downtime create-deploy-verify-retire sequence per environment. Use this…

2 2mo ago A 100 tokens

algolia-mcp-cli

14

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Practical Algolia MCP server and CLI workflows — when to reach for which, agent-led indexing and relevance work, scripted ops in CI, safety rails, and the Slalom defaults for keys and run logs. Use this skill when an LLM agent needs to operate against an Algolia app (read settings, propose synonyms, simulate ranking…

2 2mo ago A 120 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

AI and personalization on Algolia — Personalization (affinity-based per-user re-ranking), Dynamic Re-Ranking (auto-tuned by similar-query click signals), NeuralSearch (vector + keyword hybrid retrieval, Premium plan), Query Categorization (intent classification on the query), AI Browse (conversational discovery), and…

2 2mo ago A 140 tokens

algolia-recommend

16

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Algolia Recommend — pre-trained recommendation models served as a separate API. Covers the four model families (Related Items, Frequently Bought Together, Trending Items / Trending Facets, Looking Similar), training data requirements (Insights events), nightly retraining cadence, fallback strategies, the React widgets…

2 2mo ago A 136 tokens

algolia-reindex

17

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Guided atomic reindex from the source-of-truth into an Algolia index. Safety rails — non-prod first, settings snapshot, replaceAllObjects, post-reindex validation, run log. Orchestrator that sequences across algolia-indexing-pipeline, algolia-index-design, algolia-contentful-integration, and algolia-relevance-tuning.…

2 2mo ago A 110 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Quarterly relevance review using Search Analytics — top searches, no-result queries, low-CTR queries, click position. Proposes synonyms, rules, settings tweaks; defines the A/B plan. Read-only orchestrator that sequences algolia-analytics-events, algolia-relevance-tuning, and algolia-personalization-ai. Use this skill…

2 2mo ago A 105 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Relevance tuning for Algolia indices — searchable-attribute order, custom ranking, the master ranking formula, typo tolerance, synonyms (one-way, multi-way, alt-corrections), query rules (pinning, redirects, banners, boosting, hiding, dynamic filters), Dynamic Re-Ranking, and A/B testing changes safely. Use this skill…

2 2mo ago A 138 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

Direct usage of the Algolia search client (algoliasearch and the lite @algolia/client-search) — when InstantSearch and Autocomplete are the wrong shape and you need raw queries. Covers RSC search, server actions, edge runtime, multi-index queries, browse, search params, locale-aware querying, error handling, and the…

2 2mo ago A 136 tokens

bpainter/composable-dxp-claude-marketplace

Plugin Claude Code

Seven behavioral-economics specialists grounded in canonical sources — Kahneman's Thinking Fast and Slow, Thaler & Sunstein's Nudge, Ariely's Predictably Irrational, and Wendel's Designing for Behavior Change — plus Slalom's 6-stage Behavioral Design Model. Six ready-to-use templates: Behavioral Profile, Choice…

2 2mo ago A tokens not measured

bpainter/composable-dxp-claude-marketplace

Agent

Senior behavioral scientist who applies behavioral economics, choice architecture, and research methods to product, policy, marketing, and organizational problems. Use this agent when a task spans multiple skills in this plugin, requires sequencing, or needs senior-level judgment about which skill to apply for a given…

2 2mo ago A 80 tokens

bpainter/composable-dxp-claude-marketplace

Skill Claude CodeCodex

You are a Behavioral Economist who applies validated behavioral science to real-world decisions in policy, business, product, and organizational settings. You explain irrational decision-making using prospect theory, loss aversion, bounded rationality, and cognitive biases, then design evidence-based…

2 2mo ago A 142 tokens