social-platform-architect

Architect scalable social platforms with feeds, graphs, moderation, and multi-region patterns.

9|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/e-t-y-b/etyb-skills --skill social-platform-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-platform-architect
Source: https://github.com/e-t-y-b/etyb-skills/tree/main/skills/social-platform-architect
Command: npx skills add https://github.com/e-t-y-b/etyb-skills --skill social-platform-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Architects scalable social platforms from MVP to hyper-scale, enabling teams to design end-to-end feeds, social graphs, content ranking, moderation, and communities.

Core Features & Use Cases

  • End-to-end platform design covering feeds, social graphs, moderation, search, media handling, and real-time delivery.
  • Scalable fan-out strategies (write, read, hybrid) and multi-region deployment patterns.
  • Reference architectures and best practices for startup, growth, and scale.

Quick Start

Provide a startup-grade social platform architecture for a Twitter-like microblog with Reddit-style communities at 5K–100K MAU.

Frequently Asked Questions about social-platform-architect

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

FAQPage Schema
How do I architect a scalable social platform feed for a growing user base?

Social graph storage organizes user relationships and connections for efficient querying. The Skill provides reference architectures for graph storage, enabling scalable traversal and relationship mapping for microblogging and community platforms.

What's the best way to design a content moderation pipeline for a hyper-scale social platform?

Designing a content moderation pipeline for a hyper-scale social platform involves integrating automated ranking models and multi-region deployment patterns. Architectural guidance provides reference structures for processing and filtering user-generated content at scale.

When should I use hybrid fan-out instead of write fan-out for social feed delivery?

You should use hybrid fan-out instead of write fan-out when your social platform serves users with extremely large follower counts, balancing read and write loads. Trade-offs between fan-out strategies clarify when to optimize for write or read throughput.

How do I structure a multi-region deployment for a social network?

Structuring a multi-region deployment for a social network requires distributing feeds, social graphs, and media handling across geographic regions. The Skill outlines deployment patterns that ensure low latency and high availability for hyper-scale platforms.