From altertable
Routes user queries to the best-fit Altertable skill using a routing table covering data exploration, lakehouse SQL queries, funnel analysis, web traffic, forecasting, and platform management.
npx claudepluginhub altertable-ai/skills --plugin altertableThis skill uses the workspace's default tool permissions.
Central entry point for Altertable skills. Every Altertable task starts here. Match the user query to the best available skill and hand off.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds production-ready Apache Airflow DAGs with patterns for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
Share bugs, ideas, or general feedback.
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.