nemotron-add-step

Scaffold Nemotron workflow steps with manifest, configs, and runner glue.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/Lhhiep-maxcode/Nemotron --skill nemotron-add-step-lhhiep-maxcode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nemotron-add-step
Source: https://github.com/Lhhiep-maxcode/Nemotron/tree/main/skills/nemotron-add-step
Command: npx skills add https://github.com/Lhhiep-maxcode/Nemotron --skill nemotron-add-step-lhhiep-maxcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps contributors add a new step to the Nemotron custom pipeline catalog without breaking the manifest schema, config layout, or validation flow.

Core Features & Use Cases

  • Step Scaffolding: Creates the correct step directory structure, manifest, and starter configs for a new catalog entry.
  • Schema-Safe Wiring: Guides you through the right artifact types, parameters, strategies, and references so the step is discoverable and valid.
  • Validation-Driven Workflow: Ensures the new step is indexed and tested before completion, reducing integration mistakes.
  • Use Case: A contributor wants to add a new evaluation backend or data-processing step and needs the exact files and repo conventions handled correctly.

Quick Start

Ask me to add a new Nemotron step and tell me the step’s purpose, category, stack library, consumed and produced artifact types, and any reference example to use.

Frequently Asked Questions about nemotron-add-step

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

FAQPage Schema
How do I add a new step to a Nemotron pipeline?▼

To add a new step to a Nemotron pipeline, you scaffold the correct manifest, configs, and optional runner glue for the step catalog using validated metadata and repo-specific artifact typing.

What is step scaffolding in a workflow automation pipeline?▼

Step scaffolding creates the correct directory structure, manifest, and starter configs for a new catalog entry, ensuring the new workflow step is discoverable and valid.

How do I ensure my new pipeline step passes manifest validation?▼

To ensure manifest validation passes, guide the step wiring with the right artifact types, parameters, strategies, and references so the step is indexed and tested before completion.

Can I use this scaffolding for data preparation and model training scenarios?▼

Yes, you can use step scaffolding for repo-native pipelines across data preparation, training, evaluation, conversion, optimization, and deployment scenarios.