wasp-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 check if the Wasp plugin 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 (the hook outputs JSON), let the user know they should take care of this first by running
    /wasp-plugin-init
    :
markdown
⚠️
The Wasp plugin hasn't been initialized for the current project.
Run `/wasp-plugin-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 钩子,检查Wasp插件是否已初始化。
  2. 告知用户Wasp插件是否已初始化。
  3. 如果Wasp插件未初始化(钩子输出JSON),告知用户应先通过运行
    /wasp-plugin-init
    来完成初始化:
markdown
⚠️
当前项目尚未初始化Wasp插件。
运行`/wasp-plugin-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, Codex, Copilot, etc. 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 the agent doesn't hallucinate or use outdated approaches
  3. Guided workflows — Skills and commands so the agent 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 the agent has full development and debugging visibility across the entire stack
The result: The agent actually understands Wasp instead of guessing.
本插件可让Claude Code、Codex、Copilot等AI代码助手更好地与Wasp配合,具体包括:
  1. 使用正确的文档 —— 自动获取与你项目版本匹配的Wasp官方文档
  2. 避免常见错误 —— 提供Wasp专属的技巧、模式和最佳实践,避免AI助手产生幻觉或使用过时方案
  3. 引导式工作流 —— 提供技能和命令,让AI助手可以引导你设置Wasp的内置功能(认证、邮件、数据库、样式)并完成部署
  4. 完整的调试可见性 —— 启动托管数据库、开发服务器,并连接浏览器控制台,让AI助手拥有全栈的开发和调试可见性
最终效果:AI助手能够真正理解Wasp,而非凭空猜测。

Quick Reference

快速参考

Skills:
add-feature
- Add Wasp's built-in features (auth, email, database, styling)
deploying-app
- Guided deployment to Railway or Fly.io
expert-advice
- Get advice on app improvements and functionality from a Wasp expert
start-dev-server
- Start dev environment with full debugging visibility (db -> server -> browser console)
wasp-plugin-init
- Adds Wasp knowledge, LLM-friendly documentation fetching instructions, and best practices to your project's CLAUDE.md or AGENTS.md file
技能:
add-feature
- 添加Wasp的内置功能(认证、邮件、数据库、样式)
deploying-app
- 引导式部署至Railway或Fly.io
expert-advice
- 从Wasp专家处获取应用改进和功能优化建议
start-dev-server
- 启动具备完整调试可见性的开发环境(数据库 -> 服务器 -> 浏览器控制台)
wasp-plugin-init
- 向项目的CLAUDE.md或AGENTS.md文件中添加Wasp知识、LLM友好的文档获取说明以及最佳实践

💬 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版本,并引用正确的、适合LLM读取的文档。

🫂 Community & Contribute

🫂 社区与贡献

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