Skillquality 0.45
ask
Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request.
What it does
Altertable Ask
Central entry point for Altertable skills. Every Altertable task starts here. Match the user query to the best available skill and hand off.
Procedure
- Read the user's query.
- Match the query against the routing table below, then apply the rules.
- Invoke the matched skill via the Skill tool, passing the original query through so the matched skill has full context.
- If the query is Altertable-related but no skill matches with confidence, invoke
understanding-platformto 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.
Routing Table
| 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.
Routing Rules
- Single best match: pick one skill. Do not fan out.
- Prefer the narrower skill: when two skills could match, prefer the more specific one.
- Data-first when intent is vague: if the user wants to analyze data but does not specify how, start with
exploring-data. - Fallback for unknown queries: if nothing matches with confidence, route to
understanding-platform. - Pass context through: hand the original query to the matched skill.
- Never invent a skill: only invoke skills that are actually installed.
- Clarify before routing: if the query could reasonably mean different things, propose the most likely directions and let the user choose.
Capabilities
skillsource-altertable-aiskill-asktopic-agent-skillstopic-ai-agentstopic-altertable
Install
Installnpx skills add altertable-ai/skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (3,176 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:14:19Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18