Run setup scripts for workspace projects including dependency installation, migrations, and environment configuration. Use when user says "setup projects", "install dependencies", or "run setup".
Run setup scripts for one or all projects in the workspace, including dependency installation, environment configuration, and database migrations.
[project] - Name of a specific project to set upall - Set up all projects (default)When the user wants to set up projects:
Identify the current workspace and load the configuration.
Read the ## Setup Scripts section from WORKSPACE.md:
## Setup Scripts
api: npm install && cp .env.example .env && npm run db:migrate
admin: npm install && cp .env.example .env
homepage: npm install
mobile: npm install && cd ios && pod install
For each project (or the specified one):
🔧 Setting up workspace projects...
Setting up api...
→ npm install
Installing dependencies... done
→ cp .env.example .env
✓ Environment file created
→ npm run db:migrate
Running migrations... done
✓ api setup complete
Setting up admin...
→ npm install
Installing dependencies... done
✓ admin setup complete
Summary:
• Set up: api, admin
• Skipped: homepage (no setup script)
• Failed: 0
After successful setup, suggest:
Run '/workspaces:start all' to start the services.
npx skills add patricio0312rev/workspace-setup下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer