CodebrewRouter

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

帮助维护者避免将项目技能错误安装到用户全局环境中。

这个 Skill 做什么

为 CodebrewRouter 项目内的 Codex 技能提供本地化文档与安装建议。

给仓库里那些只属于项目的 Codex 技能做本地化说明和安装建议,适合你在写文档、审查或维护 .agents/skills 下的技能时参考。会告诉你别把这些技能装到全局的 $CODEX_HOME/skills,也不把 Copilot 或生成的插件当作单一真相来处理。重点是保持技能只在仓库里可见、可复现,避免污染用户全局环境。

▸ 展开 SKILL.md 英文原文

Project-local guidance for CodebrewRouter Codex skills. Use when documenting, creating, reviewing, or maintaining repository-specific Codex skills under .agents/skills for the Blaze.LlmGateway project.

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

This repository keeps CodebrewRouter-specific Codex skills project-local under `.agents/skills/`.

## Scope

- Do not install CodebrewRouter skills into `$CODEX_HOME/skills` or another user-global directory unless the user explicitly asks for that.
- Do not treat Copilot agents, OpenCode commands, or generated squad plugins as Codex skill sources of truth.
- Reuse existing repo docs and ADRs instead of copying long references into skill folders.

## Project Skill Pack

The approved project skill design is in `Docs/superpowers/specs/2026-05-22-codebrewrouter-codex-project-skills-design.md`, and the implementation plan is in `Docs/superpowers/plans/2026-05-22-codebrewrouter-c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有