claudemd-actualize

仓库创建 2026年7月7日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

以最小改动移除陈旧内容并补入最新事实,适合维护知识文件。

▸ 风险提示

可能需访问 Confluence/Slack 等外部知识源并要求凭据。

这个 Skill 做什么

对已有 CLAUDE.md 做差异式更新,使其与代码与知识源保持一致。

把已有的 CLAUDE.md 对齐到当前代码和组织知识,做有针对性的增删改而不是全部重写。会在代码提交多、文档和 wiki 已经过时或需要同步时用到,目标是保留正确内容、删除陈旧信息、补上现在真实情况。特点是依赖仓库提交、代码与内部知识源来做差异式更新,保持文件历史和结构不被无谓重写。

▸ 展开 SKILL.md 英文原文

How to refresh/actualize an EXISTING CLAUDE.md (any level) or CLAUDE.local.md against current reality — repo commits, code, and the org's knowledge sources (Confluence/wiki, Slack via MCP). A targeted update (remove stale, insert current truth), NOT a rewrite. To create/fill a file from scratch, use claudemd-author.

Skill 开发管理CLAUDE.md知识更新差异化维护Claude Code
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Vainstel/agent-workspace/main/.claude/skills/claudemd-actualize/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Vainstel/agent-workspace/main/.claude/skills/claudemd-actualize/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Actualizing CLAUDE.md

Goal: bring an existing `CLAUDE.md` in line with how things are **today**. This is a **diff/update**, not a rewrite — preserve what's still correct, surgically remove what's outdated, add what's now true.

> Read claudemd-author first if unsure what belongs at each level (org, product, repo) — its per-level structure and cross-cutting rules apply here too.

## Sources of current truth

Bound the search window with the file's `*Actualized: YYYY-MM-DD*` stamp:

1. **Repo commits & code** — primary. `git log --since=<stamp>`: if the commit count is reasonable, go through them and read the changed areas. If there are too many to review individually, don't try — aggregate
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有