workspace-update

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

便于同步模板演进而不破坏本地定制,适合 agent 工作区维护。

▸ 风险提示

更新过程会拉取远程模板并写入文件,需网络与写权限。

这个 Skill 做什么

从模板拉取并安全合并工作区更新,同时保留用户的本地内容。

把 agent 的工作区从模板拉取并把模板变更安全合并到本地,同时保留用户的文件和改动。需要刷新工具、更新 skills 或同步模板时用,能把模板拥有的资产升级到最新。特点是有所有权映射与 .workspace-meta.yml 做基线,做的是有引导的合并而不是盲目覆盖。

▸ 展开 SKILL.md 英文原文

Update/actualize this agent-workspace itself from its source template — pull improved skills, commands, agents, base instructions and docs while preserving all user content. Uses .workspace-meta.yml (template source + version) as the baseline. Use when the user asks to update the workspace, refresh its tooling, or sync with the template.

Skill 开发管理工作区更新模板合并保留用户内容Claude Code
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Vainstel/agent-workspace/main/.claude/skills/workspace-update/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Vainstel/agent-workspace/main/.claude/skills/workspace-update/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Updating the workspace from its template

Goal: bring the workspace's **template-owned** assets up to the template's latest state without touching anything the user owns. This is a guided merge, not a blind overwrite.

## Ownership map

**Template-owned (candidates for update):**
- `.claude/skills/` — skills the template ships (`claudemd-author`, `claudemd-actualize`, `workspace-update`, …)
- `.claude/agents/` and `.claude/commands/` — template-shipped agents and their `init_*` commands
- Root `CLAUDE.md` (base rules), `README.md`, `docs/`
- The non-org sections of `.gitignore` (scratch/local-config/OS-noise), `.workspace-meta.yml`

**User-owned (NEVER touch):**
- All org/product/repo dire
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有