← Back to list

x-retrieval-systems
by ElemontCapital
A suite of high-performance AI agent skills derived from the open-source x.AI x-algorithm
⭐ 1🍴 0📅 Jan 22, 2026
SKILL.md
name: x-retrieval-systems description: Use this skill when analyzing how the system narrows down 500 million daily tweets to a candidate pool of ~1,500. This is the "top-of-funnel" engineering that determines what is even eligible to be ranked. version: 1.0.0 license: MIT
X Retrieval Systems
Expertise in X's multi-stage retrieval architecture, including Earlybird search indexing and Phoenix-based ANN similarity search.
Context
Retrieval at X is split between In-Network (content from people you follow) and Out-of-Network (discovery). In-Network retrieval relies on Earlybird (Lucene-based search), while Out-of-Network retrieval uses Phoenix (Two-Tower embeddings) and ANN (Approximate Nearest Neighbor) algorithms like HNSW.
What it does
- Decodes In-Network Sourcing: Explains how Earlybird shards the index into Realtime, Protected, and Archive clusters.
- Explains Discovery Logic: Details how Two-Tower models enable "semantic" search for content you don't follow.
- Analyzes Latency: Breaks down the single-writer/multi-reader concurrency model that allows for sub-second global retrieval.
Example Trigger Prompts
- "/find-candidates how Earlybird shards real-time index"
- "/find-candidates retrieving 1,500 candidates from 500M tweets"
- "Role of HNSW in embedding-based discovery"
- "In-Network (Thunder) vs Out-of-Network (Phoenix) retrieval"
- "Trace 'Discovery' request: User Embedding → Candidate Source"
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
