codebrewrouter-codebase-onboarding

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

快速定位任务相关文件,适合自动化任务分配。

这个 Skill 做什么

为新贡献者或自动化 Agent 提供仓库结构与关键文件导览。

给新贡献者或自动化 agent 一张仓库快速上手地图:说明项目结构、关键文件、架构要点和重要文档(如 ADR、README 等)。在需要快速定位要改的文件、写代码说明或把新人成员带起来时用。它有清晰的阅读顺序和关键文件清单,能把仓库现状和注意事项讲得很明白。

▸ 展开 SKILL.md 英文原文

Project-local CodebrewRouter repository onboarding and codebase mapping guidance. Use when asked to map this repo, onboard a contributor, explain architecture, summarize docs or ADRs, identify likely files for a task, inspect current status, or create concise CodebrewRouter codebase documentation.

Skill 开发管理代码库导览入门文档摘要通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/codebrewrouter-codebase-onboarding/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/codebrewrouter-codebase-onboarding/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CodebrewRouter Codebase Onboarding

## Start Here

Read in this order unless the user gives a narrower target:

- `AGENTS.md`
- `README.md`
- `Docs/INDEX.md`
- `Docs/design/adr/`
- `Docs/superpowers/specs/`
- `Docs/superpowers/plans/`
- `Docs/engineering/logging-contract.md`
- `Blaze.LlmGateway.Tests/TEST_COVERAGE_MATRIX.md`
- Recent git history with `git log --oneline -8`
- Current workspace status with `git status --short`

## Ignore By Default

Do not inventory these unless directly relevant:

- `bin/`
- `obj/`
- `node_modules/`
- `.worktrees/`
- `.claude/worktrees/`
- `Docs/research/sources/`
- generated plugin copies when source prompts are available

## Output Style

- Prefer a compa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有