cui-project-setup
CommunityKickstart projects with consistent, quality foundations.
Software Engineering#static analysis#code coverage#project setup#Java#quality gates#build automation#Maven
Authorcuioss
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Inconsistent project initialization, varying build configurations, and neglected quality tool setup can lead to technical debt, integration headaches, and delayed development. This Skill provides a standardized, repeatable process for setting up new CUI projects, ensuring a robust, high-quality, and maintainable foundation from day one, saving significant setup time.
Core Features & Use Cases
- Standardized Maven Setup: Guides the creation of
pom.xmlwith parent POMs, semantic versioning, and essential build plugins (compiler, surefire, failsafe). - Quality Tool Integration: Configures JaCoCo for code coverage (80% minimum), Spotbugs for static analysis, and Checkstyle for code style enforcement.
- Multi-Module Project Organization: Provides patterns for parent POMs, module aggregation, and shared dependency management.
- Initial Project Files: Ensures
README.adoc,LICENSE,.gitignore, andpackage-info.javafiles are correctly set up. - Use Case: When starting any new Java project (library, Quarkus app, or multi-module system), use this skill to automatically generate the correct Maven structure, integrate all quality gates, and set up initial documentation, allowing you to focus on core development.
Quick Start
Initialize New Java Library
- Create directory structure
- Create pom.xml with cui-parent
- Set up package structure
- Create package-info.java with @NullMarked
- Add .gitignore
- Create README.adoc
- Add LICENSE file
- Initialize Git repository
- Verify build:
mvn clean install
Set Up Quality Tools
- Add jacoco-maven-plugin
- Configure coverage thresholds (80%)
- Add spotbugs-maven-plugin
- Add maven-checkstyle-plugin
- Create pre-commit profile
- Verify:
mvn clean verify -Ppre-commit,coverage
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cui-project-setup Download link: https://github.com/cuioss/cui-llm-rules/archive/main.zip#cui-project-setup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.