About
This skill provides a comprehensive framework for building robust, scalable Hono backends following Domain-Driven Design (DDD) principles. It guides developers through creating well-defined layers—domain, application, infrastructure, and controller—while enforcing strict dependency directions and responsibility boundaries. By integrating hono-openapi and zod-openapi for schema-driven design, and Drizzle ORM for standardized database interactions, it ensures type-safety and maintainability. Whether starting a new project or refactoring an existing codebase, this skill provides the patterns, templates, and testing strategies needed for production-grade TypeScript APIs.