windsurf-api-development

支持基于 OpenAPI 规范自动生成多语言 API 客户端、类型定义、交互式文档及 SDK,覆盖从接口设计、代码生成到集成测试的完整开发流程,提升 API 构建与对接效率。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill "windsurf-api-development"

Windsurf Api Development

Overview

This skill enables AI-assisted API development workflows within Windsurf. Cascade can generate type-safe API clients from OpenAPI/Swagger specs, create comprehensive API documentation, design REST and GraphQL schemas, and produce SDKs for multiple languages.

Prerequisites

  • Windsurf IDE with Cascade enabled
  • OpenAPI/Swagger specification or API endpoints
  • Target language runtime (Node.js, Python, etc.)
  • Understanding of API design patterns
  • Documentation requirements defined

Instructions

  1. Define API Specification
  2. Generate Clients
  3. Implement Endpoints
  4. Create Documentation
  5. Test and Validate

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

Output

  • Generated API clients (TypeScript, Python, etc.)
  • Type definitions and schemas
  • API reference documentation
  • Quick start guides and examples

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