Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub drasticactions/carpanetClaude Code plugin for CarpaNet, a ATProtocol library in C#, https://github.com/drasticactions/carpanet
Share bugs, ideas, or general feedback.
CarpaNet is a .NET Library for interacting with ATProtocol. It uses Roslyn source generators to produce API bindings, serialization contexts, and data models from ATProtocol Lexicon JSON files, designed for full AOT compatibility.
For information on the core CarpaNet library, check out its Readme. For information on the OAuth support, check out CarpaNet.Oauth. For information on the Jetstream support, check out CarpaNet.Jetstream. For information on the Source Generator, check out its Readme.

This library is experimental and not stable. Expect issues and bugs!
FishyFlip was my original ATProtocol/Bluesky library for .NET. I originally intended it as a client SDK for Bluesky, but over the years, it evolved into a framework with a source generator and many helper extensions. However, this led to issues:
Result object for returning success or error types from endpoints was, I feel, too clever. I iterated on it several times to make it easier to understand and deconstruct. Still, in code from people using the library, I often saw them casting to or using the T0 and T1 types to check against. Whenever I tried using LLMs against FishyFlip, they often failed to generate the correct output or would do bad practices.With that, the goals of CarpaNet are to:
CarpaNet includes a Claude Code plugin with a skill that teaches Claude how to use the library. It should help project setup, client creation, OAuth, Jetstream, identity resolution, etc.
Add the CarpaNet marketplace:
/plugin marketplace add drasticactions/CarpaNet
Install the plugin:
/plugin install carpanet@carpanet-plugins
Or use the interactive UI by running /plugin, navigating to the Discover tab, and selecting the carpanet plugin.