Feed Patterns

Feed composition and data-access layer patterns in Amethyst. Use when adding or modifying a feed (home, profile, hashtag, bookmarks, notifications, DMs, communities), working with the shared `FeedFilter` / `AdditiveFeedFilter` / `ChangesFlowFilter` / `FeedContentState` in `commons/.../ui/feeds/`, the Android-only `AdditiveComplexFeedFilter` / `FilterByListParams` in `amethyst/.../ui/dal/`, or extending the `FeedViewModel` family in `commons/.../viewmodels/`. Covers how feeds scan `LocalCache`, react to changes, apply ordering, and render through Compose.

vitorpamplona aada17c 3 files · 18.0 KB Updated

File contents

vitorpamplona/amethyst/tree/main/.claude/skills/feed-patterns commit aada17ce3c

Frequently asked questions

npx skillmds add vitorpamplona/feed-patterns