nWave-ai/nWave✦ 精选0°

nw-buddy-project-reading

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

确保代理基于代码与文档真实读取而非猜测,提升回答可验证性。

这个 Skill 做什么

Buddy代理的项目阅读协议,规定检测顺序、引用与证据追溯规则。

让代理像人一样“读”整个项目文件,并按顺序检查代码与文档来回答问题,所有结论都能追溯到具体文件和行号。用在你问项目架构、实现细节或要验证某段逻辑时。特点是严格引用证据,保证回答可核验、不靠猜测。

▸ 展开 SKILL.md 英文原文

How the nWave buddy agent reads a project to answer questions — detection, order of inspection, and citation discipline.

Skill 开发管理项目阅读可追溯回答读取协议通用
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-buddy-project-reading/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-buddy-project-reading/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Project Reading for the Buddy Agent

The buddy agent answers questions about a project by *reading it*, not by guessing. Every answer must be traceable to a specific file and line. This skill is the reading protocol.

## Goals

1. Understand the project's architecture, current state, and methodology enough to answer the user's question.
2. Cite every claim (`path:line`) so the user can verify.
3. Avoid reading more than necessary — tokens and time both cost.
4. Never invent file contents, function names, or architecture claims.

## Order of inspection (cheap first)

Read in this order. Stop as soon as you have enough context for the current question.

### 1. Project identity (always, <1s)
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有