什么是 validate-space?
验证项目空间结构、样板文档以及与想法/的一致性 来源:taylorhuston/local-life-manager。
验证项目空间结构、样板文档以及与想法/的一致性
通过命令行快速安装 validate-space AI 技能到你的开发环境
来源:taylorhuston/local-life-manager。
Validate that a project space has all required structure, boilerplate docs, and stays consistent with its planning docs in ideas/.
| CLAUDE.md | AI instructions for codebase | Must exist | | README.md | Entry point for developers | Must exist | | package.json (JS/TS) | Project config | Stack-dependent |
| docs/ | Documentation root | Must exist | | docs/specs/ | Protocol/feature specs | Must exist | | docs/adrs/ | Architecture Decision Records | Must exist |
验证项目空间结构、样板文档以及与想法/的一致性 来源:taylorhuston/local-life-manager。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/taylorhuston/local-life-manager --skill validate-space验证项目空间结构、样板文档以及与想法/的一致性 来源:taylorhuston/local-life-manager。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/taylorhuston/local-life-manager --skill validate-space 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/taylorhuston/local-life-manager