ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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.