AgentStack
SKILL verified MIT Self-run

Setup Stack

skill-wxxzy-claude-code-software-studios-setup-stack · by wxxzy

技术选型与项目骨架初始化。当用户确定需求后需要选择技术栈、生成项目脚手架与依赖文件时使用。

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

Install

$ agentstack add skill-wxxzy-claude-code-software-studios-setup-stack

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • 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 Setup Stack? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

技能:技术栈初始化 (/setup-stack)

执行代理: technical-architect (技术架构师)


概述 (Summary)

此技能用于在 PRD 明确后,由架构师引导用户进行技术选型,并自动生成项目的初始目录结构、依赖文件和核心配置。

协作工作流 (The 5-Step Protocol)

  1. 提问 (Question):
  • 目标平台是什么?(Web, Mobile, CLI, API-only)
  • 有无特定的编程语言偏好?(Python, Go, Node.js, Rust 等)
  • 预计的数据存储需求?(Relational, NoSQL, In-memory)
  1. 方案 (Options):
  • 架构师必须提供 2-3 个技术栈方案(例如:FastAPI/PostgreSQL vs. NestJS/MongoDB)。
  • 针对每个方案对比:开发速度、性能指标、可维护性。
  • 你必须使用 ask_user 工具让用户从中点击选择一个方案。
  1. 决策 (Decision): 用户选择其中一个方案。
  2. 草案 (Draft):
  • 展示生成的目录结构预览。
  • 展示 package.json / requirements.txt / Dockerfile 的草案。
  1. 批准 (Approval):
  • 获得用户“批准”后,架构师执行 write_file 创建项目骨架。

成功门控 (Success Gate)

  • 更新了 docs/arch/TECHNICAL-PREFERENCES.md
  • 创建了基础的项目结构 (如 src/, tests/, config/)。
  • 生成了可用的依赖清单文件。

输出约束 (Output Budget)

[强制] 创建骨架文件后,返回主上下文只输出:

技术栈初始化完成。

- 选定方案:[方案名]([主要技术,3-4 个关键词])
- 生成文件:[X] 个(`src/`、`tests/`、依赖清单)
- `docs/arch/TECHNICAL-PREFERENCES.md` 已更新

下一步:`/sprint-kickoff`

不得在摘要中展开目录结构或依赖列表正文。

协作路径

  • 完成后,交棒 delivery-manager 执行 /sprint-kickoff

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.