What problem does it solve?
This Skill automates the creation of new modules within the Apache Fineract core-banking platform, ensuring adherence to established architectural patterns like CQRS and vertical slicing.
Core Features & Use Cases
- Full Module Scaffolding: Generate all necessary components for a new Fineract module (entity, repository, services, handlers, API, data, exceptions, Liquibase migration).
- Individual Component Generation: Create specific parts of a module on demand (e.g., just an entity and repository, or just an API resource).
- Architectural Guidance: Provides references on Fineract's architecture, CQRS patterns, and best practices to ensure maintainable and robust code.
- Use Case: When building a new feature like "Savings Product Management," use this Skill to generate the initial boilerplate code, significantly speeding up development and reducing the chance of architectural drift.
Quick Start
Use the fineract-development skill to generate a full module scaffold for a new 'loan-product' entity with fields 'name:String', 'description:String', and 'nominalAnnualInterestRate:BigDecimal'.