windsurf-reference-architecture
Installation
SKILL.md
Windsurf Reference Architecture
Overview
Production-ready architecture patterns for Windsurf integrations.
Prerequisites
- Understanding of layered architecture
- Windsurf SDK knowledge
- TypeScript project setup
- Testing framework configured
Project Structure
my-windsurf-project/
├── src/
│ ├── windsurf/
│ │ ├── client.ts # Singleton client wrapper
│ │ ├── config.ts # Environment configuration
Related skills