What problem does it solve?
Adding a new AI model ecosystem to Civitai's generation form requires coordinated edits across constants, data graphs, orchestrator handlers, discriminators, and routers — plus manual database seeding that is easy to miss, causing features to silently half-work.
Core Features & Use Cases
- End-to-end wiring checklist: Updates basemodel.constants.ts, workflows.ts, ecosystem-graph.ts, and the ecosystems router in one guided pass.
- Type-safe handler generation: Checks the latest @civitai/client package for ecosystem-specific input types before writing the handler, falling back to generic step templates when needed.
- Graph structure guidance: Helps choose between single graphs, version-variant discriminators, and version-dependent defaults based on model research.
- Post-onboarding DB steps: Provides the exact SQL for GenerationCoverage, GenerationBaseModel, and AuctionBase tables that must be seeded manually per environment.
- Use Case: After onboarding a new video model ecosystem, use this Skill to make it appear in the generation form with correct sliders, aspect ratios, and a typed orchestrator handler.
Quick Start
Ask the assistant to add generation support for your ecosystem, providing the model version IDs and recommended settings from the model card.