This is the setup step for Wasp development with AI coding assistants. It copies Wasp's documentation and best practices into your project's CLAUDE.md or AGENTS.md so your AI agent actually knows how Wasp works. The skill asks which agent you're using, handles the file paths accordingly, and tracks versions so you don't re-initialize unnecessarily. After running it, your assistant will understand Wasp's commands, workflows, and conventions without you having to explain them every session. The real value shows up when you pair it with the dev server skill and Chrome DevTools, giving your AI visibility into both backend and frontend state for actual context-aware help.
npx skills add https://github.com/wasp-lang/wasp-agent-plugins --skill wasp-plugin-init