wt-entity-creator

Generate WT UI scaffolds for domain entities in Ore Studio.

25|5|Updated Jun 15, 2024
One-click install
npx skills add https://github.com/OreStudio/OreStudio --skill wt-entity-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wt-entity-creator
Source: https://github.com/OreStudio/OreStudio/tree/main/.claude/skills/wt-entity-creator
Command: npx skills add https://github.com/OreStudio/OreStudio --skill wt-entity-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of WT UI scaffolds for new domain entities, eliminating manual boilerplate and ensuring consistent patterns across the codebase.

Core Features & Use Cases

  • Generates list widgets, detail dialogs, and application wiring for a given domain entity.
  • Creates data structures for list and form binding, including row representations and dialog data models.
  • Produces integration hooks in ore_application to enable add/edit/delete flows.

Quick Start

Provide the domain entity name and its fields to generate a complete WT UI scaffold, including list widget, detail dialog, and ore_application integration.

Frequently Asked Questions about wt-entity-creator

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

FAQPage Schema
How do I auto-generate WT UI components for a new domain entity?

Auto-generating WT UI components requires providing the domain entity name and its fields to produce complete UI scaffolds, including list widgets, detail dialogs, and application wiring across domain layers.

What is the best way to create list widgets and detail dialogs for domain entities?

Creating list widgets and detail dialogs is best handled by automating the generation of UI scaffolds, which produces data structures for row representations and dialog data models while ensuring consistent patterns across the codebase.

How does WT UI scaffold generation handle integration with domain services?

WT UI scaffold generation connects the UI to domain services by producing integration hooks in ore_application, enabling add, edit, and delete flows across ores.wt, domain types, and services layers.

Can I generate data structures for list and form binding across multiple domain layers?

Yes, you can generate data structures for list and form binding across multiple domain layers. The automation covers ores.wt, domain types, and services to wire the UI directly to domain service operations.

Do I need to manually wire ore_application integration hooks for new entities?

No, you do not need to manually wire ore_application integration hooks for new entities. The generation process automatically creates these hooks to enable complete add, edit, and delete application flows.

What boilerplate can I eliminate when building WT UI for domain types?

Building WT UI for domain types eliminates manual boilerplate for data structures, row representations, dialog data models, and application wiring, ensuring consistent patterns across the entire codebase.