[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-redpanda-data-pipeline-assistant-zh-CN":3,"guides-for-redpanda-data-pipeline-assistant":437,"similar-k17c9q8x08dcmek5z8vada5pyd86m2n9-zh-CN":438},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":234,"parentExtension":246,"providers":307,"relations":311,"repo":313,"tags":434,"workflow":435},1778696546290.6846,"k17c9q8x08dcmek5z8vada5pyd86m2n9",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"当用户需要创建或修复 Redpanda Connect 管道配置时，应使用此技能。当用户提及“config”、“pipeline”、“YAML”、“create a config”、“fix my config”、“validate my pipeline”或描述流式管道需求（例如“read from Kafka and write to S3”）时触发。",{"claudeCode":12},"redpanda-data/connect","pipeline-assistant","https://github.com/redpanda-data/connect",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":240},1778696546290.6848,"kn77bgnec8y5nx2drekqdcwdpd86n5mj","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了创建或修复 Redpanda Connect 管道配置的问题，并命名了特定的触发器和用例。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能通过编排和验证 Redpanda Connect 配置，将 Bloblang 转换和组件发现等复杂任务委托给其他专业技能，这超出了简单的 LLM 默认行为，因此具有显著价值。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能为创建和修复 Redpanda Connect 配置提供了完整的流程，包括设置、验证和测试步骤，使其能够投入生产使用。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于 Redpanda Connect 管道配置的编排和验证，将相关的任务（如组件搜索和 Bloblang 编写）委托给其他技能。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确地反映了该技能创建和修复 Redpanda Connect 管道配置的目的，并提供了相关的触发短语。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能使用了范围明确的工具，如 `rpk connect create`、`rpk connect lint` 和 `rpk connect run`，这些工具专用于特定的 Redpanda Connect 操作。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 提供了组件表达式、环境变量使用、字段类型约定等详细文档，并包含 YAML 配置结构的示例。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","诸如 `Scaffold Pipeline`、`Lint Pipeline` 和 `Run Pipeline` 等工具名称具有描述性，并与技能的领域相符。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","这些工具接受结构化输入（组件表达式、文件路径、环境变量），并返回有文档记录的输出（YAML 配置、lint 结果、执行状态），遵循最小模式。",{"category":54,"check":55,"severity":56,"summary":57},"License","License usability","not_applicable","在提供的源文件中未检测到许可证信息。",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","该存储库显示了最近的提交活动，表明正在积极维护。",{"category":59,"check":63,"severity":56,"summary":64},"Dependency Management","该技能的主要依赖项是外部 CLI 工具（`rpk`）以及可能存在的 Bloblang，这些由用户的设置管理，而不是捆绑的依赖项。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","该技能明确要求所有秘密都使用环境变量，并通过 `.env` 和 `.env.example` 文件记录其处理方式，从而防止硬编码。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能依赖外部 CLI 工具（`rpk`），假定这些工具会处理输入清理；技能本身不执行直接脚本执行或加载不受信任的数据。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能在运行时不获取远程内容或执行任意命令；它依赖于预先安装的 `rpk` CLI 工具。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","该技能编排外部 CLI 命令，并且不在其预期范围或捆绑包之外执行文件操作。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","该技能不使用分离进程的启动或拒绝重试循环；它将执行委托给 `rpk` CLI。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能的主要功能是配置管理，它指导用户使用环境变量来处理秘密，从而防止直接泄露。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的 SKILL.md 和 README 文件不包含隐藏的导航技巧或可疑的 Unicode 字符。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","该技能编排外部 CLI 命令，并且不使用混淆代码或动态脚本执行。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","该技能对项目结构的假设非常少，主要依赖于用户已安装并可访问 `rpk` 工具。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","该存储库在过去 90 天内显示了健康的已关闭和已打开问题的比例，表明正在积极维护和响应。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","该存储库具有清晰的提交历史和近期推送；虽然技能中没有显式的版本文件，但底层的 `rpk` 工具可能具有版本控制。",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","该技能依赖 `rpk connect lint` 命令进行验证，该命令应处理配置的模式验证。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","该技能侧重于配置创建和验证，而不是破坏性操作，并依赖 `rpk` CLI 的固有安全性。",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","该技能将错误处理委托给 `rpk` CLI，并依赖其输出进行诊断，然后将诊断结果解析并报告给用户。",{"category":104,"check":114,"severity":56,"summary":115},"Logging","该技能本身不生成日志；日志记录由底层的 `rpk` 命令处理。",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","该技能侧重于配置管理，意味着它不处理个人数据，并且秘密通过环境变量处理，不直接提交。",{"category":117,"check":121,"severity":24,"summary":122},"Target market","该扩展具有全球适用性，因为它处理软件配置，并且似乎没有区域限制。",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","该技能依赖 `rpk` CLI，该 CLI 通常是跨平台的，这表明了良好的运行时稳定性。",{"category":44,"check":127,"severity":24,"summary":128},"README","README 提供了 Redpanda Connect、其功能、安装和用法的良好概述，补充了该技能的文档。",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","该技能公开了适量的用于配置任务的不同工具。",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","该技能提供的工具具有不同的功能（创建、lint、运行），并且似乎不是近义词。",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","SKILL.md 中宣传的所有功能，如配置创建、lint 和运行，都有对应的已实现工具和 `rpk` 命令。",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","SKILL.md 和 SETUP.md 提供了适用于多种操作系统的清晰、可复制的安装说明，并包含使用 `rpk connect` 命令的示例。",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","该技能依赖 `rpk` 的错误报告，该报告通常很详细，并且该技能的工作流程旨在将这些错误转化为可操作的用户反馈。",{"category":147,"check":148,"severity":56,"summary":149},"Execution","Pinned dependencies","该技能不捆绑依赖项；它依赖用户单独安装 `rpk` 工具。",{"category":33,"check":151,"severity":56,"summary":152},"Dry-run preview","主要操作涉及配置生成和验证，这些操作不是状态更改或需要干运行的出站数据发送操作。",{"category":154,"check":155,"severity":56,"summary":156},"Protocol","Idempotent retry & timeouts","该技能编排 CLI 命令，不执行远程调用或状态更改操作，这些操作需要在技能本身中进行特定的重试或超时处理。",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","该技能似乎不收集或发出任何遥测数据。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","描述清楚地定义了该技能创建/修复 Redpanda Connect 配置的目的，并指定了触发器以及委托给其他技能。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","Frontmatter 简洁明了，有效总结了该技能的核心功能和触发器。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 结构良好且相当简洁，包含外部链接以深入了解设置和文档。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md 有效地使用外部链接到 SETUP.md 和 Redpanda Connect 文档站点，避免了大量嵌入式材料。",{"category":170,"check":174,"severity":56,"summary":175},"Forked exploration","此技能不用于深度探索或代码审查；其工作流程是直接的配置管理。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","SKILL.md 包含多个实际的端到端示例，用于脚手架、lint 和运行管道，并附有清晰的输入和预期输出。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","文档解决了边缘情况和限制，尤其是在 Bloblang 转换和使用 stdin/stdout 进行测试方面，通过验证和迭代提供了隐式的恢复步骤。",{"category":104,"check":183,"severity":56,"summary":184},"Tool Fallback","该技能的主要工具是 `rpk` CLI，这是一个必需的安装项，在技能范围内没有内置的回退机制。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","该技能的工作流程强调迭代验证和测试，在配置生成或 lint 过程中出现意外状态或错误时，会隐式停止并报告问题。",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能明确声明了对 `component-search` 和 `bloblang-authoring` 技能的依赖关系，确保了独立运行。",1778696469595,"该技能使用 `rpk` 命令行工具自动化 Redpanda Connect 管道配置的创建、验证和修复。它将组件发现和 Bloblang 转换等复杂任务委托给其他专业技能，并强调安全的凭证管理。",[195,196,197,198,199],"Scaffold new pipeline configurations","Lint and validate existing configurations","Run pipelines for testing","Guidance on secrets management","Delegation to specialized skills for Bloblang and component search",[201,202,203,204],"Writing Bloblang transformations directly","Performing component discovery","Executing Redpanda Connect pipelines in production","Managing Redpanda cluster infrastructure","3.0.0","4.4.0","使开发人员能够轻松创建、修复和验证 Redpanda Connect 管道配置，确保生产就绪且安全的环境。","该技能非常完善，拥有出色的文档、清晰的目的和强大的错误处理能力，因为它利用了 `rpk` CLI。唯一的小问题是提供的文件中缺少许可证信息，但这不影响技能的功能。",96,"一个文档齐全、功能强大的技能，用于创建和管理 Redpanda Connect 管道配置。",[212,213,214,215,216,217],"configuration","redpanda","connect","pipeline","yaml","data-engineering","verified",[220,221,222,223],"Creating a new Redpanda Connect pipeline from a description","Fixing errors in an existing pipeline configuration","Validating pipeline configurations before deployment","Learning about Redpanda Connect configuration patterns through recipes",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":239},{"hasLockfile":226},true,1778696454169,{"descriptionLength":229,"readmeSize":230},295,8737,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"openIssues90d":235,"pushedAt":236,"stars":237},16,940,false,17,1778683632000,8668,{"hasNpmPackage":234,"smitheryVerified":234},{"hasCi":226,"hasTests":226},{"updatedAt":241},1778696546290,{"basePath":243,"githubOwner":244,"githubRepo":214,"locale":18,"slug":13,"type":245},".claude-plugin/plugins/redpanda-connect/skills/pipeline-assistant","redpanda-data","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":255,"parentExtension":259,"providers":292,"relations":302,"tags":303,"workflow":304},1778696352596.533,"k173kt11134rx660a52907vmqs86m3z5",{"reviewCount":8},{"description":251,"installMethods":252,"name":254,"sourceUrl":14},"Interactive YAML config and Bloblang authoring for Redpanda Connect",{"claudeCode":253},"redpanda-connect","Redpanda Connect Plugin",{"basePath":256,"githubOwner":244,"githubRepo":214,"locale":257,"slug":253,"type":258},".claude-plugin/plugins/redpanda-connect","en","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"providers":270,"relations":285,"tags":287,"workflow":288},1778696352596.5327,"k177tagzj011dbw20ssxcyvrgn86m1ph",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"Plugins for Redpanda Connect",{"claudeCode":12},"redpanda-connect-plugins",{"basePath":268,"githubOwner":244,"githubRepo":214,"locale":257,"slug":214,"type":269},"","marketplace",{"evaluate":271,"extract":278},{"promptVersionExtension":272,"promptVersionScoring":206,"score":273,"tags":274,"targetMarket":277,"tier":218},"3.1.0",97,[213,214,275,276,212],"plugins","data-streaming","global",{"commitSha":279,"marketplace":280,"plugin":283},"HEAD",{"name":266,"pluginCount":281,"version":282},1,"0.1.0",{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd762e1jtg5w5vsa7s127shyd986mpf4",[212,214,276,275,213],{"evaluatedAt":289,"extractAt":290,"updatedAt":291},1778696365887,1778696352596,1778696588803,{"evaluate":293,"extract":298},{"promptVersionExtension":205,"promptVersionScoring":206,"score":273,"tags":294,"targetMarket":277,"tier":218},[213,214,216,295,212,296,297],"bloblang","streaming","developer-tools",{"commitSha":279,"license":299,"plugin":300},"Apache-2.0",{"mcpCount":8,"provider":284,"skillCount":301},3,{"parentExtensionId":261,"repoId":286},[295,212,214,297,213,296,216],{"evaluatedAt":305,"extractAt":290,"updatedAt":306},1778696385561,1778696588975,{"evaluate":308,"extract":310},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":309,"targetMarket":277,"tier":218},[212,213,214,215,216,217],{"commitSha":279},{"parentExtensionId":248,"repoId":286,"translatedFrom":312},"k1740bgs233p3q4sr7a6b4j2bs86m03e",{"_creationTime":314,"_id":286,"identity":315,"providers":316,"workflow":430},1778696346136.763,{"githubOwner":244,"githubRepo":214,"sourceUrl":14},{"classify":317,"discover":407,"github":410},{"commitSha":279,"extensions":318},[319,329,349,358,368,377,384],{"basePath":268,"description":264,"displayName":266,"installMethods":320,"rationale":321,"selectedPaths":322,"source":328,"sourceLanguage":257,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[323,326],{"path":324,"priority":325},".claude-plugin/marketplace.json","mandatory",{"path":327,"priority":325},"README.md","rule",{"basePath":256,"description":251,"displayName":253,"installMethods":330,"license":299,"rationale":331,"selectedPaths":332,"source":328,"sourceLanguage":257,"type":258},{"claudeCode":253},"plugin manifest at .claude-plugin/plugins/redpanda-connect/.claude-plugin/plugin.json",[333,335,338,340,342,345,347],{"path":334,"priority":325},".claude-plugin/plugin.json",{"path":336,"priority":337},"skills/bloblang-authoring/SKILL.md","medium",{"path":339,"priority":337},"skills/component-search/SKILL.md",{"path":341,"priority":337},"skills/pipeline-assistant/SKILL.md",{"path":343,"priority":344},"commands/blobl.md","high",{"path":346,"priority":344},"commands/pipeline.md",{"path":348,"priority":344},"commands/search.md",{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":328,"sourceLanguage":257,"type":245},".claude/skills/review","Code review a pull request for Redpanda Connect, checking Go patterns, tests, component architecture, and commit policy","review",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/review/SKILL.md",[356],{"path":357,"priority":325},"SKILL.md",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":328,"sourceLanguage":257,"type":245},".claude-plugin/plugins/redpanda-connect/skills/bloblang-authoring","This skill should be used when users need to create or debug Bloblang transformation scripts. Trigger when users ask about transforming data, mapping fields, parsing JSON/CSV/XML, converting timestamps, filtering arrays, or mention \"bloblang\", \"blobl\", \"mapping processor\", or describe any data transformation need like \"convert this to that\" or \"transform my JSON\".","bloblang-authoring",{"claudeCode":12},"SKILL.md frontmatter at .claude-plugin/plugins/redpanda-connect/skills/bloblang-authoring/SKILL.md",[365,366],{"path":357,"priority":325},{"path":367,"priority":337},"SETUP.md",{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":328,"sourceLanguage":257,"type":245},".claude-plugin/plugins/redpanda-connect/skills/component-search","This skill should be used when users need to discover Redpanda Connect components for their streaming pipelines. Trigger when users ask about finding inputs, outputs, processors, or other components, or when they mention specific technologies like \"kafka consumer\", \"postgres output\", \"http server\", or ask \"which component should I use for X\".","component-search",{"claudeCode":12},"SKILL.md frontmatter at .claude-plugin/plugins/redpanda-connect/skills/component-search/SKILL.md",[375,376],{"path":357,"priority":325},{"path":367,"priority":337},{"basePath":243,"description":378,"displayName":13,"installMethods":379,"rationale":380,"selectedPaths":381,"source":328,"sourceLanguage":257,"type":245},"This skill should be used when users need to create or fix Redpanda Connect pipeline configurations. Trigger when users mention \"config\", \"pipeline\", \"YAML\", \"create a config\", \"fix my config\", \"validate my pipeline\", or describe a streaming pipeline need like \"read from Kafka and write to S3\".",{"claudeCode":12},"SKILL.md frontmatter at .claude-plugin/plugins/redpanda-connect/skills/pipeline-assistant/SKILL.md",[382,383],{"path":357,"priority":325},{"path":367,"priority":337},{"basePath":268,"displayName":385,"installMethods":386,"rationale":388,"selectedPaths":389,"source":328,"sourceLanguage":257,"type":406},"v4",{"go":387},"github.com/redpanda-data/connect/v4","go.mod with MCP SDK dependency at go.mod",[390,392,393,395,397,399,401,404],{"path":391,"priority":325},"go.mod",{"path":327,"priority":325},{"path":394,"priority":337},"cmd/redpanda-connect/main.go",{"path":396,"priority":337},"cmd/redpanda-connect-ai/main.go",{"path":398,"priority":337},"cmd/redpanda-connect-cloud/main.go",{"path":400,"priority":337},"cmd/redpanda-connect-community/main.go",{"path":402,"priority":403},"cmd/redpanda-connect-ai/sqlite.go","low",{"path":405,"priority":403},"cmd/redpanda-connect-cloud/sqlite.go","mcp",{"sources":408},[409],"manual",{"closedIssues90d":232,"description":411,"forks":233,"homepage":412,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":413},"Fancy stream processing made operationally mundane","https://docs.redpanda.com/redpanda-connect/about/",[414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,217,429],"message-queue","stream-processing","streaming-data","message-bus","logs","stream-processor","cqrs","event-sourcing","go","golang","kafka","amqp","rabbitmq","nats","etl","data-ops",{"classifiedAt":431,"discoverAt":432,"extractAt":433,"githubAt":433,"updatedAt":431},1778696352361,1778696346136,1778696350350,[212,214,217,215,213,216],{"evaluatedAt":436,"extractAt":290,"updatedAt":241},1778696469791,[],[439,460,492,519,539,570],{"_creationTime":440,"_id":441,"community":442,"display":443,"identity":446,"providers":447,"relations":454,"tags":456,"workflow":457},1778696543186.6777,"k17ecpq1cgcktytp5pqr63evf586m37a",{"reviewCount":8},{"description":444,"installMethods":445,"name":371,"sourceUrl":14},"当用户需要为流处理管道发现 Redpanda Connect 组件时，应使用此技能。当用户询问查找输入、输出、处理器或其他组件时，或者当他们提到“kafka consumer”、“postgres output”、“http server”等特定技术，或询问“我应该为 X 使用哪个组件”时，触发此技能。",{"claudeCode":12},{"basePath":369,"githubOwner":244,"githubRepo":214,"locale":18,"slug":371,"type":245},{"evaluate":448,"extract":453},{"promptVersionExtension":205,"promptVersionScoring":206,"score":449,"tags":450,"targetMarket":277,"tier":218},95,[213,214,296,451,452],"data-pipeline","component-discovery",{"commitSha":279},{"parentExtensionId":248,"repoId":286,"translatedFrom":455},"k174a4a2dmpbpq8482aj3dppdh86npsy",[452,214,451,213,296],{"evaluatedAt":458,"extractAt":290,"updatedAt":459},1778696453651,1778696543186,{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":470,"providers":474,"relations":485,"tags":488,"workflow":489},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":465,"installMethods":466,"name":468,"sourceUrl":469},"Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.\n",{"claudeCode":467},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":471,"githubOwner":472,"githubRepo":473,"locale":257,"slug":468,"type":245},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":475,"extract":484},{"promptVersionExtension":205,"promptVersionScoring":206,"score":476,"tags":477,"targetMarket":277,"tier":218},100,[478,479,480,481,212,482,483],"tailwind","typescript","css","styling","react","nextjs",{"commitSha":279},{"parentExtensionId":486,"repoId":487},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[212,480,483,482,481,478,479],{"evaluatedAt":490,"extractAt":491,"updatedAt":490},1778701490050,1778695548458,{"_creationTime":493,"_id":494,"community":495,"display":496,"identity":502,"providers":506,"relations":512,"tags":515,"workflow":516},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":497,"installMethods":498,"name":500,"sourceUrl":501},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":499},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":503,"githubOwner":504,"githubRepo":505,"locale":257,"slug":500,"type":245},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":507,"extract":511},{"promptVersionExtension":205,"promptVersionScoring":206,"score":476,"tags":508,"targetMarket":277,"tier":218},[500,509,212,510,406],"routing","cli",{"commitSha":279},{"parentExtensionId":513,"repoId":514},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[510,212,406,509,500],{"evaluatedAt":517,"extractAt":518,"updatedAt":517},1778699724286,1778699234184,{"_creationTime":520,"_id":521,"community":522,"display":523,"identity":527,"providers":529,"relations":535,"tags":536,"workflow":537},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":524,"installMethods":525,"name":526,"sourceUrl":501},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":499},"mcp-setup",{"basePath":528,"githubOwner":504,"githubRepo":505,"locale":257,"slug":526,"type":245},"skills/mcp-setup",{"evaluate":530,"extract":534},{"promptVersionExtension":205,"promptVersionScoring":206,"score":476,"tags":531,"targetMarket":277,"tier":218},[406,212,510,532,533],"agent","tooling",{"commitSha":279},{"parentExtensionId":513,"repoId":514},[532,510,212,406,533],{"evaluatedAt":538,"extractAt":518,"updatedAt":538},1778699492025,{"_creationTime":540,"_id":541,"community":542,"display":543,"identity":549,"providers":553,"relations":562,"tags":565,"workflow":566},1778699349323.906,"k175ez1g485tsjr6ac09xr59hd86mmqk",{"reviewCount":8},{"description":544,"installMethods":545,"name":547,"sourceUrl":548},"当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用，以减少直接的 Anthropic 支出，配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖，或对 Copilot 代理设置失败进行故障排除，例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。",{"claudeCode":546},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":550,"githubOwner":551,"githubRepo":552,"locale":18,"slug":547,"type":245},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills",{"evaluate":554,"extract":561},{"promptVersionExtension":205,"promptVersionScoring":206,"score":476,"tags":555,"targetMarket":277,"tier":218},[556,557,558,559,212,560],"copilot","litellm","proxy","claude-code","troubleshooting",{"commitSha":279},{"repoId":563,"translatedFrom":564},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k17c1n6dbde7qh2wemx78d13t986n7x2",[559,212,556,557,558,560],{"evaluatedAt":567,"extractAt":568,"updatedAt":569},1778699196029,1778699106670,1778699349323,{"_creationTime":571,"_id":572,"community":573,"display":574,"identity":580,"providers":584,"relations":592,"tags":596,"workflow":597},1778696803784.4255,"k176jrtydfqqw1f6gj4x738aa586mnbb",{"reviewCount":8},{"description":575,"installMethods":576,"name":578,"sourceUrl":579},"当用户首次设置配置同步、连接到 GitHub 或重新初始化备份存储库时使用。",{"claudeCode":577},"rohithzr/claudebase","sync-setup","https://github.com/rohithzr/claudebase",{"basePath":581,"githubOwner":582,"githubRepo":583,"locale":18,"slug":578,"type":245},"skills/sync-setup","rohithzr","claudebase",{"evaluate":585,"extract":591},{"promptVersionExtension":205,"promptVersionScoring":206,"score":476,"tags":586,"targetMarket":277,"tier":218},[212,587,588,589,590],"sync","github","backup","automation",{"commitSha":279},{"parentExtensionId":593,"repoId":594,"translatedFrom":595},"k17brwsz1rsvvtg8zjs955raex86mnh6","kd7e1fmwvfp6n226mj6hy2fzds86n8kk","k17fm71376rjr60q577jsnf3hx86n2a5",[590,589,212,588,587],{"evaluatedAt":598,"extractAt":599,"updatedAt":600},1778696737767,1778696622831,1778696803784]