business-generator

Generate Controller and Service layer code for RESTful APIs.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/QING-YU123/hono-drizzle-template --skill business-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: business-generator
Source: https://github.com/QING-YU123/hono-drizzle-template/tree/main/.claude/skills/business-generator
Command: npx skills add https://github.com/QING-YU123/hono-drizzle-template --skill business-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of business logic code (Controllers and Services) for API development, ensuring consistency with existing project patterns and standards.

Core Features & Use Cases

  • Automated Code Generation: Writes Controller and Service layer code based on project analysis and user requirements.
  • Style & Pattern Adherence: Follows established coding styles, RESTful API conventions, and JSDoc standards.
  • Use Case: When a new feature requires user management, this Skill can generate the necessary API endpoints and backend logic, significantly speeding up development.

Quick Start

Use the business generator skill to implement a new user registration API endpoint.

Frequently Asked Questions about business-generator

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

FAQPage Schema
How do I generate backend API code for Controllers and Services automatically?

To generate backend API code automatically, you can use a business logic code generator that analyzes your existing database schemas and codebase. It then produces Controller and Service layers that adhere to your project-specific coding styles and RESTful API conventions.

Does the generated API code include parameter validation and error handling?

Yes, the generated API code includes parameter validation, error handling, and soft-delete filtering. By analyzing existing business code and database schemas, the generator ensures these features are implemented consistently according to your project's established patterns.

Can I generate business logic for TypeScript API development using Drizzle ORM and Hono?

You can generate business logic for TypeScript API development using Drizzle ORM and Hono. The code generator analyzes your existing schemas and applies project-specific coding styles to ensure the generated Controller and Service layers integrate seamlessly with your stack.

How do I ensure generated RESTful API code matches my existing coding style?

To ensure generated RESTful API code matches your existing coding style, the generator analyzes your current business code and database schemas. It adheres to your established patterns, RESTful conventions, and JSDoc standards to maintain consistency across the project.

What is the best way to speed up creating a new user registration API endpoint?

The best way to speed up creating a user registration API endpoint is using an automated business logic generator. It writes the necessary Controller and Service layer code based on your requirements and existing schemas, significantly accelerating API development.

Do I need an existing database schema to generate API business logic code?

Yes, you need an existing database schema to generate API business logic code. The generator analyzes your database schemas and existing business code to ensure the newly generated Controller and Service layers maintain consistency with your project's architecture.