agdocs
v1.1.1
Published
Initialize AGENTS.md and docs scaffolding for AI-assisted development
Downloads
206
Readme
agdocs
English | 简体中文
在项目中引导搭建面向 agent 的文档。
用法
npx agdocs init全部命令与 flags 见 npx agdocs -h。
目录结构
Project/
├── AGENTS.md # Agent 规则
├── CLAUDE.md # Claude Code 的 Agent 规则
├── CONTEXT.md # 领域词汇表
├── DESIGN.md # UI / 交互约定
├── MEMORY.md # 跨会话的持久项目记忆
└── docs/
├── adr/ # 架构决策记录(0001-<slug>.md)
└── prd/ # 产品需求(<feature-slug>.md)