lutece-site

Generate a Lutece 8 web application site with Maven pom.xml and MySQL configuration.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/lutece-platform/lutece-dev-plugin-claude --skill lutece-site-lutece-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lutece-site
Source: https://github.com/lutece-platform/lutece-dev-plugin-claude/tree/main/skills/lutece-site
Command: npx skills add https://github.com/lutece-platform/lutece-dev-plugin-claude --skill lutece-site-lutece-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new Lutece 8 web application sites, streamlining the initial setup process and ensuring correct configuration.

Core Features & Use Cases

  • Interactive Site Generation: Guides users through defining site name, description, and output directory.
  • Database Configuration: Prompts for and confirms essential MySQL credentials.
  • Plugin Management: Allows users to add Lutece plugins, searching GitHub if needed, and verifies Lutece 8 compatibility.
  • Use Case: A developer needs to quickly spin up a new Lutece 8 project with specific plugins and database settings. This Skill handles all the configuration and generation steps interactively.

Quick Start

Use the lutece-site skill to generate a new Lutece 8 site named 'my-new-site' in the '/home/user/projects' directory.

Frequently Asked Questions about lutece-site

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

FAQPage Schema
How do I generate a Lutece 8 web application site with database configuration and plugins?

To generate a Lutece 8 web application site, an interactive step-by-step process guides you through defining site metadata, confirming MySQL credentials, and adding Lutece plugins while verifying compatibility against GitHub repositories.

What is the best way to scaffold a new Lutece 8 project with specific plugins and Maven?

Scaffolding a Lutece 8 project involves interactively defining the site name and output directory, selecting plugins, and producing a complete site structure including a Maven pom.xml, README, and database properties.

Can I add Lutece plugins to my site and check their Lutece 8 compatibility?

Yes, you can add Lutece plugins during site generation; the process searches GitHub repositories if needed and verifies Lutece 8 compatibility before including them in your web application.

Do I need MySQL credentials to create a Lutece 8 web application site?

Yes, MySQL credentials are required; the interactive generation process prompts for and confirms essential database configuration details to properly set up the database properties for the site.

What files are included when generating a Lutece 8 site?

Generating a Lutece 8 site produces a complete site structure containing a Maven pom.xml for build configuration, a README file, and the necessary database properties for the web application.

Why use an interactive site generator for Lutece 8 instead of manual setup?

Using an interactive site generator for Lutece 8 automates initial setup, streamlining the configuration of site metadata, database settings, and plugin compatibility checks to prevent manual errors.