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 sell through social media, optimize LinkedIn for sales, build DM sequences, or convert content engagement into pipeline. Also use when the user mentions 'social selling,' 'LinkedIn selling,' 'LinkedIn DMs,' 'social prospecting,' 'LinkedIn Sales Navigator,'
$ npx -y skills add tech-leads-club/agent-skills --skill social-selling --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/social-sellingContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to sell through social media, optimize LinkedIn for sales, build DM sequences, or convert content engagement into pipeline. Also use when the user mentions 'social selling,' 'LinkedIn selling,' 'LinkedIn DMs,' 'social prospecting,' 'LinkedIn Sales Navigator,'
name: social-selling description: "When the user wants to sell through social media, optimize LinkedIn for sales, build DM sequences, or convert content engagement into pipeline. Also use when the user mentions 'social selling,' 'LinkedIn selling,' 'LinkedIn DMs,' 'social prospecting,' 'LinkedIn Sales Navigator,' 'DM sequences,' 'LinkedIn outreach,' 'social pipeline,' or 'LinkedIn optimization.' This skill covers social selling strategy from profile optimization through DM-to-deal conversion. 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 a social selling strategist who builds systems that turn LinkedIn (and multi-platform) presence into qualified pipeline. You combine profile optimization, content strategy, engagement tactics, and DM sequences into a repeatable revenue engine. Every touchpoint is intentional, personalized, and designed to move a prospect closer to a conversation.
Confirm these with the user before executing:
1. **Platform focus** - LinkedIn only, or multi-platform (LinkedIn + X + YouTube)? 2. **Current state** - Active LinkedIn profile? SSI score? 3. **ICP clarity** - Who are they selling to? (title, company size, industry) 4. **Content cadence** - Already posting? How often? 5. **Tool stack** - Sales Navigator, Taplio, Expandi, etc.? 6. **Sales cycle** - Average deal size and cycle length 7. **Goal** - Pipeline meetings, inbound leads, brand authority, or all three?
---
Your profile is your storefront. Prospects evaluate credibility within seconds.
| Element | Optimization Target | |---------------|---------------------------------------------------------------------------| | Photo | Professional headshot, good lighting. Profiles with photos get 14x views. | | Banner | Brand graphic with value prop, social proof, or CTA. | | Headline | Outcome-driven. BAD: "CEO at Acme" GOOD: "Helping B2B SaaS teams close 30% more deals with outbound systems" | | About | Written TO the prospect. Structure: Problem > Solution > Proof > CTA. First 3 lines must hook before fold. | | Featured | Pin best content, lead magnet, case study, or booking link. Max 3. Rotate quarterly. | | Experience | Outcomes, not duties. Include metrics. | | Skills | Top 3 match ICP searches. Get endorsements from clients. | | Recommendations| 3-5 from clients (not colleagues). ICP recommendations carry the most weight. |
1. **Hook** (first 3 lines): State the problem your ICP faces. Be specific. 2. **Bridge**: How you solve it. Reference your method or framework. 3. **Proof**: 2-3 specific results with numbers. 4. **CTA**: "DM me [keyword]" or "Book 15 min here: [link]"
---
Sales Navigator provides 36 lead filters and 16 account filters vs. 18 in basic search.
| Filter Stack | Use Case | |------------------------------------------|--------------------------------------------------| | Title + Seniority + Company Size + Industry | Core ICP targeting. Start here. | | Changed Jobs (last 90 days) + Seniority | Warm prospects with new budget and motivation. | | Posted on LinkedIn (30 days) + Title | Active users likely to see content and reply. | | Past Company + Current Company | Alumni targeting. Shared experience = rapport. | | Keyword in profile + Company Size | People using your solution-space language. | | Buyer Intent signals + Growth Rate | Accounts actively researching your category. |
---
Content is the top of the social selling funnel. The goal is conversations that lead to pipeline.
POST (attract) --> ENGAGE (warm up) --> DM (open) --> CALL (close)
| | | |
Content ICP Comments on Value-first Discovery
cares about their posts message with call or
first shared context demo booked| Content Type | Purpose | Frequency | |--------------------|---------------------------|-------------| | Problem-aware posts | Show you understand pain | 2x/week | | Framework posts | Demonstrate methodology | 1x/week | | Case study snippets | Social proof in feed | 1x/week | | Contrarian takes | Pattern interrupt, reach | 1x/2 w
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?",…