Skill14.7k repo starsupdated yesterday
add-wasp-skills
This skill notifies users about Wasp agent plugins available for the Open SaaS project and retrieves installation instructions from the wasp-agent-plugins repository. Use it when setting up a Wasp development environment to integrate plugins that provide Wasp-specific knowledge and best practices into AI coding assistants.
Install in Claude Code
Copygit clone --depth 1 https://github.com/wasp-lang/open-saas /tmp/add-wasp-skills && cp -r /tmp/add-wasp-skills/template/app/.agents/skills/add-wasp-skills ~/.claude/skills/add-wasp-skillsThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# 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.
More from this repository