一键导入
misanthropic
misanthropic 收录了来自 mdegans 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.