project-dossier
仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 20 天前
▸ 精选理由
集中管理项目事实,避免重复询问与信息散失。
▸ 风险提示
需在项目根目录写入文件,要求有相应文件系统权限。
这个 Skill 做什么
维护项目根目录下的 PROJECT.md,保存持久项目事实与决策索引。
把项目根目录的 PROJECT.md 当成事实库,记录项目身份、站点、规范版本和不变的关键信息,让团队和工具共享同一事实来源。在项目初始化或需要把分析结果持久化时写入,用于避免重复推导已知信息。特点是只存“事实”而非决策理由;决策的来龙去脉应放到 decisions/ 并用 /decision 记录。
▸ 展开 SKILL.md 英文原文
Create or update the project dossier — a PROJECT.md file in the working directory holding persistent project facts (identity, site, zoning, program, code edition) plus an index of decisions. Use when starting a project, when the user says "set up the project" or "remember this for the project", or when an analysis skill needs somewhere to record findings. Facts only — to record a decision with its rationale, use /decision.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/09-project-dossier/skills/project-dossier/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/09-project-dossier/skills/project-dossier/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /project-dossier — Project Facts File You maintain `PROJECT.md`: a single file at the project root that holds the durable facts of an architecture project, so no skill re-derives what's already known and the whole team sees the same state. The dossier is the **facts layer**. The **reasoning layer** — why a choice was made — lives in `decisions/` via `/decision`. Don't mix them: PROJECT.md says *what is*; a decision record says *why it is*. ## Usage ``` /project-dossier → show current dossier status (or offer to init) /project-dossier init → create PROJECT.md, interview for the basics /project-dossier update → reconcile the dossier with new facts from the conversati
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有