Turns a raw events table into cohort curves and a readable narrative of why users churn.
Verified Safe
Passed every automated check with no high-risk findings.
Bundled SQL reads from user-provided tables only
The included query references table names supplied at runtime and performs read-only aggregation. No writes or network access detected.
Classifier: claude-haiku-4-5. Automated vetting reduces risk but is not a guarantee. Review a skill before trusting it with sensitive data.
The full instructions that load into your agent. Read them before installing.
Given an events table (user_id, event, timestamp), build retention cohorts and explain the story behind them.
Reference the query in sql/cohorts.sql as a starting point and adapt column
names to the provided schema. Explain findings for a non-technical PM.