lutece-platform/lutece-dev-plugin-claude
These skills were discovered automatically and have not necessarily received an editorial review.
lutece-cacheIndexed
Rules and patterns for implementing cache in a Lutece 8 plugin. AbstractCacheableService, CDI initialization, cache operations, invalidation via CDI events.
View indexed skilllutece-daoIndexed
Lutece 8 DAO and Home layer patterns: DAOUtil lifecycle, SQL constants, Home static facade, CDI lookup, collection types, interface conventions. MUST be consulted before creating or modifying DAO/Home classes.
View indexed skilllutece-elasticdataIndexed
Rules and patterns for implementing an Elasticsearch DataSource module in Lutece 8. DataSource/DataObject interfaces, CDI auto-discovery, @ConfigProperty injection, batch processing, two-daemon indexing, incremental updates via CDI events. Based on the elasticdata-forms module pattern.
View indexed skilllutece-lucene-indexerIndexed
Rules and patterns for implementing plugin-internal Lucene search in a Lutece 8 plugin. Custom index, daemon, CDI events, batch processing. Based on the forms plugin pattern.
View indexed skilllutece-patternsIndexed
Lutece 8 architecture patterns and conventions. MUST READ before writing any new Lutece code (CRUD, bean, service, DAO, XPage, daemon, templates) or answering questions about Lutece 8 architecture, layered design, or coding conventions.
View indexed skilllutece-rbacIndexed
Rules and patterns for implementing RBAC (Role-Based Access Control) in a Lutece 8 plugin. Entity permissions, ResourceIdService, plugin.xml declaration, JspBean authorization checks.
View indexed skilllutece-siteIndexed
Interactive Lutece 8 site generator. Creates a site with database configuration and optional plugin dependencies.
View indexed skilllutece-solr-indexerIndexed
Rules and patterns for implementing a Solr search module in Lutece 8. SolrIndexer interface, CDI auto-discovery, SolrItem dynamic fields, batch indexing, incremental updates via CDI events. Based on the forms-solr module pattern.
View indexed skilllutece-workflowIndexed
Rules and patterns for creating/modifying Lutece 8 workflow modules. Tasks, CDI producers, components, templates.
View indexed skill