-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add CLAUDE.md guidance and Claude skills documentation #585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
vincanger
wants to merge
14
commits into
main
Choose a base branch
from
claude-code-mds
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added CLAUDE.md files to the root and template/app directories to provide guidance for Claude Code when working with the Open SaaS template. Introduced new Claude skills for migrating the database and starting the Wasp dev server, including troubleshooting docs. Updated wasp-overview.mdc with an Open SaaS overview section.
Introduced documentation under template/.claude/skills for adding new features to the Open SaaS app, covering planning, database setup, backend operations, frontend pages, navigation, Wasp config, and troubleshooting. Also added guides for running Playwright end-to-end tests and related troubleshooting steps.
Updated skill documentation for adding features to clarify requirements gathering, database setup, operations, pages, troubleshooting, and Wasp config. Removed the navigation.md guide and referenced existing code for organization. Improved instructions for using Wasp hooks, ShadCN UI components, and clarified migration and error handling steps.
Added new skill files for configuring authentication, payments, debugging Wasp, and deploying the app. Updated existing feature scaffolding skills for improved clarity and consistency. Added commands for reviewing and removing AI-generated code slop.
Introduces SKILL.md for adding scheduled or async background jobs using Wasp's PgBoss integration. Includes job declaration, implementation steps, cron patterns, manual invocation, and troubleshooting tips.
Introduces new commands for deploying and initializing Open SaaS projects, along with detailed skills for pre-deployment validation and interactive setup. Updates deployment instructions to reference Open SaaS documentation and clarifies review command description. These changes improve onboarding and deployment reliability for Open SaaS apps.
Introduced scripts for automated Stripe setup and configuration checking, and added a guide for Stripe CLI-based setup. Updated payment and auth skill docs to reference new automation options and improved guidance. Enhanced troubleshooting and setup wizard documentation for better user onboarding.
Standardized LLM-optimized documentation URLs across skills and main docs, clarified Stripe setup instructions, and added template/.mcp.json for MCP server configuration. Improved guidance for planning, deployment, and troubleshooting, and updated references to documentation lookup tools.
Deleted unused skill and troubleshooting files for configuring auth, debugging Wasp, migrating DB, running E2E tests, and starting Wasp. Renamed pre-deployment skill to validating-pre-deployment and updated references. Improved database and troubleshooting sections in CLAUDE.md for clarity and accuracy.
Introduces a comprehensive Kaizen approach guide for continuous improvement in feature development. Updates SKILL.md to reference the Kaizen approach and clarifies implementation steps. Removes wasp-config.md and integrates its guidance into SKILL.md. Refines operations and pages documentation to improve best practices and remove unnecessary references.
infomiho
reviewed
Dec 4, 2025
|
|
||
| ### Step 7: Verify Setup | ||
|
|
||
| Refer to [starting-wasp skill](../starting-wasp/SKILL.md) for details on how to start the development server. |
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this file exist? I can't find it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes #581 Fixes #584
Added CLAUDE.md files to the root and template/app directories to provide guidance for Claude Code when working with the Open SaaS template. Introduced new Claude skills for migrating the database and starting the Wasp dev server, including troubleshooting docs. Updated wasp-overview.mdc with an Open SaaS overview section.
Contributor Checklist