From suaveplan-data
Use when implementing or debugging code that uses @suaveplan/ab-testing: Enterprise A/B testing and experimentation: deterministic FNV-1a bucketing, targeting rules, variant assignment, conversion tracking, and OTel instrumentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/suaveplan-data:ab-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enterprise A/B testing and experimentation engine with deterministic FNV-1a bucketing, targeting rules, variant assignment, conversion tracking, result aggregation, and OpenTelemetry instrumentation.
Enterprise A/B testing and experimentation engine with deterministic FNV-1a bucketing, targeting rules, variant assignment, conversion tracking, result aggregation, and OpenTelemetry instrumentation.
@suaveplan/ab-testing.import { /* see API Reference below */ } from "@suaveplan/ab-testing";
Workspace dependencies: @suaveplan/error, @suaveplan/events, @suaveplan/feature-flags, @suaveplan/logger, @suaveplan/types
This skill is intentionally short. The package's own documentation is the authoritative source — read these in order:
packages/data/ab-testing/README.md — overview, install, quick-start, module indexpackages/data/ab-testing/src/**/*.md — co-located docs per implementation file (Purpose, Features, Basic + Advanced examples, full API reference, Implementation notes — all packages in genesis ship ≥200 words per module)packages/data/ab-testing/package.json exports map — every subpath you can import fromWhen the user asks an API question, read the relevant co-located .md first; do not answer from training-data memory.
@suaveplan/error@suaveplan/events@suaveplan/feature-flags@suaveplan/logger@suaveplan/typesThis SKILL.md is auto-generated by suaveplan-skills/scripts/generate-skills.ts from the package's README. Do not edit by hand — re-run the generator after the README changes.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-data