Claude-code-plugins-plus windsurf-cascade-agents

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-cascade-agents" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-windsurf-cascade-agents && rm -rf "$T"
manifest: plugins/saas-packs/skill-databases/windsurf/skills/windsurf-cascade-agents/SKILL.md
source content

Windsurf Cascade Agents

Overview

This skill enables creation of specialized Cascade agents tailored for specific domains or tasks. Custom agents can be configured with domain knowledge, specialized prompts, and focused capabilities.

Prerequisites

  • Windsurf IDE with Cascade Pro or Enterprise
  • Understanding of prompt engineering principles
  • Domain knowledge to encode in agent context
  • Project documentation and conventions documented
  • Test scenarios for agent validation

Instructions

  1. Define Agent Purpose
  2. Create System Prompt
  3. Configure Context Sources
  4. Set Activation Triggers
  5. Test and Refine

See

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

Output

  • Custom agent configurations in registry
  • Domain-specific system prompts
  • Context files with specialized knowledge
  • Activation trigger mappings

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