plugin-help

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
  1. run the check-wasp-init hook using the Bash tool with
    node
    command to see if Wasp knowledge has been initialized.
  2. let the user know if the Wasp plugin has been initialized or not.
  3. if the Wasp plugin has not been initialized, let the user know they should take care of this first by running
    /wasp:init
    :
markdown
⚠️
The Wasp plugin hasn't been initialized for the current project.
Run `/wasp:init` to get the plugin's full functionality.
  1. display the Wasp Plugin for Claude Code section to the user exactly as it is below.
--- --- 🐝 🐝 🐝 --- ---
  1. 使用Bash工具通过
    node
    命令运行check-wasp-init hook,查看Wasp知识库是否已初始化。
  2. 告知用户Wasp插件是否已完成初始化。
  3. 如果Wasp插件尚未初始化,告知用户应先通过运行
    /wasp:init
    来完成初始化:
markdown
⚠️
当前项目尚未初始化Wasp插件。
请运行`/wasp:init`以获取插件的完整功能。
  1. 向用户完整展示下方的【Wasp Plugin for Claude Code】章节内容。
--- --- 🐝 🐝 🐝 ---

🐝 Wasp Plugin for Claude Code

🐝 Wasp Plugin for Claude Code

What This Plugin Does

插件功能

This plugin makes Claude Code work better with Wasp by:
  1. Using the right documentation — Automatically fetches the correct Wasp docs for your project's version
  2. Avoiding common mistakes — Provides Wasp-specific tips, patterns, and best practices so Claude doesn't hallucinate or use outdated approaches
  3. Guided workflows — Skills and commands so Claude can walk you through setting up Wasp's batteries-included features (auth, email, database, styling) and deploying
  4. Full debugging visibility — Start managed databases, dev servers, and connect browser console access so Claude has full development and debugging visibility across the entire stack
The result: Claude actually understands Wasp instead of guessing.
该插件可让Claude Code更好地适配Wasp,具体通过以下方式:
  1. 使用正确的文档 —— 自动为你的项目版本获取对应的Wasp官方文档
  2. 规避常见错误 —— 提供Wasp专属的技巧、模式和最佳实践,避免Claude产生幻觉或使用过时的方法
  3. 引导式工作流 —— 提供技能和命令,Claude可引导你搭建Wasp的内置功能(认证、邮件、数据库、样式)并完成部署
  4. 完整的调试可见性 —— 启动托管数据库、开发服务器,并连接浏览器控制台,让Claude拥有覆盖全栈的开发和调试可见性
最终效果:Claude能够真正理解Wasp,而非凭猜测工作。

Quick Reference

快速参考

Slash Commands:
/wasp:init
- Initialize plugin for your project
/wasp:expert-advice
- Get advice on improvements from a Wasp expert
/wasp:help
- Show this guide
Skills:
add-feature
- Add Wasp's built-in features (auth, email, database, styling)
deploying-app
- Guided deployment to Railway or Fly.io
start-dev-server
- Start dev environment with full debugging visibility (db -> server -> browser console)
斜杠命令:
/wasp:init
- 为你的项目初始化插件
/wasp:expert-advice
- 获取Wasp专家的改进建议
/wasp:help
- 显示本指南
技能:
add-feature
- 添加Wasp的内置功能(认证、邮件、数据库、样式)
deploying-app
- 引导式部署至Railway或Fly.io
start-dev-server
- 启动具备完整调试可见性的开发环境(数据库 -> 服务器 -> 浏览器控制台)

💬 Example Prompts

💬 示例提示词

  • "Add Google authentication to my app"
  • "Help me add ShadCN UI to my app"
  • "Migrate the database from SQLite to PostgreSQL and start it for me"
  • "Set up email sending with SendGrid"
  • "Solve the errors in the browser using the Chrome DevTools MCP server"
  • "Why isn't my recurring job working?"
  • "Deploy my app to Railway"
  • "为我的应用添加Google认证"
  • "帮我为应用添加ShadCN UI"
  • "将数据库从SQLite迁移至PostgreSQL并启动"
  • "设置SendGrid邮件发送功能"
  • "使用Chrome DevTools MCP服务器解决浏览器中的错误"
  • "为什么我的定时任务无法正常工作?"
  • "将我的应用部署至Railway"

📖 Documentation Access

📖 文档访问

The plugin ensures Claude detects your project's Wasp version and references the correct, LLM-friendly documentation.
该插件可确保Claude检测到你项目的Wasp版本,并引用对应版本的、适配大语言模型的文档。

🫂 Community & Contribute

🫂 社区与贡献

Join the Wasp Discord for help and web dev discussion. Submit issues, feedback, or PRs: Wasp Claude Code Plugins
加入Wasp Discord获取帮助并参与Web开发讨论。 提交问题、反馈或PR:Wasp Claude Code Plugins