zco-docs-update

Update CLAUDE.md Git metadata from version and git information.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/vmico/zco-claude-skills --skill zco-docs-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zco-docs-update
Source: https://github.com/vmico/zco-claude-skills/tree/main/ClaudeSettings/skills/zco-docs-update
Command: npx skills add https://github.com/vmico/zco-claude-skills --skill zco-docs-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

CLAUDE.md 文档的 Git 元信息需要定期同步以保持版本一致和影响可追踪,这个 Skill 自动完成该任务。

Core Features & Use Cases

  • 自动提取并更新 CLAUDE.md 中的 Git 提交、分支、时间等元信息
  • 支持在需要同步文档、准备发布版本时快速执行
  • 适用于需要保持项目文档一致性的 Go/多语言仓库

Quick Start

运行脚本以更新 CLAUDE.md 的元信息。

Frequently Asked Questions about zco-docs-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically update Git metadata in CLAUDE.md after a commit?

You can automatically update Git metadata in CLAUDE.md by running a Bash script that extracts version and git information from your repository files and safely applies those updates to the document.

What is the best way to keep project documentation synchronized with Git branch switches?

The best way to keep project documentation synchronized with Git branch switches is to use an automated script that reads CLAUDE.md and main.go to extract current git information and updates the document metadata safely.

Does this CLAUDE.md documentation update tool work with multi-language repositories?

Yes, this CLAUDE.md documentation update tool works with multi-language repositories. It is specifically designed to keep project documentation consistent across typical Go and multi-language project environments.

Can I use bash scripts to extract version information from main.go for documentation?

Yes, you can use bash scripts to extract version information from main.go for documentation. The script reads main.go and CLAUDE.md to pull version and git data, then updates the metadata safely.

When do I need to update Git metadata in my project documentation?

You need to update Git metadata in your project documentation when preparing release versions or after commits and branch switches, ensuring your CLAUDE.md file maintains version consistency and impact traceability.