Windsurf api development
'Generate API clients and documentation with Cascade. Activate when users mentionFrom its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-api-developmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 288 tokens by cl100k_base, as published. Nobody here has run it
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
- Define API Specification
- Generate Clients
- Implement Endpoints
- Create Documentation
- 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
What ships with it: 4 files
4.1 KB alongside SKILL.md
references/
- directory-structure.md2.0 KB
- errors.md696 B
- examples.md699 B
- implementation.md816 B