generate-npa-workflow

Design and validate npa.workflow/v0.0.1 pipeline specifications for physical AI workloads.

17|8|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/nebius/nebius-physical-ai --skill generate-npa-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-npa-workflow
Source: https://github.com/nebius/nebius-physical-ai/tree/main/skills/workflows/generate-npa-workflow
Command: npx skills add https://github.com/nebius/nebius-physical-ai --skill generate-npa-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of complex, multi-stage physical AI pipelines by providing a structured design framework for npa.workflow/v0.0.1 specifications, ensuring valid graph topology and tool integration.

Core Features & Use Cases

  • Pipeline Design: Provides a standardized recipe for defining state graphs, loops, and decision gates.
  • Validation: Integrates directly with the npa CLI to verify spec structure, cycle detection, and configuration bounds before execution.
  • Use Case: Use this to architect a simulation-to-real training loop where a VLM critique stage determines whether to promote a model checkpoint or re-augment the dataset.

Quick Start

Use the generate-npa-workflow skill to draft a new pipeline specification and validate its structure using the npa workbench workflow validate-spec command.

Frequently Asked Questions about generate-npa-workflow

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

FAQPage Schema
How do I design a physical AI pipeline with conditional loops and state graphs?

You can design physical AI pipelines with conditional loops and state graphs by creating declarative npa.workflow/v0.0.1 specifications. This framework provides a standardized recipe for defining complex multi-stage workloads and decision gates on Nebius infrastructure.

How do I validate a declarative workflow specification before execution?

Validate your declarative workflow specification by running the npa workbench workflow validate-spec command. This automated CLI routine verifies spec structure, detects cycles, checks configuration bounds, and ensures graph integrity before execution.

What is an npa.workflow specification used for in physical AI workloads?

An npa.workflow specification is used to declaratively orchestrate physical AI workloads on Nebius infrastructure. It structures complex state graphs, conditional loops, and tool-based integrations for multi-stage training processes like simulation-to-real loops.

Can I use this to architect a simulation-to-real training loop with model checkpoints?

Yes, you can architect a simulation-to-real training loop where a VLM critique stage evaluates whether to promote a model checkpoint or re-augment the dataset. This is achieved by defining conditional loops and decision gates in the workflow specification.

What topology errors does workflow validation catch in an npa.pipeline?

Workflow validation catches graph topology errors including invalid spec structures, undetected cycles, and breached configuration bounds. It ensures compliance with schema requirements to guarantee graph integrity before running the physical AI pipeline.

Do I need specific tools to orchestrate tool-based workflows for physical AI?

You need the npa CLI to orchestrate tool-based workflows for physical AI on Nebius infrastructure. The CLI executes the validation routines required to verify your declarative npa.workflow/v0.0.1 specification structure and graph integrity.