원클릭으로
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.