no-stubs-code-generation

Generate fully implemented business logic code from original source code.

6|7|Updated May 4, 2026
One-click install
npx skills add https://github.com/Azure/logicapps-migration-agent --skill no-stubs-code-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: no-stubs-code-generation
Source: https://github.com/Azure/logicapps-migration-agent/tree/main/resources/skills/no-stubs-code-generation/biztalk
Command: npx skills add https://github.com/Azure/logicapps-migration-agent --skill no-stubs-code-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Prevents the generation of placeholder or stub code, ensuring that only fully implemented business logic is produced during conversion processes.

Core Features & Use Cases

  • No Stubs: Eliminates stubs, placeholders, and NotImplementedException.
  • Source-Code-First: Prioritizes source code over decompiled versions.
  • Preservation of Intent: Maintains the original design and business rules.

Quick Start

Run the 'no-stubs-code-generation' skill to generate business logic code from the source code in the workspace.

Frequently Asked Questions about no-stubs-code-generation

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

FAQPage Schema
How do I prevent placeholder stubs during enterprise code conversion?

To prevent placeholder stubs during code conversion, enforce a source-code-first policy that requires original source code for accurate translation and eliminates NotImplementedException outputs.

What is source-code-first code generation for business logic?

Source-code-first code generation is an enterprise migration approach that prioritizes original source code over decompiled versions to preserve original design and fully implement business rules.

How do I generate production-ready code from existing source code?

To generate production-ready code, execute the code generation skill within your workspace to translate original source code into fully implemented business logic without placeholders.

Can I use decompiled code for enterprise migration logic conversion?

No, decompiled code should not be used for enterprise migration conversion, because the source-code-first principle requires original source code to maintain accurate business intent and design.

Why does my generated code contain NotImplementedException during migration?

Generated code contains NotImplementedException because stubs are not eliminated; enforcing strict code generation policies ensures only fully implemented business logic is produced during conversion.

What are the limitations of using decompiled code for business logic translation?

Using decompiled code for business logic translation limits accuracy because it fails to preserve the original design and business rules, requiring original source code for correct implementation.