data-algo-social

Analyze social platform signals to optimize feed ranking workflows.

10|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Fearvox/data-algo-skill --skill data-algo-social
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-algo-social
Source: https://github.com/Fearvox/data-algo-skill/tree/main/data-algo-social
Command: npx skills add https://github.com/Fearvox/data-algo-skill --skill data-algo-social

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Organizes and codifies social platform algorithm patterns to help teams diagnose, design, and deploy scalable feeds across multiple networks.

Core Features & Use Cases

  • Unified signal taxonomy and normalization across platforms (likes, comments, follows, views, dwell time, and negative signals).
  • Multi-stage candidate generation and ranking pipelines inspired by industry leaders, enabling in-network and out-of-network recall, graph-based discovery, and trend signals.
  • End-to-end pipeline guidance including signal collection, candidate generation, ranking, serving, and per-project algorithm profiling with a shared archive format.
  • Cross-platform taxonomy mapping and modular references to accelerate onboarding and governance.

Quick Start

Set up a minimal project using the inverted-index signal taxonomy and progressively add candidate generation, ranking, and safety hooks.

Frequently Asked Questions about data-algo-social

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a cross-platform feed ranking pipeline for social networks?

Build a cross-platform feed ranking pipeline by collecting signals, normalizing them with a unified taxonomy, and applying multi-stage candidate generation, graph-based discovery, scoring, and safety checks. This provides production-grade feed serving.

What is graph-based discovery in social feed algorithms?

Graph-based discovery in social feed algorithms is a candidate generation mechanism that maps user relationships and interactions across networks. It enables in-network and out-of-network recall to surface relevant content beyond immediate follows.

How do I normalize social signals like dwell time and views across multiple platforms?

Normalize social signals across multiple platforms by applying an inverted-index taxonomy that standardizes likes, comments, follows, views, dwell time, and negative signals into a uniform format for consistent ranking workflows.

Can I use this approach for production-grade social feeds at scale?

Yes, this approach suits production-grade social feeds at scale by providing end-to-end pipeline patterns for signal collection, candidate generation, ranking, serving, and per-project algorithm profiling with a shared archive format.

What's the best way to start designing a multi-stage ranking workflow?

Start designing a multi-stage ranking workflow by setting up a minimal project using the inverted-index signal taxonomy, then progressively add candidate generation, ranking, and safety hooks to expand the pipeline.

Why do I need safety checks in a social feed ranking pipeline?

Safety checks in a social feed ranking pipeline are required to filter negative signals and govern content serving. They ensure cross-platform taxonomy mapping maintains safe and compliant feed outputs during production.