bun-server-session
No SKILL.md available for this skill.
View on GitHubMore from dangaogit/bun-server-skills
bun-server-best-practices
MUST be used for Bun Server tasks. Covers project setup, DI, controllers, modules, middleware, validation, error handling, official modules, Platform Adapter (v3.0+), and AI modules (v2.0+). Load for any Bun Server, @dangao/bun-server, decorator-driven DI, or framework-related work. ALWAYS follow the workflow steps below.
21bun-server-cache
Caching guide for Bun Server framework. Use when implementing caching, using CacheModule, @Cacheable decorator, cache eviction, Redis cache, or improving performance.
2bun-server-health-metrics
Health checks and metrics guide for Bun Server framework. Use when implementing health endpoints, liveness/readiness probes, Prometheus metrics, application monitoring, or observability.
2bun-server-controller
Controller and routing guide for Bun Server framework. Use when creating controllers, defining routes, using HTTP method decorators (@GET, @POST, etc.), parameter binding (@Body, @Query, @Param), or working with request/response handling.
1