What problem does it solve?
This Skill provides comprehensive guidance and best practices for developing server-side applications using the Vapor framework in Swift, ensuring efficient, type-safe, and maintainable code.
Core Features & Use Cases
- Framework Guardrails: Enforces Vapor-specific rules and identifies anti-patterns for robust development.
- Project Structure: Offers a clear, layered project structure for organizing controllers, models, services, and more.
- Fluent ORM Integration: Guides on defining models, migrations, and relationships for database interaction.
- API Development: Covers routing, DTOs, validation, and middleware for building RESTful APIs.
- Use Case: When starting a new backend project with Swift, use this Skill to set up a well-structured Vapor application, define your database models and migrations, and implement secure API endpoints.
Quick Start
Use the vapor skill to generate a new Vapor project structure and configure basic database and routing.