Install
openclaw skills install tonic-update-mdCreate or update project documentation in Markdown. Use when building a new project doc set, updating existing docs after a deploy or feature change, or establishing a doc structure for a new project. Covers doc splitting, update rules, naming conventions, and the standard file map pattern used across all projects (TPMS, TonicLab, etc.).
openclaw skills install tonic-update-mdPROJECT-OVERVIEW.md that's lean and links to everything else.Every project follows this pattern:
PROJECT-OVERVIEW.md ← 精簡總覽,每 session 必讀
PROJECT-DEPLOY.md ← 部署、Docker、Nginx、SSL、環境變數
PROJECT-APPS.md ← 功能規格(如有多個 app/module)
PROJECT-DB.md ← 數據庫 schema 及連接設定
PROJECT-HISTORY.md ← 版本日誌,每次 deploy 後更新
Add or remove files based on project complexity. See references/doc-templates.md for file templates.
| 改動類型 | 需要更新 |
|---|---|
| 新功能 / 改功能 | OVERVIEW(狀態)+ APPS |
| 新版本發布 | HISTORY + OVERVIEW(版本號) |
| 部署/基礎設施改動 | DEPLOY |
| DB schema 改動 | DB |
Use consistently across all docs:
PROJECT-OVERVIEW.md first — establish the doc map before writing detail filesAGENTS.md so agents know which files existreferences/doc-templates.md for boilerplateSee references/doc-templates.md for ready-to-use file templates.