AgentStack
SKILL unreviewed MIT Self-run

Update

skill-wxxzy-claude-code-software-studios-update · by wxxzy

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

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-wxxzy-claude-code-software-studios-update

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Update? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

技能:工作室自动更新 (/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

  1. 完成: 提示用户重启会话以加载新技能。

成功门控 (Success Gate)

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

输出约束 (Output Budget)

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

工作室已更新。

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

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.