Convex's official top-level agent skill — routes an agent to the right convex-* skill for the task and to a served capability catalogue that stays current without a reinstall.
bitdrift Critical User Journey MonitoringSkill
Summary
Stands up end-to-end monitoring for a business-critical flow — path discovery, conversion funnel, completion SLO, step-duration alerts and a dashboard.
Features
- Six gated phases from discovery to dashboard
- Sankey path discovery surfaces the routes users actually take
- Conversion funnel with step timing
- RED monitoring on the journey's network calls
- Completion-rate SLO and step-duration alerting
- Never invents field, event or matcher names
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Description
Checkout, onboarding, login and search are the flows where a regression costs money, and they are also the flows that are hardest to instrument coherently: a funnel here, an alert there, a dashboard nobody updated. This official bitdrift skill deploys the whole stack for one journey as a single, ordered piece of work.
It runs in six gated phases. Discovery establishes the event mappings, the key steps and the scope. A Sankey diagram then makes the real paths through the flow visible — including the ones nobody designed. A conversion funnel with timing follows, then RED (rate, errors, duration) monitoring on the network calls the journey depends on, then SLO and performance alerting, and finally a two-tab dashboard that pulls it together.
The governance is the point. The skill refuses to guess field names, event names or matcher values — every identifier has to come from you — and it will not deploy anything until you have approved the Phase 0 discovery summary, with a gate between each subsequent phase. That is deliberately slower than a one-shot generator, and it is what stops you ending up with a dashboard full of confidently-named metrics that match nothing in your telemetry.
Use it when you need conversion tracking, drop-off analysis, step duration measurement or SLO governance on a flow that matters. It depends on bitdrift's bd-cli skill for workflow and alert syntax and on bd-instrumentation for the SDK side. Note that bd-skills is licensed under PolyForm Shield 1.0.0 — source-available, not open source.
Related Skills
Official Shopify skill for theme development in Liquid — teaches an agent the modern theme architecture of sections, blocks and snippets, and validates generated templates and schemas.
Shopify's official skill for writing Admin GraphQL queries and mutations — it searches the live API docs and validates every operation against the schema before handing you code.
Planning skill that interrogates your use case before any code is written, then recommends the right Twilio Conversations stack — ConversationRelay, Memory, Intelligence, Orchestrator, TaskRouter — and the implementation skills to follow.