🎯

bun-server-swagger

🎯Skill

from dangaogit/bun-server-skills

VibeIndex|
What it does

Generates OpenAPI Swagger documentation for Bun.js server routes, providing automatic API specification and interactive documentation.

πŸ“¦

Part of

dangaogit/bun-server-skills(20 items)

bun-server-swagger

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add dangaogit/bun-server-skills --skill bun-server-swagger
1Installs
-
AddedFeb 6, 2026

More from this repository10

🎯
bun-server-quickstart🎯Skill

Provides a quick start guide and template for setting up a new Bun server project with basic configuration and initial project structure.

🎯
bun-server-best-practices🎯Skill

Provides comprehensive guidelines, coding standards, and recommended architectural patterns for building efficient and maintainable web applications using the Bun server framework.

🎯
bun-server-troubleshooting🎯Skill

Troubleshoots and diagnoses common server issues in Bun.js applications, providing real-time insights and potential resolution strategies.

🎯
bun-server-session🎯Skill

Manages user session handling in a Bun server, providing mechanisms for creating, storing, and retrieving session data across web requests with support for different session storage backends.

🎯
bun-server-validation🎯Skill

Provides data validation mechanisms and decorators for type-checking, sanitizing, and enforcing validation rules on input data in Bun server applications.

🎯
bun-server-database🎯Skill

Provides database integration capabilities for the Bun Server framework, offering ORM support, entity management, repository patterns, and database connection handling.

🎯
bun-server-logger🎯Skill

Provides structured logging capabilities for Bun server applications, enabling configurable log levels, log formatting, and output management for enhanced application observability and debugging.

🎯
bun-server-events🎯Skill

Enables event-driven communication and handling in Bun server applications through decorators and an event management system, allowing loose coupling between components via publish-subscribe patterns.

🎯
bun-server-security🎯Skill

Provides robust authentication, authorization, JWT token management, OAuth2 integration, role-based access controls, and security middleware for Bun server applications.

🎯
bun-server-websocket🎯Skill

Provides WebSocket gateway implementation and real-time communication capabilities for Bun server applications, enabling bidirectional event-driven interactions between clients and server.