From altertable
Routes user queries to the best-fit Altertable skill based on a routing table. Use when unsure which skill applies to a request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/altertable:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Central entry point for Altertable skills. Every Altertable task starts here. Match the user query to the best available skill and hand off.
Central entry point for Altertable skills. Every Altertable task starts here. Match the user query to the best available skill and hand off.
understanding-platform to orient the user.For data questions, route to exploring-data when schema is unclear; otherwise route to querying-lakehouse. The matched skill handles MCP initialization as needed.
| Skill | When to route |
|---|---|
exploring-data | Discover what data exists: connections, schemas, tables, columns, semantic models |
querying-lakehouse | Answer questions that require querying lakehouse data using SQL |
analyzing-funnels | Build or analyze a step-by-step conversion flow (drop-off between ordered events) |
analyzing-web-traffic | Web analytics: pageviews, sessions, traffic sources, UTM, device, country breakdowns |
analyzing-insights | Interpret an existing Insight or visualization the user is looking at |
building-segments | Define or compare user cohorts by properties (not step-based) |
forecasting-timeseries | Project future metric values or detect whether a change is within normal range |
tracking-events | Work with tracked product analytics events, identities, or traits (querying or advising on instrumentation) |
creating-insights | Create a new Insight or discovery that will be saved and visible to users |
deciding-actions | Decide which insight or task type to use, or whether to create / update / skip a discovery |
managing-discoveries | Review, approve, or reject existing discoveries and process user feedback on them |
configuring-tasks | Set up a scheduled AI task (anomaly detection, forecast, monitor) that runs on a cron |
using-memory | Persist or retrieve agent-side context across runs (not user-visible findings; that is creating-insights) |
evaluating-skills | Review or author agent skills themselves (skill structure, spec, quality) |
understanding-platform | Explain Altertable concepts, architecture, or how agents work |
When a skill is added, renamed, or removed from this repository, update this table in the same change.
exploring-data.understanding-platform.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.