infer-analytics
Infer Analytics — Agent Skill Guide
You have access to product analytics through the Infer MCP server. This guide teaches you how to query data effectively and interpret results like an experienced product analyst.
Update Check (non-blocking)
Run this at the start. It checks if an update is available using a 6-hour cache so it doesn't hit npm on every invocation:
More from infer-events/skills
infer-insights
Use when the user asks for LLM observability insights, a health check, a pulse on their agent, or says "what should I know about my data." Also use when invoked via /schedule or /loop for automated daily insights.
20infer-tracking-plan
Use when the user wants to ADD NEW tracking events to their codebase, needs a tracking plan, or after installing the Infer SDK. Triggers on "what should I track", "suggest events", "tracking plan", "add tracking". Do NOT use for checking live data or querying existing events — use the get_top_events MCP tool for that.
20infer-upgrade
Use when the user says "update infer", "upgrade infer", invokes /infer-upgrade, or when another Infer skill detects outdated packages. Updates the SDK, MCP server, and skills to the latest versions.
19infer-setup
Use when setting up Infer analytics in a new project, integrating the SDK, or configuring the MCP server. Triggers on "set up analytics", "add tracking", "integrate infer", "install infer", or when a project has no analytics and the user wants to add it.
19