docs/ja-JP/skills/social-graph-ranker/SKILL.md
XとLinkedInでのウォームイントロ発見、ブリッジスコアリング、ネットワークギャップ分析のための重み付きソーシャルグラフランキング。ユーザーがランキングエンジン自体を必要としている場合(より広いプロモーションやネットワーク維持ワークフローではなく)に使用する。
npx skillsauth add affaan-m/everything-claude-code social-graph-rankerInstall 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.
ネットワーク認識型アウトリーチのための正規化された重み付きグラフランキングレイヤー。
以下の機能が必要な場合にこのツールを使用する:
lead-intelligence や connections-optimizer とは独立してグラフの数学的原理を理解するユーザーが主にランキングエンジンを必要としている場合にこのスキルを選択する:
ユーザーが実際に以下を必要としている場合は、単独で使用しない:
lead-intelligence を使用connections-optimizer を使用以下を収集または推論する:
以下が与えられたとする:
T = 重み付きターゲットのセットM = 現在の相互フォロワー/直接コネクションd(m, t) = 相互フォロワー m からターゲット t への最短ホップ距離w(t) = シグナルスコアリングからのターゲット重み基本ブリッジスコア:
B(m) = Σ_{t ∈ T} w(t) · λ^(d(m,t) - 1)
ここで:
λ は減衰因子、通常 0.52度拡張:
B_ext(m) = B(m) + α · Σ_{m' ∈ N(m) \\ M} Σ_{t ∈ T} w(t) · λ^(d(m',t))
ここで:
N(m) \\ M は相互フォロワーが知っているがユーザーが知らない人のセットα は2度の到達可能性に対する割引、通常 0.3レスポンス調整後の最終ランキング:
R(m) = B_ext(m) · (1 + β · engagement(m))
ここで:
engagement(m) は正規化されたレスポンス性または関係強度β はエンゲージメントボーナス、通常 0.2解釈:
R(m) と直接ブリッジパス -> ウォームな紹介リクエストR(m) と1ホップのブリッジパス -> 条件付き紹介リクエストR(m) またはブリッジなし -> 直接アウトリーチまたはギャップ補完に注力グラフ探索前に、現在の優先度セットに基づいてターゲットを重み付けする:
探索後に相互フォロワーを重み付けする:
R(m) でランク付けする。ソーシャルグラフランキング
====================
優先度セット:
プラットフォーム:
減衰モデル:
トップブリッジ
- 相互フォロワー / コネクション
基本スコア:
拡張スコア:
最良ターゲット:
パスサマリー:
推奨アクション:
条件付きパス
- 相互フォロワー / コネクション
理由:
追加ホップコスト:
ウォームパスなし
- ターゲット
推奨:直接連絡 / グラフギャップを補完
lead-intelligence はより広いターゲット発見とアウトリーチパイプラインでこのランキングモデルを使用するconnections-optimizer は誰を保持、トリミング、または追加するかを決定する際に同じブリッジロジックを使用するbrand-voice は紹介リクエストや直接アウトリーチを起草する前に実行するx-api はXグラフへのアクセスとオプションの実行パスを提供するdata-ai
Run team-based orchestration for agent squads using work items, ownership, agent Kanban, merge gates, and control pane handoffs.
data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.