home / skills / jeremylongshore / claude-code-plugins-plus-skills / windsurf-custom-prompts
/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-custom-prompts
This skill helps you create and manage windsurf prompt libraries for Cascade, enabling reusable templates and team sharing across projects.
npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-custom-promptsReview the files below or copy the command above to add this skill to your agents.
---
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 <[email protected]>"
---
# 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
- [Windsurf Prompt Library](https://docs.windsurf.ai/features/prompts)
- [Effective Prompting Guide](https://docs.windsurf.ai/guides/prompting)
- [Team Prompt Sharing](https://docs.windsurf.ai/admin/prompt-sharing)
This skill creates and manages custom prompt libraries for Cascade inside Windsurf. Teams can define reusable prompt templates with project context, variables, and sharing rules to ensure consistent AI interactions. It streamlines prompt organization, indexing, and team-wide distribution for repeatable automation.
The skill inspects project conventions and lets you author prompt templates with parameterized variables and metadata (tags, descriptions, usage examples). It organizes templates into folders, generates configuration files for variable substitution, and records basic usage statistics and favorites. Team sharing and permission options let admins enable library access across projects.
How do variables work in templates?
Templates support named variables that the skill substitutes at runtime. Define default values and examples to guide users.
Can templates be shared across teams?
Yes. The skill lets admins enable team sharing and set access scopes so libraries can be organization-wide or project-specific.
How do I organize a large library?
Use folders, tags, and consistent naming conventions. Include a short description and example for each template to improve discoverability.