Claude Code Plugins

Community-maintained marketplace

Feedback

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name windsurf-custom-prompts
description Create and manage custom prompt libraries for Cascade. Activate when users mention "custom prompts", "prompt library", "prompt templates", "cascade prompts", or "prompt management". Handles prompt library creation and organization. Use when working with windsurf custom prompts functionality. Trigger with phrases like "windsurf custom prompts", "windsurf prompts", "windsurf".
allowed-tools Read,Write,Edit,Grep,Glob
version 1.0.0
license MIT
author Jeremy Longshore <jeremy@intentsolutions.io>

Windsurf Custom Prompts

Overview

This skill enables creation and management of custom prompt libraries for Cascade. Teams can build reusable prompt templates for common tasks like code generation, code review, documentation, and debugging. Prompts can include project-specific context and be shared across the organization for consistent AI interactions.

Prerequisites

  • Windsurf IDE with Cascade enabled
  • Understanding of effective prompting techniques
  • Project conventions documented
  • Team agreement on prompt standards
  • Use cases identified for automation

Instructions

  1. Plan Prompt Library
  2. Create Prompt Templates
  3. Configure Variables
  4. Organize and Index
  5. Enable Team Sharing

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Organized prompt library
  • Reusable prompt templates
  • Variable configuration files
  • Usage statistics and favorites

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources