Skip to main content
ClaudeWave
Skill14.7k estrellas del repoactualizado 2d ago

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.

Instalar en Claude Code
Copiar
git 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-skills
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.