run-code-generation

Orchestrate Coalesce code generation to regenerate TypeScript models and API clients after C# entity changes.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/IntelliTect/IntelliPlugins --skill run-code-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-code-generation
Source: https://github.com/IntelliTect/IntelliPlugins/tree/main/plugins/coalesce-accelerator/skills/run-code-generation
Command: npx skills add https://github.com/IntelliTect/IntelliPlugins --skill run-code-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates Coalesce's code generation pipeline to regenerate TypeScript types, API clients, and view models after C# model changes.

Core Features & Use Cases

  • Orchestrates end-to-end code generation across C# models and TypeScript outputs
  • Regenerates API clients, TypeScript types, and metadata to keep front-end and back-end in sync
  • Supports workflow scenarios after entity changes, migrations, or schema updates

Quick Start

Run coalesce_generate in your project root to refresh all generated artifacts.

Frequently Asked Questions about run-code-generation

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

FAQPage Schema
How do I regenerate Coalesce TypeScript models after changing C# entities?

To regenerate Coalesce TypeScript models after C# entity changes, run the code generation pipeline in your project root to orchestrate project-wide scanning and produce updated API clients, types, and metadata.

When do I need to run Coalesce code generation?

You need to run Coalesce code generation after C# model changes, database migrations, or schema updates to ensure your frontend TypeScript types and API clients remain synchronized with your backend.

How does Coalesce codegen keep frontend and backend in sync?

Coalesce codegen keeps frontend and backend in sync by orchestrating end-to-end code generation across C# models and TypeScript outputs, regenerating view models, API clients, and metadata.

Can I automate Coalesce code generation after database migrations?

Yes, you can automate Coalesce code generation after migrations by integrating the codegen pipeline into your workflow, ensuring consistent regeneration of TypeScript types and API clients.

What's the best way to update API clients after modifying C# models?

The best way to update API clients after modifying C# models is to run the Coalesce code generation pipeline, which coordinates required tooling and output paths to refresh all generated artifacts.

Does Coalesce code generation require manual project-wide scanning?

No, Coalesce code generation orchestrates project-wide scanning automatically, coordinating the required tooling and output paths to ensure consistent regeneration across backend and frontend layers.