dragoon0x/everything-design-taste

social-platform-design

Social platform design patterns including feeds, profiles, interactions, and community features.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill social-platform-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,095 B
  • docs SUMMARY.md 126 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Social Platform Design

Feed Design

  • Reverse chronological or algorithmic (let users choose).
  • Pull-to-refresh on mobile.
  • New content indicator at top: "5 new posts" button.
  • Infinite scroll with position memory.
  • Content types: text, image, video, link preview, poll.

Post/Content

  • Author: avatar + name + handle + timestamp.
  • Content: text + media (click to expand).
  • Actions: like/react, comment, share, bookmark, report.
  • Engagement counts: likes, comments, shares.
  • Threaded replies for conversations.

Profile

  • Cover image + avatar + name + bio + stats.
  • Stats: followers, following, posts.
  • Tab bar: posts, replies, media, likes.
  • Follow/message/block actions.

Community Features

  • Groups/channels with join/leave.
  • Moderation tools: mute, block, report.
  • Content policies clearly stated.
  • Notification preferences per community.