know-my-repo
大幅缩短代理/新人成员对未知仓库的上手成本并提供可验证证据。
需要执行构建与运行命令,可能带来安全与环境风险
从零开始深度阅读并验证代码库,生成可供代理使用的项目知识与操作示例。
从零开始把一个陌生代码库“读懂”:并行阅读源码、跑 build/test/run 命令,验证约定并用实例支撑每条结论,然后把可供后续 agent 直接用的知识集写出来(例如 AGENTS.md、docs/ARCHITECTURE.md),每个事实都有引用证据。用在仓库没有实用文档、需要快速上手或要初始化 agent 知识时。关键是不会凭猜测写文档,必须通过运行与证据来建立事实,且不删改原始内容。
▸ 展开 SKILL.md 英文原文
Onboards an agent onto an unfamiliar repository from zero knowledge: deep parallel read of the codebase, extraction of the repo's actual conventions (each proven by at least two examples), verified build/test/run commands, an end-to-end exemplar trace of how a feature is really added, then generates the initial knowledge set — AGENTS.md and docs/ARCHITECTURE.md — with every fact cited. Nothing is deleted. Use on repositories with no (or trivial) agent knowledge files, when the user asks to onboard, initialize, understand, or learn a repo, generate a CLAUDE.md/AGENTS.md from scratch, or mentions know-my-repo or /know-my-repo.
帮我安装这个 skill:https://raw.githubusercontent.com/silkyland/know-my-repo/main/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/silkyland/know-my-repo/main/SKILL.md"# Know My Repo Day one on a codebase you have never seen. No docs, no notes, no memory — just code. This skill turns that into a knowledge set a future agent can load and be productive immediately, built the only honest way: **by reading the code, running the commands, and citing everything.** Sibling skills: this one creates knowledge where there is none. If rotten knowledge files already exist, recommend **clean-slate** (reset with backup gate) instead of writing competing docs next to them. ## The Prime Directive (family rule) > **No claim without evidence.** Every statement in the generated docs > carries a `file:line` citation, a command you actually ran, or an explicit > `UNVERIFIE