dotnet-code-generation

Generate .NET entities, DTOs, interfaces, services, and controllers from DDL/SRS and Oracle packages.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/minhquan2904/vibe-check-scam --skill dotnet-code-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-code-generation
Source: https://github.com/minhquan2904/vibe-check-scam/tree/main/base_knowledge/standards/dotnet-code-generation
Command: npx skills add https://github.com/minhquan2904/vibe-check-scam --skill dotnet-code-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end .NET code generation for entities, DTOs, interfaces, services, and controllers from DDL/SRS and Oracle package specifications, reducing manual coding effort and accelerating delivery.

Core Features & Use Cases

  • Generates Entity classes, DTOs, interfaces, services, and controllers following standardized dotnet-convention-checker rules.
  • Supports CRUD workflows from DDL/SRS and REPORT workflows from Oracle packages, enabling consistent scaffolding across BOModule features.
  • Useful for rapid bootstrapping of modules with strict governance and auto-generated mappings, validations, and wiring.

Quick Start

Provide a DDL script and SRS for a feature, then run the code-generation skill to emit all required artifacts (Entity, DTOs, interfaces, services, and controllers) that comply with conventions.

Frequently Asked Questions about dotnet-code-generation

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

FAQPage Schema
How do I generate .NET controllers and services from a DDL script?

To generate .NET code from a DDL script, provide the DDL and SRS to the skill. It automatically scaffolds entities, DTOs, interfaces, services, and controllers as compliant artifacts for your CRUD workflows.

What is the best way to scaffold .NET entities and DTOs at scale?

Scaffolding .NET entities and DTOs at scale is done by parsing DDL/SRS or Oracle package specifications. This enforces standardized conventions, dependency injection, and thin controller patterns across all generated BOModule features.

Can I generate .NET report workflows from Oracle package specifications?

Yes, you can generate .NET report workflows directly from Oracle package specifications. The skill parses these package specs to scaffold consistent reporting features and auto-generated mappings within your BOModule.

Does automated .NET code generation enforce convention checks and authorization?

Automated .NET code generation enforces convention checks by running a self-scan verification against the dotnet-convention-checker. It also automatically wires authorization checks and dependency injection into the generated controllers and services.

What inputs do I need to prepare for .NET code scaffolding from SRS?

You need to prepare a DDL script and a Software Requirements Specification (SRS) for your feature. These inputs provide the data structure and business logic needed to scaffold compliant entities, DTOs, and controllers.