vespera
SolidBuild APIs with Vespera - FastAPI-like DX for Rust/Axum. Covers route handlers, Schema derivation, and OpenAPI generation.
Install
Quality Score: 73/100
Skill Content
Details
- Author
- dev-five-git
- Repository
- dev-five-git/vespera
- Created
- 6 months ago
- Last Updated
- today
- Language
- Rust
- License
- None
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
vespertide
Define database schemas in JSON and generate migration plans. Use this skill when creating or modifying database models, defining tables with columns, constraints, and ENUM types for Vespertide-based projects.
common-api-design
Apply REST API conventions — HTTP semantics, status codes, versioning, pagination, and OpenAPI standards for any framework. Use when designing endpoints, choosing HTTP methods, implementing pagination, or writing OpenAPI specs. (triggers: **/*.controller.ts, **/*.router.ts, **/*.routes.ts, **/routes/**, **/controllers/**, **/handlers/**, rest api, endpoint, http method, status code, versioning, pagination, openapi, api design, api contract)
api-doc-generator
Generate API documentation from source code, supporting REST APIs, GraphQL, and various documentation formats.
api-and-interface-design
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.