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
⚠ Flagged1 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.
About
技能:工作室自动更新 (/update)
执行代理: delivery-manager (交付经理)
概述 (Summary)
此技能用于将当前项目的 USDS 基础设施(代理、技能、规则)更新至 GitHub 仓库的最新版本。它会自动备份当前配置并拉取新代码。
更新工作流
- 版本检查:
delivery-manager展示本地版本与远程最新版本的差异。 - 变更摘要: 列出新版本中的主要改进点。
- 用户确认: 提示用户确认是否覆盖
.claude/下的核心组件(CLAUDE.local.md等本地文件不会被覆盖)。 - 执行更新:
- 在 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
- 完成: 提示用户重启会话以加载新技能。
成功门控 (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.
- Author: wxxzy
- Source: wxxzy/Claude-Code-Software-Studios
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.