backend-engineering

Implement backend best practices for Drizzle ORM, PostgreSQL, and Hono in Next.js.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/masakinihirota/vns-masakinihirota-better-old --skill backend-engineering-masakinihirota
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-engineering
Source: https://github.com/masakinihirota/vns-masakinihirota-better-old/tree/main/.agent/skills/backend-engineering
Command: npx skills add https://github.com/masakinihirota/vns-masakinihirota-better-old --skill backend-engineering-masakinihirota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides best practices and implementation patterns for backend development, focusing on database management, API integration, and efficient runtime execution.

Core Features & Use Cases

  • Database Management: Implement best practices for Drizzle ORM and PostgreSQL, including schema definition, query optimization, and migrations.
  • API Development: Integrate Hono with Next.js for building efficient API routes, with a focus on type safety and edge runtime usage.
  • Agent-Facing API Design: Ensure API resilience and security through idempotency, asynchronous job queues, and robust observability.
  • Use Case: Streamline the development of a scalable e-commerce backend by leveraging Drizzle for database interactions and Hono for creating secure, performant API endpoints.

Quick Start

Use the backend-engineering skill to set up a new API route in Next.js using Hono.

Frequently Asked Questions about backend-engineering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Hono with Next.js for API routes?

To integrate Hono with Next.js for API routes, this Skill provides implementation patterns focused on type safety and edge runtime usage to build efficient endpoints.

What's the best way to manage PostgreSQL schemas and migrations using Drizzle ORM?

The best way to manage PostgreSQL schemas and migrations using Drizzle ORM involves applying provided best practices for schema definition, query optimization, and structured database migrations.

How do I ensure API resilience and security for agent-facing APIs?

To ensure API resilience and security for agent-facing APIs, you should implement idempotency, asynchronous job queues, and robust observability patterns as outlined in this Skill.

Can I use Drizzle ORM and Hono together to build a scalable e-commerce backend?

Yes, you can use Drizzle ORM for database interactions and Hono for creating secure, performant API endpoints to streamline the development of a scalable e-commerce backend.

When do I need idempotency and asynchronous job queues in RESTful API design?

You need idempotency and asynchronous job queues in RESTful API design when building agent-facing systems that require handling heavy workloads without duplicate processing or blocking requests.

Does this backend engineering approach support edge runtime execution?

Yes, this backend engineering approach supports edge runtime usage by leveraging Hono integration within Next.js to execute API routes efficiently at the edge.