agentsclimarketplace

Update

Skill wxxzy/Claude-Code-Software-Studios/.claude/skills/update

基于 Claude Code 的双模态软件开发工作室框架

Install
npx -y skills add wxxzy/Claude-Code-Software-Studios --skill update

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

自动检查并同步工作室基础设施至 GitHub 最新版本。当用户要求更新 USDS、检查新版本或同步 .claude 配置时使用。

SKILL.md

1.7 KB, as published. Nobody here has run it

技能:工作室自动更新 (/update)

执行代理: delivery-manager (交付经理)


概述 (Summary)

此技能用于将当前项目的 USDS 基础设施(代理、技能、规则)更新至 GitHub 仓库的最新版本。它会自动备份当前配置并拉取新代码。

更新工作流

  1. 版本检查: delivery-manager 展示本地版本与远程最新版本的差异。
  2. 变更摘要: 列出新版本中的主要改进点。
  3. 用户确认: 提示用户确认是否覆盖 .claude/ 下的核心组件(CLAUDE.local.md 等本地文件不会被覆盖)。
  4. 执行更新:
    • 在 Windows 上,它会提示用户运行: irm https://raw.githubusercontent.com/wxxzy/Claude-Code-Software-Studios/master/scripts/install-usds.ps1 | iex
    • 在 macOS/Linux 上,它会提示用户运行: curl -fsSL https://raw.githubusercontent.com/wxxzy/Claude-Code-Software-Studios/master/scripts/install-usds.sh | bash
  5. 完成: 提示用户重启会话以加载新技能。

成功门控 (Success Gate)

  • .claude/VERSION 文件已更新至最新版本号。
  • 新的技能指令出现在 / 列表中。

输出约束 (Output Budget)

[强制] 完成后,返回主上下文只输出:

工作室已更新。

- 版本:[旧版本] → [新版本]
- 请重启会话以加载新配置。

更新已跳过或失败时:更新跳过 — 当前已是最新版本 [版本号]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.