16 skills, organized by use case
Click any skill below to jump to its workflow, then download it as a .skill.md file to save into your LLM.
Build and edit demos
Brand voice editor
Edits demo copy (step text, buttons, CTAs) so it matches brand voice and terminology automatically, without restating style guidelines every time.
Workflow
- 1Pull product context, GTM context, and brand voice via get_workspace_knowledge before any edit.
- 2Load an existing brand/style Skill, if one exists, as the higher authority on tone.
- 3Read current step content and confirm the entity tag via get_flow_document before editing.
- 4Apply the edit with update_step_content. Re-read the flow after any structural change since step indices shift.
- 5Show a before/after of the copy, not just a confirmation.
Feature launch demo updater
Maps a shipped or changed feature to the exact demo steps that reference the outdated version, then drafts the fix.
Workflow
- 1Take the feature description or ticket as input and extract what changed.
- 2Pull demo descriptions and flows via list_projects and get_project.
- 3Scan each candidate demo's steps and screenshots via get_flow_document for mentions of the old version.
- 4Flag exact step indices affected, not the whole demo.
- 5Apply edits via update_step_content on confirmation and re-verify.
Demo QA checklist
Runs a quick QA pass on a demo after edits, before it goes live.
Workflow
- 1Pull the full flow structure via get_flow_document.
- 2Check for broken navigation, stale CTAs, inconsistent terminology, and orphaned buttons.
- 3Compile findings into a short pass/fail list of flags, not a rewrite.
- 4Offer to fix anything fixable via MCP directly; flag anything needing a manual capture.
Report and analyze
Weekly performance digest
Generates a recurring, consistently formatted “top demos this week” report.
Workflow
- 1Pull the last 7 days via list_demo_analytics.
- 2Sort by engaged sessions, then CTR, and take the top 5.
- 3Pull views, visitors, engaged sessions, duration, CTA clicks, and CTR for each.
- 4Format to a fixed template so the report reads the same every week.
Exec summary from analytics
Turns raw analytics output into a tight, leadership-ready summary tied to pipeline impact.
Workflow
- 1Take existing analytics output as input.
- 2Identify the 2–3 numbers that matter most to a non-analyst leader.
- 3Write exactly 3 bullets, each one sentence, each ending in a “so what.”
- 4Offer the full breakdown separately rather than front-loading every metric.
Benchmark comparison
Compares current-period analytics against a stored baseline and flags meaningful moves.
Workflow
- 1Confirm the comparison baseline: prior period, same period last year, or a saved number.
- 2Pull current and baseline periods via list_demo_analytics.
- 3Compute percent change for engaged sessions, CTR, and CTA clicks.
- 4Flag only moves past a meaningful threshold as notable.
Demo scripting
Top-performer pattern extractor
Extracts the structural pattern behind the best-converting demos so new scripts reuse the structure.
Workflow
- 1Identify top performers by engaged sessions and CTR via list_demo_analytics.
- 2Outline each one's structure via get_flow_document: hook, feature order, CTA placement, pacing.
- 3Synthesize into one reusable pattern, not a copy of any single demo.
- 4Present the pattern as a short template.
Persona script adapter
Adapts a proven demo structure to a specific buyer persona before drafting copy.
Workflow
- 1Take the structural pattern and target persona as input.
- 2Pull persona context: what they care about, objections, and vocabulary.
- 3Rewrite each section in the persona's language, adjusting feature emphasis.
- 4Flag any part of the pattern that doesn't fit this persona.
Ticket to demo script
Turns an engineering ticket or changelog entry into a first-draft demo script.
Workflow
- 1Pull the ticket or changelog content: what to show, audience, context.
- 2Apply the top-performer pattern for structure.
- 3Pull brand voice and product facts via get_workspace_knowledge.
- 4Draft a step-by-step script for a builder to review and refine.
Surface demos for sales
Deal stage demo matcher
Matches a prospect's deal stage and use case to the right demo(s) for a rep to send.
Workflow
- 1Take use case, persona, and deal stage as input.
- 2Find matches via search_projects and search_interest_flows.
- 3Early stage favors the shortest, broadest flow; late stage favors a specific, feature-deep one.
- 4Recommend 3–5 flows ranked by fit, with a one-line reason each.
Call to demo recommender
Recommends a follow-up demo based on what was discussed on a sales call.
Workflow
- 1Pull the call summary or transcript from a connected call recording tool.
- 2Extract use cases, features, and objections discussed.
- 3Match via search_projects / search_interest_flows.
- 4Recommend the best-fit demo with a reason tied to something specific said on the call.
Refresh demos
Staleness triage
Ranks demos for refresh priority using traffic and staleness together.
Workflow
- 1Pull last-published dates via list_projects and get_project.
- 2Pull traffic on the same set via list_demo_analytics.
- 3Score each demo: higher traffic and more days since update means higher priority.
- 4Output a ranked list with the reasoning shown, not just a score.
Product change mapper
Cross-references a shipped or upcoming product change against the demo library to flag what's now inaccurate.
Workflow
- 1Take the feature or UI change as input, ideally with a description of the “before” state.
- 2List demos via list_projects / get_project, prioritizing the affected product area.
- 3Scan candidates via get_flow_document for references to the old version.
- 4Output demo, step, what's outdated, and confidence level.
Demo intent signals
High-intent definition
Applies a consistent, team-agreed definition of “high intent” when scanning visitor and account data.
Workflow
- 1Use the team's stored intent criteria, captured once and kept fixed.
- 2Pull data via list_visitors and list_accounts with relevant filters.
- 3Flag an account or visitor only if it meets a defined threshold.
- 4Ask before updating the standing definition if criteria drift.
Slack alert formatter
Formats a high-intent signal into a standardized, scannable Slack alert for AEs.
Workflow
- 1Take a flagged visitor or account as input.
- 2Pull detail via get_visitor or get_account.
- 3Format into a fixed template: name, role, company, demo, steps, CTAs, suggested next step.
- 4Post via the Slack connector, or output the formatted text to paste.
Save the full set in one click
Each skill above is available as a separate, installable .skill.md file. Download them individually, or grab the whole library as a zip.
Turn demos into deals.
Build interactive product demos that engage buyers and close deals faster.