en un clic
misanthropic
misanthropic contient 2 skills collectées depuis mdegans, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Write Rust code against the `misanthropic` crate's non-streaming (`Client::message`) path — single messages, multi-turn chats, system prompts, structured output (`structured_output`, `add_examples`), and tool use (the `#[tool]` macro and manual `CustomMethodDef`s). Use when writing or editing Rust that calls the Anthropic Messages API through the `misanthropic` crate, or when the user mentions `misanthropic`, `Client::message`, or `Prompt`. For token-by-token streaming, see the misan-streaming-api skill instead.
Write Rust code against the `misanthropic` crate's streaming (`Client::stream`) path — SSE event streams, the `FilterExt` combinators (`text`, `deltas`, `with_message`, `with_tool_use`), incremental token output, and streaming tool-call assembly. Use when writing or editing Rust that streams from the Anthropic Messages API via `misanthropic`, or when the user mentions `Client::stream`, `FilterExt`, streaming deltas, or token-by-token output. For single-shot requests, see the misan-messages-api skill instead.