create-banking-module

Generate a Maven multi-module banking project skeleton from domain and name inputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/firefly-oss/firefly-oss-claude-skills --skill create-banking-module
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-banking-module
Source: https://github.com/firefly-oss/firefly-oss-claude-skills/tree/main/commands/create-banking-module
Command: npx skills add https://github.com/firefly-oss/firefly-oss-claude-skills --skill create-banking-module

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a complete banking module skeleton aligned to the chosen domain and module name.

Core Features & Use Cases

  • Creates a standardized multi-module project layout (interfaces, models, core, web, sdk) based on domain and name inputs.
  • Derives identifiers such as SERVICE_NAME and PACKAGE_PATH and outputs a ready-to-run Maven multi-module structure.
  • Validates inputs and provides a complete file tree blueprint to accelerate onboarding and consistency across banking services.

Quick Start

Run /create-banking-module <domain> <name> to generate the module skeleton.

Frequently Asked Questions about create-banking-module

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

FAQPage Schema
How do I generate a standardized Maven multi-module project scaffold for a banking service?

To generate a Maven multi-module project scaffold, provide a domain and module name to instantly derive a ready-to-run banking module structure with interfaces, models, core, web, and sdk layers.

What is the best way to structure a Java banking module with consistent package paths?

Structuring a Java banking module consistently requires deriving identifiers like SERVICE_NAME and PACKAGE_PATH from inputs to automatically generate a standardized multi-module Maven project layout.

Can I generate a domain-ready banking module skeleton without manually creating the file tree?

Yes, you can generate a domain-ready banking module skeleton without manual file tree creation by passing domain and name inputs to produce a complete, validated Maven project blueprint automatically.

What modules are included when scaffolding a banking service project?

Scaffolding a banking service project includes generating standardized multi-module Maven layers for interfaces, models, core, web, and sdk to accelerate onboarding and ensure architectural consistency.

Does the banking module scaffolding validate domain and name inputs before generating the Maven structure?

Yes, the banking module scaffolding validates domain and name inputs before generating the Maven structure to ensure derived identifiers like PACKAGE_PATH are correct and the project is ready to run.