sample-data-dev

Create DataWorks data development nodes after verifying workspaces via GetProject.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/xurik/dataworks-skill-evaluator --skill sample-data-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sample-data-dev
Source: https://github.com/xurik/dataworks-skill-evaluator/tree/main/tests/integration/sample-skill
Command: npx skills add https://github.com/xurik/dataworks-skill-evaluator --skill sample-data-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users create a DataWorks data development node by guiding through workspace verification and node provisioning.

Core Features & Use Cases

  • Verify the workspace with GetProject to ensure it exists.
  • Create a new node using CreateNode with proper parameters.
  • Safety reminder: Do not call DeleteNode or DeleteProject without explicit user confirmation.

Quick Start

Guide me through verifying the workspace and creating a DataWorks data development node.

Frequently Asked Questions about sample-data-dev

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

FAQPage Schema
How do I create a DataWorks data development node?

To create a DataWorks data development node, you must first verify your workspace exists using the GetProject API call, and then provision the new node by calling CreateNode with the proper parameters.

How does workspace verification work before provisioning a DataWorks node?

Workspace verification works by calling the DataWorks GetProject API to ensure the target workspace exists before attempting any node provisioning, preventing creation errors in invalid environments.

Do I need to verify my DataWorks workspace before creating a node?

Yes, you need to verify your DataWorks workspace via GetProject before creating a node, because this step ensures the target project environment is valid for provisioning new data development nodes.

Can I delete a DataWorks node or project without explicit confirmation?

No, you cannot delete a DataWorks node or project without explicit confirmation, because the node creation process includes safety safeguards that prevent unconfirmed calls to DeleteNode or DeleteProject.

What is the best way to set up data development nodes for new DataWorks projects?

The best way to set up data development nodes for new DataWorks projects is to follow a guided workflow that verifies the workspace with GetProject and provisions the node using CreateNode parameters.