Update MD

v1.0.0

Create or update project documentation in Markdown. Use when building a new project doc set, updating existing docs after a deploy or feature change, or esta...

0· 264·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the contents: the skill provides templates and rules for creating/updating Markdown project docs. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md and the templates stay within the doc-creation/update scope (file structure, update rules, templates). The templates include placeholders for server IP, SSH user/key and deployment commands (normal for deployment docs). Be aware the guidance 'Deploy = Update docs' and the suggestion to add doc maps to AGENTS.md could encourage an agent to edit repository files frequently; the instructions themselves do not contain any commands that exfiltrate data or contact external services.
Install Mechanism
No install spec, no code files, and no downloaded artifacts — lowest-risk (instruction-only) footprint.
Credentials
The skill declares no environment variables, credentials, or privileged config paths. Templates reference fields like IP/SSH in a documentation context only; no credential consumption or storage by the skill itself is requested.
Persistence & Privilege
always:false (default) and normal autonomous invocation settings. The skill does not request permanent platform presence or attempt to modify other skills or system-wide agent settings.
Assessment
This skill is an instruction-only doc template and appears coherent with its purpose. Before installing, consider: (1) do not place real secrets (private SSH keys, passwords, API keys) into documentation files — treat templates' SSH/IP placeholders as sensitive metadata you should redact or store separately; (2) if you allow agents to write or commit files automatically, limit their repository permissions so they cannot leak credentials or push unwanted changes; (3) review any AGENTS.md or automation that would cause agents to auto-update docs after deploys to avoid accidental publication of sensitive runtime data. If you want extra assurance, open the repo where you plan to use these templates and confirm no automation will insert secrets into Markdown files.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fesgpz03f1h7rcgfv270ryd827myq
264downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

update-md

Core Principles

  1. Split, don't consolidate — One file per concern. Never dump everything into one doc.
  2. Overview is always the entry point — Every project has a PROJECT-OVERVIEW.md that's lean and links to everything else.
  3. 按需讀取 — Detail files are only read when needed; keep them out of the overview.
  4. Update rules are mandatory — Every doc set must define when each file should be updated.
  5. Deploy = Update docs — Docs update immediately after every deploy. No exceptions.

Standard Doc Set Structure

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.md Must-Haves

  • Project name, domain/URL, status, VM/hosting info
  • Feature/tool status table (✅ / 🔄 / ⏳ / ❌)
  • Doc map table (file → content)
  • Update rules table (change type → files to update)
  • Current version number

Update Rules (include in every OVERVIEW.md)

改動類型需要更新
新功能 / 改功能OVERVIEW(狀態)+ APPS
新版本發布HISTORY + OVERVIEW(版本號)
部署/基礎設施改動DEPLOY
DB schema 改動DB

Status Symbols

Use consistently across all docs:

  • ✅ 完成
  • 🔄 進行中
  • ⏳ 待開始
  • ❌ 取消 / 廢棄

When Updating Docs

  1. Identify which files are affected by the change (use the update rules table)
  2. Update only those files — don't touch unrelated docs
  3. Update version number in OVERVIEW if it's a release
  4. Add entry to HISTORY with date, version, and bullet points

Creating a New Doc Set

  1. Create PROJECT-OVERVIEW.md first — establish the doc map before writing detail files
  2. Add detail files as needed (DEPLOY, APPS, DB, HISTORY)
  3. Add the doc map to the project's AGENTS.md so agents know which files exist
  4. Reference references/doc-templates.md for boilerplate

See references/doc-templates.md for ready-to-use file templates.

Comments

Loading comments...