Claude-code-plugins windsurf-custom-prompts

install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-custom-prompts" ~/.claude/skills/jeremylongshore-claude-code-plugins-windsurf-custom-prompts && rm -rf "$T"
manifest: plugins/saas-packs/skill-databases/windsurf/skills/windsurf-custom-prompts/SKILL.md
source content

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.

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

${CLAUDE_SKILL_DIR}/references/implementation.md
for detailed implementation guide.

Output

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

Error Handling

See

${CLAUDE_SKILL_DIR}/references/errors.md
for comprehensive error handling.

Examples

See

${CLAUDE_SKILL_DIR}/references/examples.md
for detailed examples.

Resources