— No reviews yet
0 installs
11 views
0.0% view→install
Install
$ agentstack add skill-vidyfoo-antigravity-skill-engine-doc-bootstrapping ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Doc Bootstrapping? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
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](resources/rule-one-template.md)
- [Memory Template](resources/memory-template.md)
- [Diátaxis Blueprint](resources/diataxis-blueprint.md)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VidyFoo
- Source: VidyFoo/antigravity-skill-engine
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.