From altertable
Creates and analyzes conversion funnels. Use when analyzing user journeys, drop-off points, onboarding, checkout, or multi-step flows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/altertable:analyzing-funnelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
To analyze a funnel:
To analyze a funnel:
Ask the user (or infer from context) what journey to measure. You need:
Default to strict ordering unless the user specifies otherwise.
Use the Altertable MCP server to:
For each step transition, compute:
| Metric | Formula |
|---|---|
| Step conversion rate | Users at step N+1 / Users at step N |
| Step drop-off rate | 1 - Step conversion rate |
| Overall conversion rate | Users at final step / Users at step 1 |
Find the step transition with:
Present results as a step-by-step breakdown:
Format example:
Step 1: Page View - 10,000 users
Step 2: Add to Cart - 1,200 users (12.0% conversion, 88.0% drop-off) <-- biggest drop
Step 3: Checkout Started - 800 users (66.7% conversion, 33.3% drop-off)
Step 4: Purchase Complete - 720 users (90.0% conversion, 10.0% drop-off)
Overall conversion: 7.2% (720 / 10,000)
Bottleneck: Step 1 to Step 2 -- 88% of users drop off before adding to cart.
When comparing funnels across segments (device, traffic source, user type):
npx claudepluginhub altertable-ai/skills --plugin altertableSearches 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.