setup-environment

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

帮助首次贡献者或新成员快速完成本地搭建与环境校验。

▸ 风险提示

安装脚本可能修改本地配置或需要管理员权限。

这个 Skill 做什么

自动为新用户配置 AppFactory 的本地开发环境与必需依赖。

自动为新用户在本地把 App Factory 的开发环境装好并配置好常用依赖。常在新同事入职、第一次贡献或有人问“怎么开始”时用,会做依赖检测、环境变量检查和必要的脚本初始化。省去手动对齐环境的麻烦,让大家能更快跑起来并减少“在我这能跑”的问题。

▸ 展开 SKILL.md 英文原文

Initialize and configure a new user's local development environment for App Factory. Triggers on /setup, "set me up", or "configure my environment". Use when this capability is needed.

开发编程环境配置本地开发上手引导通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0xaxiom--appfactory--setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0xaxiom--appfactory--setup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Environment Setup Skill

Automatically configure a new user's local development environment for App Factory.

## When This Skill Applies

- User says `/setup`, "set me up", or "configure my environment"
- User asks "how do I get started" or "what do I need to install"
- First-time contributor onboarding

## Setup Procedure

When triggered, execute the following checks **in order**. Skip tools that are already installed and at the correct version. Show a plan before executing any installations.

### Phase 1: Core Requirements (BLOCKING)

These MUST pass before proceeding. If any fail, show the fix and stop.

#### 1.1 Node.js (>= 18.0.0)

```bash
node --version 2>/dev/null
```

- **PASS**: V
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有