bancolombia_scaffold
CommunityEffortlessly scaffold Java Spring Boot projects with Bancolombia Clean Architecture
AuthorJheisonMB
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the creation and management of Java Spring Boot projects using the Bancolombia Clean Architecture, simplifying the process of setting up a well-structured project.
Core Features & Use Cases
- Project Scaffold: Generates the complete clean architecture structure with applications, domain, infrastructure, and deployment modules.
- Model and Use Case Generation: Creates domain models and use cases to structure your business logic.
- Driven Adapters and Entry Points: Adds infrastructure adapters (JPA, MongoDB, etc.) and entry points (WebFlux, REST MVC, etc.) to your project.
- Project Validation: Validates the project structure to ensure compliance with clean architecture principles.
- Module Management: Allows you to add or delete modules in a clean architecture project.
- Use Case: If you need to set up a new Java Spring Boot project following clean architecture and with specific entry points and adapters, this skill can automate the process.
Quick Start
To create a new Java Spring Boot project with Bancolombia Clean Architecture, run the following commands:
mkdir my-project && cd my-project
echo "plugins { id 'co.com.bancolombia.cleanArchitecture' version '4.2.0' }" > build.gradle
gradle wrapper
./gradlew ca --name=MyProject
./gradlew gep --type=webflux
./gradlew bootRun
Dependency Matrix
Required Modules
co.com.bancolombia:cleanArchitecture:4.2.0
Components
scriptsreferences
💻 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: bancolombia_scaffold Download link: https://github.com/JheisonMB/skills/archive/main.zip#bancolombia-scaffold 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 620,000+ vetted skills library on demand.