Agent skill
doc-bootstrapping
一键建立项目文档系统。初始化 Rule1, Memory 以及基于 Diátaxis 的目录结构。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/doc-bootstrapping
SKILL.md
CNS Documentation Bootstrap
Purpose
本技能旨在帮助开发者在启动新项目或重构现有项目时,快速建立符合 Antigravity 标准的「中央神经系统 (CNS)」文档体系。
Protocol: One-Click Initialization
当接收到 "init project docs" 或类似的初始化请求时,请执行以下步骤:
- Environment Check: 确认当前工作目录。
- Create Rule One:
- 将
resources/rule-one-template.md写入.agent/rules/rule-one.md。 - 根据项目名称微调前缀。
- 将
- Create Memory:
- 将
resources/memory-template.md写入doc/memory.md。
- 将
- Scaffold Diátaxis:
- 创建
doc/explanation/,doc/specs/,doc/how-to/,doc/tutorials/目录。 - 写入对应的基础
README.md(参考resources/diataxis-blueprint.md)。
- 创建
- Register Support Docs:
- 在
doc/explanation/中创建system-dev.md。
- 在
Resource Files
- Rule One Template
- Memory Template
- Diátaxis Blueprint
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?