Soubi

Windsurf

Windsurf instructions, Agent Skills, workflows, and MCP configuration.

Windsurf uses AGENTS.md for project instructions, Agent Skills for reusable knowledge, and workflows for commands. Its MCP configuration is global rather than project-local.

Native output

AGENTS.md
.windsurf/skills/<name>/SKILL.md
.windsurf/workflows/<name>.md
mcp_config.json

Translation details

  • Commands become Windsurf workflows.
  • Subagents are dropped because Windsurf has no matching primitive.
  • Lifecycle hooks are dropped because there is no declarative portable hook surface.
  • Tools run through a generated MCP stdio server registered in mcp_config.json.

Build this target

pnpm soubi build ./my-plugin --harness windsurf

Installing MCP output affects Windsurf's global configuration. Preview the install plan before applying it.

On this page