Skillquality 0.45

ask

Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request.

Price
free
Protocol
skill
Verified
no

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

  1. Read the user's query.
  2. Match the query against the routing table below, then apply the rules.
  3. Invoke the matched skill via the Skill tool, passing the original query through so the matched skill has full context.
  4. If the query is Altertable-related but no skill matches with confidence, invoke 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.

Routing Table

SkillWhen to route
exploring-dataDiscover what data exists: connections, schemas, tables, columns, semantic models
querying-lakehouseAnswer questions that require querying lakehouse data using SQL
analyzing-funnelsBuild or analyze a step-by-step conversion flow (drop-off between ordered events)
analyzing-web-trafficWeb analytics: pageviews, sessions, traffic sources, UTM, device, country breakdowns
analyzing-insightsInterpret an existing Insight or visualization the user is looking at
building-segmentsDefine or compare user cohorts by properties (not step-based)
forecasting-timeseriesProject future metric values or detect whether a change is within normal range
tracking-eventsWork with tracked product analytics events, identities, or traits (querying or advising on instrumentation)
creating-insightsCreate a new Insight or discovery that will be saved and visible to users
deciding-actionsDecide which insight or task type to use, or whether to create / update / skip a discovery
managing-discoveriesReview, approve, or reject existing discoveries and process user feedback on them
configuring-tasksSet up a scheduled AI task (anomaly detection, forecast, monitor) that runs on a cron
using-memoryPersist or retrieve agent-side context across runs (not user-visible findings; that is creating-insights)
evaluating-skillsReview or author agent skills themselves (skill structure, spec, quality)
understanding-platformExplain 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

  1. Single best match: pick one skill. Do not fan out.
  2. Prefer the narrower skill: when two skills could match, prefer the more specific one.
  3. Data-first when intent is vague: if the user wants to analyze data but does not specify how, start with exploring-data.
  4. Fallback for unknown queries: if nothing matches with confidence, route to understanding-platform.
  5. Pass context through: hand the original query to the matched skill.
  6. Never invent a skill: only invoke skills that are actually installed.
  7. 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

Agent access