codebrewrouter-architecture-routing

仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

适用于修改或审查路由/模型编排的维护者。

这个 Skill 做什么

提供 CodebrewRouter 路由与架构变更的审查与说明要点。

给 CodebrewRouter 的路由和架构变更提供审查与说明要点,覆盖 MEAI pipeline、IChatClient 组合、键控 provider DI、路由策略、流式契约、fallback/ failover 等方面。改路由、评审设计或解释实现时用它,它会指出相关文件和设计文档,帮你聚焦关键信息。特别之处是面向项目本地上下文,会引用具体源码路径和 ADR,便于把架构决策落到实处。

▸ 展开 SKILL.md 英文原文

Project-local CodebrewRouter routing and architecture guidance. Use when changing, reviewing, or explaining the MEAI pipeline, IChatClient composition, keyed provider DI, RouteDestination/provider identity, routing strategies, streaming contracts, fallback/failover, context sizing, model catalog behavior, or OpenAI-compatible API flow in Blaze.LlmGateway.

Skill 开发管理路由设计架构指南项目内通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/codebrewrouter-architecture-routing/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/codebrewrouter-architecture-routing/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CodebrewRouter Architecture Routing

## Start Here

Read the smallest useful set before editing:

- `AGENTS.md`
- `README.md`
- `.github/copilot-instructions.md`
- `Docs/design/adr/`
- `Blaze.LlmGateway.Infrastructure/InfrastructureServiceExtensions.cs`
- `Blaze.LlmGateway.Infrastructure/LlmRoutingChatClient.cs`
- `Blaze.LlmGateway.Infrastructure/RoutingStrategies/`
- `Blaze.LlmGateway.Api/ChatCompletionsEndpoint.cs`
- `Blaze.LlmGateway.Api/OpenAiProtocolMapper.cs`
- `Blaze.LlmGateway.Core/RouteDestination.cs`
- `Blaze.LlmGateway.Core/Configuration/`

## Rules

- Keep all LLM calls on `Microsoft.Extensions.AI` abstractions unless the user explicitly asks for a protocol adapter.
- Keep prov
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有