developer-delphi-modular-backend-scaffold

Generate Delphi/FPC backend module scaffolds with build files and MXX folder structure.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-modular-backend-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-delphi-modular-backend-scaffold
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/developer-delphi-modular-backend-scaffold_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-modular-backend-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a complete scaffold for a Delphi/FPC backend module, generating the required build files and canonical folder structure to enforce consistent modularization and encapsulation across projects.

Core Features & Use Cases

  • Create a standardized module skeleton following the MXX pattern (Core/Commons/Modulos) and include mandatory configuration templates.
  • Produce build scripts and project structure for both Delphi and FPC/Lazarus environments to streamline new backend module setup.
  • Use as a reference blueprint for onboarding new backend domains and ensuring alignment with ProvidersORM-style architecture.

Quick Start

Instantiate a new Delphi/FPC backend module scaffold following the MXX convention using the standard bootstrap process.

Frequently Asked Questions about developer-delphi-modular-backend-scaffold

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

FAQPage Schema
How do I scaffold a modular Delphi or FPC backend project structure?

Scaffolding a modular Delphi or FPC backend project is done by automating the construction of the canonical folder structure and required build files following the MXX pattern for Core, Commons, and Modulos directories.

What is the MXX pattern for backend modularization in Delphi applications?

The MXX pattern is a modularization convention organizing backend projects into Core, Commons, and Modulos directories, enforcing canonical encapsulation where Core acts as the public facade for application architecture.

Can I use this scaffold generator for both Delphi and Lazarus environments?

Yes, the scaffold generator supports both Delphi and FPC/Lazarus environments by producing standard build scripts and project structure templates to streamline new backend module setup across both IDE platforms.

Does the generated backend scaffold align with ProvidersORM-style architecture?

Yes, the generated backend scaffold explicitly aligns with ProvidersORM-style architecture, serving as a reference blueprint for onboarding new backend domains and ensuring structural consistency across cross-cutting modules.

What do I need to bootstrap a new FPC backend module using this scaffold?

Bootstrapping a new FPC backend module requires a standard project bootstrap process and predefined templates for FPC/Lazarus environments, which the Skill uses to instantiate required Core, Commons, and Modulos directory structures.