From altertable
Creates and analyzes conversion funnels to identify drop-off points in user journeys. Use for onboarding, checkout, or multi-step flows. Requires Altertable MCP server.
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:
list_events and render_insight to validate the funnel steps, window, and orderingAsk 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:
list_events to confirm exact event names and recent volumerender_insight with kind: funnel to validate step definitions and check the data looks correctcreate_insight with kind: funnel if the user wants a saved chartcreate_discovery if the bottleneck or finding should be reviewed or notifiedFor 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):
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.
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 altertable-ai/skills --plugin altertable