From altertable
Routes user queries to the best-fitting Altertable skill. Use when unsure which Altertable 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.
initialize before any other Altertable tool so organization, environment, and knowledge context are correct.understanding-platform to orient the user.For data questions, route to exploring-data when schema is unclear; otherwise route to querying-lakehouse.
| Skill | When to route |
|---|---|
exploring-data | Discover what data exists: catalogs, 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 that will be saved and visible to users |
creating-discoveries | Create a discovery from a meaningful finding that should notify users and enter review |
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 | Search or create agent memories; create organization knowledge only when the user explicitly asks |
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.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