Rank social graphs to find warm intros, bridges, and network gaps.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "social-graph-ranker" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/social-graph-ranker/SKILL.md 2. Save it as ~/.claude/skills/social-graph-ranker/SKILL.md 3. Reload skills and tell me it's ready
Using my X and LinkedIn contact data, build a weighted social graph and rank warm intro paths between me and the CTO of a target company. Consider interaction frequency, relationship strength, shared contact quality, and recent activity. Return the top 5 most credible paths with reasons.
A prioritized list of warm intro paths with bridge contacts, scoring rationale, and recommended order.
Analyze my X and LinkedIn network to identify the strongest bridge contacts connecting different clusters. Score them by cross-community connectivity, influence, interaction stability, and introduction potential, then list the top 10 and the best scenarios to approach them.
A ranked bridge-contact list showing which clusters they connect, why they matter, and suitable intro scenarios.
Review my network structure across X and LinkedIn and identify the most important gaps for hiring in AI infrastructure roles. Score the gaps by industry, function, seniority, and geography, and recommend which connection areas I should strengthen first.
A network gap analysis report with high-priority weak areas, gap scores, and recommendations for strengthening coverage.
Canonical weighted graph-ranking layer for network-aware outreach.
Use this when the user needs to:
lead-intelligence or connections-optimizerChoose this skill when the user primarily wants the ranking engine:
Do not use this by itself when the user really wants:
lead-intelligenceconnections-optimizerCollect or infer:
Given:
T = weighted target setM = your current mutuals / direct connectionsd(m, t) = shortest hop distance from mutual m to target tw(t) = target weight from signal scoringBase bridge score:
B(m) = Σ_{t ∈ T} w(t) · λ^(d(m,t) - 1)
Where:
λ is the decay factor, usually 0.5Second-order expansion:
B_ext(m) = B(m) + α · Σ_{m' ∈ N(m) \\ M} Σ_{t ∈ T} w(t) · λ^(d(m',t))
Where:
N(m) \\ M is the set of people the mutual knows that you do notα discounts second-order reach, usually 0.3Response-adjusted final ranking:
R(m) = B_ext(m) · (1 + β · engagement(m))
Where:
engagement(m) is normalized responsiveness or relationship strengthβ is the engagement bonus, usually 0.2Interpretation:
R(m) and direct bridge paths -> warm intro asksR(m) and one-hop bridge paths -> conditional intro asksR(m) or no viable bridge -> direct outreach or follow-gap fillWeight targets before graph traversal with whatever matters for the current priority set:
Weight mutuals after traversal with:
R(m).SOCIAL GRAPH RANKING
====================
Priority Set:
Platforms:
Decay Model:
Top Bridges
- mutual / connection
base_score:
extended_score:
best_targets:
path_summary:
recommended_action:
Conditional Paths
- mutual / connection
reason:
extra hop cost:
No Warm Path
- target
recommendation: direct outreach / fill graph gap
lead-intelligence uses this ranking model inside the broader target-discovery and outreach pipelineconnections-optimizer uses the same bridge logic when deciding who to keep, prune, or addbrand-voice should run before drafting any intro request or direct outreachx-api provides X graph access and optional execution pathsAutomatically format, lint, and fix code issues on every edit.
Learn robust error-handling patterns across TypeScript, Python, and Go applications.
Audit Claude skills and commands with quick scans or full stocktakes.
Plan demand forecasts, safety stock, and replenishment for multi-location retail inventory.
Create iOS liquid glass interfaces with dynamic visuals and interactive morphing.
Record polished web app UI demo videos for walkthroughs, tutorials, and showcases.
Find, qualify, and reach high-value leads with AI-driven outreach workflows.
Query SE Ranking SEO data and analytics using natural language prompts.
Find, rank, and optimize discovery of the most relevant GitHub repositories.
Connect AI to LinkedIn for authenticated post and link sharing.
Generate SEO briefs, analyze semantic coverage, and manage briefs in chat.
Scrape social profiles and Google results through MCP for research and lead generation.