nostr-social-graph
Installation
SKILL.md
Nostr Social Graph
Overview
Build and traverse Nostr social graphs: follow lists, relay discovery, the outbox model, and NIP-51 lists. This skill handles the non-obvious parts — correct tag structures for each list kind, the outbox model's read/write relay routing, private list item encryption, and efficient graph traversal patterns.
When to Use
- The task involves Nostr follow graphs, relay lists, mute/bookmark sets, NIP-51 lists, or outbox-model relay discovery.
- The user is implementing list semantics, social traversal, or feed sourcing from relationship data.
- The problem is graph/list behavior across users and relays, not individual-note publishing.
- The request needs event structures or algorithms for follows, lists, or social discovery.
Do NOT use when: