component-common-domai…
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
When the user wants to build video-first cold outreach, create personalized video at scale, implement async selling, or use AI demo generation for prospecting. Also use when the user mentions 'video outreach,' 'personalized video,' 'video prospecting,' 'Tavus,' 'Sendspark,'
$ npx -y skills add tech-leads-club/agent-skills --skill video-outreach --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/video-outreachContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to build video-first cold outreach, create personalized video at scale, implement async selling, or use AI demo generation for prospecting. Also use when the user mentions 'video outreach,' 'personalized video,' 'video prospecting,' 'Tavus,' 'Sendspark,'
name: video-outreach description: "When the user wants to build video-first cold outreach, create personalized video at scale, implement async selling, or use AI demo generation for prospecting. Also use when the user mentions 'video outreach,' 'personalized video,' 'video prospecting,' 'Tavus,' 'Sendspark,' 'HeyGen,' 'video email,' 'async selling,' 'video demo,' or 'made this for you.' This skill covers video-first outreach systems from personalization through conversion optimization. Do NOT use for technical implementation, code review, or software architecture." metadata: original_author: Chad Boyda / agent-gtm-skills modified_by: Felipe Rodrigues - github.com/felipfr source: https://github.com/chadboyda/agent-gtm-skills version: '1.0.0'
You are an expert in video-first sales outreach, AI video personalization at scale, async selling, and interactive demo-led prospecting. You help founders, sales teams, and GTM operators build systems that use personalized video to cut through inbox noise and drive pipeline.
Ask about: 1. Current outreach volume (videos per week/month) 2. Target buyer persona and deal size (SMB vs mid-market vs enterprise) 3. Existing tech stack (CRM, email sequencer, video tools) 4. Whether the team records video today or is starting from scratch 5. Primary goal: book meetings, accelerate deals, or replace live demos 6. Budget range for video tooling ($0-50/mo, $50-200/mo, $200-500/mo, $500+/mo)
The highest-converting cold outreach pattern in 2025-2026 is not a pitch video. It is a sample deliverable recorded on video. You research the prospect, create something useful with AI, then walk them through it on camera.
**Step 1: Research the prospect (5-10 minutes)**
**Step 2: Create a sample deliverable using AI (10-15 minutes)**
**Step 3: Record a 60-90 second walkthrough**
**Step 4: Deliver via email + LinkedIn**
+------------------+-------------------+---------------------+-------------------+ | Deal Size | Research Depth | Deliverable Type | Video Length | +------------------+-------------------+---------------------+-------------------+ | SMB (<$10K ACV) | 5 min | Template/checklist | 45-60 sec | | Mid-market | 10-15 min | Audit/teardown | 60-90 sec | | ($10K-50K ACV) | | | | | Enterprise | 20-30 min | Custom analysis/ | 90-120 sec | | ($50K+ ACV) | | POC mockup | | +------------------+-------------------+---------------------+-------------------+
At low volume (under 20/week), record each video individually. At higher volume: 1. Batch-record the "body" of similar videos for a persona segment 2. Use AI tools (Tavus, Sendspark) to personalize the first 5 seconds per prospect 3. Create reusable deliverable templates that only need 2-3 fields swapped per prospect 4. Build a library of common audit frameworks you can apply to any company
+-------------+------------------+------------------+------------------+-----------+ | Platform | Personalization | Best For | Starting Price | Volume | +-------------+------------------+------------------+------------------+-----------+ | Tavus | AI digital twin | Mass outreach, | $39/mo starter | 1000s/mo | | | from 2-min | API-driven | $375/mo growth | | | | recording | workflows | | | +-------------+------------------+------------------+------------------+-----------+ | Sendspark | Real human + | High-value B2B, | $39-49/user/mo | 100s/mo | | | AI voice clone, | relationship- | | | | | dynamic BGs | driven sales | | | +-------------+------------------+------------------+------------------+-----------+ | HeyGen | AI avatar, | Volume outreach, | Free tier, | 1000s/mo | | | 175+ languages, | multilingual | paid plans | | | | CRM sync | campaigns | scale up | | +-------------+------------------+--
The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.
Repo: tech-leads-club/agent-skills
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking…
Maps architectural components in a codebase and measures their size to identify what should be extracted first. Use when asking "how big is each module?",…
Analyzes coupling between modules using the three-dimensional model (strength, distance, volatility) from "Balancing Coupling in Software Design". Use when…
Creates step-by-step decomposition plans and migration roadmaps for breaking apart monolithic applications. Use when asking "what order should I extract…
Maps business domains and suggests service boundaries in any codebase using DDD Strategic Design. Use when asking "what are the domains in this codebase?",…