Back to Skills

plugin-help

verified

Shows the Wasp plugin's available features, commands, and skills.

View on GitHub

Marketplace

wasp-plugins

wasp-lang/claude-plugins

Plugin

wasp

framework

Repository

wasp-lang/claude-plugins
3stars

plugins/wasp/skills/plugin-help/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/wasp-lang/claude-plugins/blob/main/plugins/wasp/skills/plugin-help/SKILL.md -a claude-code --skill plugin-help

Installation paths:

Claude
.claude/skills/plugin-help/
Powered by add-skill CLI

Instructions

1. run the [check-wasp-init hook](../../hooks/check-wasp-init.js) 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.
```
4. display the [Wasp Plugin for Claude Code](#wasp-plugin-for-claude-code) section to the user exactly as it is below.

--- --- ๐Ÿ ๐Ÿ ๐Ÿ --- ---

# ๐Ÿ 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.


## 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)

## ๐Ÿ’ฌ Example Prompts

- *"Add Google authentication to my app"*
- *"Help me add ShadCN UI to my app"*
- *"Migrate the da

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2595 chars