What problem does it solve?
This Skill guides engineers to design and scaffold custom Nx or Python generators when existing generators do not fit the required pattern, ensuring SEA-Forge pipelines can evolve without friction.
Core Features & Use Cases
- Decision framework to determine the appropriate generator path (Nx vs Python) based on project goals.
- End-to-end scaffolding guidance for Nx generators (schema, generator logic, templates, and registration) and Python generators (manifest-driven codegen, templates, and output conventions).
- Best-practice rules to maintain a spec-first workflow, avoid placeholders, and ensure generated code remains production-ready across contexts.
Quick Start
Define your need, then scaffold and implement a generator following the guide. For example, decide between Nx or Python, run the meta-generator to bootstrap the new generator, implement the core logic, add templates, register it, and validate with the provided checklists.