social-graph-ranker

Solid

Weighted social-graph ranking for warm intro discovery, bridge scoring, and network gap analysis across X and LinkedIn. Use when the user wants the reusable graph-ranking engine itself, not the broader outreach or network-maintenance workflow layered on top of it.

AI & Automation 201,447 stars 30903 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Social Graph Ranker Canonical weighted graph-ranking layer for network-aware outreach. Use this when the user needs to: - rank existing mutuals or connections by intro value - map warm paths to a target list - measure bridge value across first- and second-order connections - decide which targets deserve warm intros versus direct cold outreach - understand the graph math independently from `lead-intelligence` or `connections-optimizer` ## When To Use This Standalone Choose this skill when the user primarily wants the ranking engine: - "who in my network is best positioned to introduce me?" - "rank my mutuals by who can get me to these people" - "map my graph against this ICP" - "show me the bridge math" Do not use this by itself when the user really wants: - full lead generation and outbound sequencing -> use `lead-intelligence` - pruning, rebalancing, and growing the network -> use `connections-optimizer` ## Inputs Collect or infer: - target people, companies, or ICP definition - the user's current graph on X, LinkedIn, or both - weighting priorities such as role, industry, geography, and responsiveness - traversal depth and decay tolerance ## Core Model Given: - `T` = weighted target set - `M` = your current mutuals / direct connections - `d(m, t)` = shortest hop distance from mutual `m` to target `t` - `w(t)` = target weight from signal scoring Base bridge score: ```text B(m) = Σ_{t ∈ T} w(t) · λ^(d(m,t) - 1) ``` Where: - `λ` is the decay factor, usually...

Details

Author
affaan-m
Repository
affaan-m/everything-claude-code
Created
4 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

social-ranking-relationship-engineer

Use when designing feed, discovery, recommendation, and social-graph ranking rules that depend on follows, mutuals, privacy state, and account lifecycle.

5 Updated today
conectlens
AI & Automation Solid

connections-optimizer

Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.

201,447 Updated yesterday
affaan-m
AI & Automation Solid

lead-intelligence

AI-native lead intelligence and outreach pipeline. Replaces Apollo, Clay, and ZoomInfo with agent-powered signal scoring, mutual ranking, warm path discovery, source-derived voice modeling, and channel-specific outreach across email, LinkedIn, and X. Use when the user wants to find, qualify, and reach high-value contacts.

201,447 Updated yesterday
affaan-m
AI & Automation Solid

social-selling

Social selling workflow skill. Use this skill when a user needs a safer, measurable system for LinkedIn-led social prospecting, profile optimization, Sales Navigator research, DM sequencing, employee advocacy, or turning content engagement into pipeline without relying on scraping, spam, or unsupported automation claims.

54 Updated 1 weeks ago
diegosouzapw
AI & Automation Solid

twitter-algorithm-optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

2,996 Updated yesterday
davepoon