lutece-scaffold

placeholder for answer textbox that accepts multiple lines of text as input

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vanhemsj/lutecepowers --skill lutece-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lutece-scaffold
Source: https://github.com/vanhemsj/lutecepowers/tree/main/skills/lutece-scaffold
Command: npx skills add https://github.com/vanhemsj/lutecepowers --skill lutece-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lutece-scaffold automates the creation of complete Lutece 8 plugin scaffolds, reducing boilerplate and enabling rapid prototyping.

Core Features & Use Cases

  • Interactive generation of a plugin skeleton including entities and optional features such as XPage, Cache, RBAC, Site, and Workflow.
  • Automatically wires 1-N parent-child relationships with cascade behavior; outputs ready-to-build structure with Java sources, SQL, and templates.
  • Use Case: Create a new plugin from scratch with a minimal setup, then progressively add entities and features as requirements evolve.

Quick Start

Run the lutece-scaffold tool and answer the prompts to generate a complete plugin scaffold.

Frequently Asked Questions about lutece-scaffold

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

FAQPage Schema
How do I auto-generate a Lutece 8 plugin scaffold with entities and relationships?

To generate a Lutece 8 plugin scaffold, use an interactive tool that prompts you to define entities and relationships, automatically wiring 1-N parent-child cascade behaviors and outputting a ready-to-build Maven module structure.

What optional features can I include when creating a Lutece plugin skeleton?

When creating a Lutece plugin skeleton, you can interactively add optional features such as XPage, Cache, RBAC, Site, and Workflow modules progressively as your project requirements evolve.

Does the Lutece scaffold generation process enforce internationalization?

Yes, the Lutece scaffold generation process enforces i18n by validating your inputs and automatically configuring internationalization support within the generated Java sources and templates.

What files and configurations are output by a Lutece 8 code generation tool?

A Lutece 8 code generation tool outputs a complete ready-to-build Maven module structure that includes Java sources, SQL scripts, HTML templates, and necessary plugin configuration files.

Can I progressively add entities to an existing Lutece plugin scaffold?

Yes, you can progressively add entities and optional features to an existing Lutece plugin scaffold, allowing you to start with a minimal setup and evolve the plugin as requirements grow.