author-npa-workflow

Author and validate declarative NPA workflow specifications using the npa.workflow/v0.0.1 schema.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation, validation, and review of complex NPA workflow specifications, ensuring that declarative state machines are correctly structured for execution on Nebius infrastructure.

Core Features & Use Cases

  • Workflow Validation: Automatically check NPA workflow YAMLs for syntax errors, invalid tool references, and circular dependencies.
  • Pipeline Orchestration: Assist in converting legacy SkyPilot bash pipelines into robust, declarative npa.workflow/v0.0.1 specifications.
  • Use Case: When building a multi-stage physical-AI pipeline involving data curation, model training, and evaluation, use this skill to ensure your workflow spec is valid and ready for deployment on GPU clusters.

Quick Start

Use the author-npa-workflow skill to validate the syntax and structure of your workflow specification file named pipeline.yaml.

Frequently Asked Questions about author-npa-workflow

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

FAQPage Schema
How do I validate an NPA workflow YAML file for syntax and structure errors?

To validate an NPA workflow YAML file, use this skill to check your declarative state machine specifications against the npa.workflow/v0.0.1 schema. It identifies syntax errors, invalid tool references, and circular dependencies to ensure your workflow is correctly structured.

Can I convert SkyPilot bash pipelines into declarative NPA workflows?

Yes, you can convert legacy SkyPilot bash pipelines into declarative NPA workflows. This skill assists in transforming existing scripts into robust npa.workflow/v0.0.1 specifications suitable for orchestrating tasks on Nebius infrastructure.

What is a declarative state machine for physical-AI pipeline orchestration?

A declarative state machine for physical-AI pipeline orchestration is a structured YAML specification that coordinates data curation, simulation, and model training tasks. It uses the npa.workflow/v0.0.1 schema to define execution logic on Nebius GPU infrastructure.

Does NPA workflow validation check for tool catalog compliance and token resolution rules?

Yes, NPA workflow validation checks for tool catalog compliance and token resolution rules. It ensures your declarative state machine specifications adhere to execution depth constraints and tool catalog requirements before deployment on Nebius infrastructure.

Why does my NPA workflow specification fail execution depth constraint checks?

Your NPA workflow specification fails execution depth constraint checks if the declarative state machine violates the structural rules defined in the npa.workflow/v0.0.1 schema. This skill validates your YAML to pinpoint non-compliance with tool catalog and token resolution requirements.

What's the best way to author a multi-stage physical-AI pipeline for Nebius GPU clusters?

The best way to author a multi-stage physical-AI pipeline for Nebius GPU clusters is to define a declarative state machine using the npa.workflow/v0.0.1 schema. This skill validates your YAML specification for data curation and model training orchestration.