community-feed
Installation
SKILL.md
Community Feed
Social feed with trending algorithms, cursor pagination, and engagement tracking.
When to Use This Skill
- Building social feeds with infinite scroll
- Need trending/hot content algorithms
- Implementing like/engagement systems
- Want efficient pagination for large datasets
Core Concepts
Cursor pagination beats offset for large datasets. Batch-load relationships to avoid N+1. Store trending scores as computed columns for efficient sorting.