x-dev-engineering
Use this skill when implementing new features or debugging the core "For You" pipeline. The system has shifted from legacy heuristics toward a unified **Rust-based** pipeline powered by the **Phoenix** transformer (Grok).
SKILL.md
| Name | x-dev-engineering |
| Description | Use this skill when implementing new features or debugging the core "For You" pipeline. The system has shifted from legacy heuristics toward a unified **Rust-based** pipeline powered by the **Phoenix** transformer (Grok). |
π© Algorithm Skills
A suite of high-performance agent skills derived from a thorough analysis of the open-source xAI X Algorithm. These skills empower an agent to understand, optimize for, and build upon the X recommendation engine.
Upstream reference: - https://github.com/xai-org/x-algorithm
π Installation
Claude Code
Add the marketplace:
/plugin marketplace add ElemontCapital/x-algorithm-skills
Install the skills:
/plugin install x-algorithm
Other Agents
You can use the universal installer to pull specific skills into your project context:
bunx add-skill ElemontCapital/x-algorithm-skills
To install a specific skill only (e.g., the optimizer):
bunx add-skill ElemontCapital/x-algorithm-skills x-post-optimizer
This performs a local copy of the skill files. You will need to re-run the command to receive updates. See AGENTS.md for detailed setup.
β‘ Skills
| Skill | Best For | Description |
|---|---|---|
| x-post-optimizer | Content Creators | Optimize posts to hit high-weight signals like Author Replies and Dwell Timeβget the algorithm to see you. |
| x-architecture | Architects | Map feed flows and candidate sourcesβdesign content that naturally aligns with the system. |
| x-ranking-engine | ML Engineers | Tune MaskNet and engagement headsβunderstand why content rises or disappears. |
| x-dev-engineering | Software Engineers | Build code that interacts with the ranking systemβcontrol cross-service logic behind posts. |
| x-data-signals | Data Scientists | Decode hidden account signals, map communities, and predict algorithm behavior. |
| x-safety-filtering | Policy & Safety | Audit VisibilityLib rulesβstop silent suppression and keep content visible. |
| x-retrieval-systems | Search Engineers | Optimize sourcing, vector searches, and candidate diversity for maximum reach. |
| x-experimental-ops | Product Managers | Run A/B tests, track metrics, and manipulate flagsβtreat the feed like a lab. |
β¨οΈ Commands
| Command | Purpose | Example Usage | Skill |
|---|---|---|---|
| /post-check | Boost visibility | "/post-check draft" | x-post-optimizer |
| /trace-feed | Map content flow | "/trace-feed ForYou" | x-architecture |
| /audit-ml | Inspect ranking levers | "/audit-ml Likes vs RT" | x-ranking-engine |
| /gen-thrift | Build system scaffolding | "/gen-thrift new signal" | x-dev-engineering |
| /explain-graph | Decode account influence | "/explain-graph @user" | x-data-signals |
| /safety-check | Ensure content visibility | "/safety-check @user" | x-safety-filtering |
| /find-candidates | Surface potential posts | "/find-candidates topic" | x-retrieval-systems |
| /run-experiment | Test algorithm tweaks | "/run-experiment feed-test" | x-experimental-ops |
π Structure
x-algorithm-skills/
βββ AGENTS.md
βββ CLAUDE.md
βββ .claude-plugin/
β βββ marketplace.json
βββ plugins/
β βββ x-algorithm/
β βββ .claude-plugin/
β β βββ plugin.json
β βββ skills/
β βββ x-post-optimizer/
β β βββ SKILL.md
β β βββ references/
β βββ x-architecture/
β β βββ SKILL.md
β β βββ references/
β βββ x-ranking-engine/
β β βββ SKILL.md
β β βββ references/
β βββ x-dev-engineering/
β β βββ SKILL.md
β β βββ references/
β βββ x-data-signals/
β β βββ SKILL.md
β β βββ references/
β βββ x-safety-filtering/
β β βββ SKILL.md
β β βββ references/
β βββ x-retrieval-systems
β β βββ SKILL.md
β β βββ references/
β βββ x-experimental-ops
β βββ SKILL.md
β βββ references/
βββ README.md
βββ LICENSE-MIT
βββ LICENSE-APACHE
π License
This project builds on concepts and structures described in the open-source xAI X Algorithm repository:
https://github.com/xai-org/x-algorithm
- Upstream code is licensed under Apache License 2.0. See LICENSE-APACHE for details.
- All original code, documentation, and skill definitions in this repository are licensed under the MIT License. See LICENSE-MIT for details.