一键导入
getting-started
Get started with your Open SaaS project — fetches docs, checks Wasp installation, and helps you start your database and app.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get started with your Open SaaS project — fetches docs, checks Wasp installation, and helps you start your database and app.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install Wasp agent skills (plugins) that add Wasp knowledge and best practices to your AI coding tools.
Take a guided tour of Open SaaS — walks you through step-by-step through the project structure, features, and customization checklist.
| name | getting-started |
| description | Get started with your Open SaaS project — fetches docs, checks Wasp installation, and helps you start your database and app. |
| user_invocable | true |
Follow these steps in order:
Fetch the Open SaaS documentation map from the LLMs.txt index. This contains raw markdown file GitHub URLs of all documentation sections.
From the documentation map, find the "Getting Started" guide URL (a raw.githubusercontent.com URL) and fetch its full contents. Use this as the source of truth for all instructions below.
Run wasp version to check if Wasp is installed and which version is available.
wasp version before continuing.Ask the user if they'd like help starting their managed PostgreSQL database and Wasp app according to the instructions in the Getting Started guide.
If yes, walk them through the steps from the guide (starting the database, running migrations, starting the dev server, etc.). If they run into any issues, troubleshoot using the guide's content.