composite/gtm-engine/SKILL.md
Full go-to-market intelligence and outreach engine for founders. Monitors competitors on Reddit, finds high-intent leads across social platforms, and prepares warm outreach sequences. Triggers on "run gtm engine", "find leads", "competitive intel", "outreach pipeline".
npx skillsauth add phy041/claude-agent-skills gtm-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Combines brand monitoring, lead generation, and outreach preparation into one automated GTM loop.
brand-monitor → Tracks competitor mentions + buyer signals on Reddit
↓ (parallel)
lead-generation → Finds high-intent buyers across Twitter/Reddit/Instagram
↓
[merge + deduplicate signals]
↓
[score all leads 1-10]
↓
[prepare outreach drafts for warm leads ≥6]
↓
[send for human approval — NEVER auto-send]
Competitor Discovery: brand-monitor results feed back to lead-generation. If brand-monitor finds a new competitor mentioned (one not in the original config), it's automatically added to lead-generation's query set.
Call brand-monitor for all configured competitors.
Input → brand names from config
Output → alerts {subreddit, post_url, sentiment, intent, urgency}
Filter for buyer signals (intent = "buyer_signal" or competitor_comparison with negative sentiment toward competitor).
Call lead-generation with product profile.
Input → product_url (auto-profile) + competitor names from config
Output → raw leads list {platform, username, post_text, url, posted_at}
Combine Phase 1 buyer signals + Phase 2 raw leads.
Deduplicate by {platform}:{username}:{post_id} against data/lead-generation/sent-leads.json.
Score each using rubric (see lead-generation skill). Filter: only keep score ≥ 6.
For each warm lead (score 6-7) and hot lead (score 8-10), draft a personalized outreach message:
NEVER send without human approval.
🎯 GTM Engine — [date]
Competitive Intel:
- [N] buyer signals on Reddit
- Top: [subreddit] "[post title]" (score X)
Leads Found:
- 🔴 [N] Hot leads (score 8-10)
- 🟠 [N] Warm leads (score 6-7)
Top 3 Leads:
1. @username | [platform] | Score: [X]/10
"[post excerpt]"
Outreach: "[draft]"
Reply "approve [1,2,3]" to queue these for sending, or "skip" to discard.
| Phase | Skill Called | Key Input | Key Output | |-------|-------------|-----------|------------| | 1 | brand-monitor | competitor names | buyer_signals list | | 2 | lead-generation | product_url | raw_leads list | | 3 | (internal) | merged signals | scored_leads list | | 4 | (internal) | scored_leads | outreach_drafts |
development
Generate Xiaohongshu (小红书) carousel images (3:4, 1080x1440) from structured content. Creates professional slide decks with Chinese typography and proper XHS formatting. Triggers on "做小红书图", "xhs images", "generate xhs slides", "小红书配图", "carousel images", or any XHS image generation request.
testing
Twitter/X account cultivation and growth system. Checks account health (TweepCred, shadowban), analyzes tweets, finds engagement opportunities, recommends unfollows, and tracks progress. Triggers on "/twitter-cultivate", "check my twitter", "twitter health", "grow my twitter", "twitter maintenance", "fix my twitter reach".
development
Post to social media platforms using a multi-provider social posting API. Use when you want to post to Twitter, LinkedIn, Instagram, Facebook, TikTok, Threads, or Bluesky. Triggers on "post to twitter", "post to instagram", "social media post", "share on linkedin", "publish to social", or any social posting request.
development
Detect new GitHub repos and generate formatted ship announcements for social media. Monitors your GitHub profile for new repos pushed today, writes a technical digest, and drafts Twitter/Reddit posts for approval. Triggers on "ship digest", "new repos", "what did I ship", "github ship", or any shipping announcement request.