a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: tell Claude to use curl over WebFetch

Mary e98c295f 33a6ca65

+2
+2
CLAUDE.md
··· 90 90 - Explore subagent may not be accurate; verify findings as needed 91 91 - never spawn subagents to read and return file contents; read files directly in the main context. 92 92 subagents should perform searches or answer specific questions, not act as file I/O proxies 93 + - don't use WebFetch to retrieve full page contents; it answers a question about a URL, not dumps 94 + the raw content. use `curl` if you need the complete unsummarized response 93 95 94 96 ### external repository research 95 97