Open-saas add-wasp-skills
Install Wasp agent skills (plugins) that add Wasp knowledge and best practices to your AI coding tools.
install
source · Clone the upstream repo
git clone https://github.com/wasp-lang/open-saas
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/wasp-lang/open-saas "$T" && mkdir -p ~/.claude/skills && cp -r "$T/template/app/.agents/skills/add-wasp-skills" ~/.claude/skills/wasp-lang-open-saas-add-wasp-skills && rm -rf "$T"
manifest:
template/app/.agents/skills/add-wasp-skills/SKILL.mdsource content
Add Wasp Skills
Step 1: Inform the User
Let the user know that Wasp agent skills (also called plugins) are available for this project. These skills add Wasp-specific knowledge and best practices to their AI coding tools, helping them get better results when working with Wasp and Open SaaS.
Step 2: Fetch Installation Instructions
Fetch the installation instructions from: https://raw.githubusercontent.com/wasp-lang/wasp-agent-plugins/refs/heads/main/plugins/wasp/README.md
Step 3: Guide Installation
Walk the user through the installation instructions from the fetched README.