innojini-huni-db-schema

Reference the HuniPrinting Widget Builder database schema for table structures and design principles.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/skeeper75/widget.creator --skill innojini-huni-db-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: innojini-huni-db-schema
Source: https://github.com/skeeper75/widget.creator/tree/main/.claude/skills/innojini-huni-db-schema
Command: npx skills add https://github.com/skeeper75/widget.creator --skill innojini-huni-db-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference to the HuniPrinting Widget Builder database schema, enabling efficient DB design, validation, and migration tasks.

Core Features & Use Cases

  • Schema Visualization: Understand the layered structure and relationships between 20+ database tables.
  • Design Principles: Reference key design principles like huni_code immutability and the ECA constraint pattern.
  • Use Case: When developing new features that require database interaction, consult this Skill to quickly grasp the existing schema and ensure adherence to design standards, preventing costly rework.

Quick Start

Use the innojini-huni-db-schema skill to understand the structure of the wb_products table.

Frequently Asked Questions about innojini-huni-db-schema

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

FAQPage Schema
How do I validate my database schema design for the HuniPrinting Widget Builder?

You can validate your database schema design by referencing the detailed table structures and core design principles to ensure your implementation adheres to the HuniPrinting Widget Builder standards.

What are the core database design principles for the HuniPrinting widget.creator project?

The core database design principles for the HuniPrinting widget.creator project include the immutability of the huni_code and the ECA constraint pattern, which are essential for maintaining data integrity across the 20+ database tables.

How do I generate migration scripts using the HuniPrinting DB schema reference?

Generating migration scripts using the HuniPrinting DB schema reference involves consulting the detailed SPEC mappings and table structures to accurately construct Drizzle ORM migrations for the widget.creator project.

Can I use Drizzle ORM with the HuniPrinting Widget Builder database schema?

Yes, you can use Drizzle ORM with the HuniPrinting Widget Builder database schema, as the schema reference supports schema implementation and migration tasks tailored for this specific technology stack.

What is the structure of the wb_products table in the HuniPrinting database?

The structure of the wb_products table in the HuniPrinting database is part of a layered schema containing over 20 tables, and you can consult the schema reference to quickly grasp its specific columns and relationships.

When do I need to consult the HuniPrinting database schema reference?

You need to consult the HuniPrinting database schema reference when developing new features that require database interaction, allowing you to grasp existing schema relationships and prevent costly rework.