refresh-data-designer-skill

Synchronize vendored Data Designer skill bundles and adapt CLI commands for NeMo Platform.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill refresh-data-designer-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-data-designer-skill
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/plugins/nemo-data-designer/.agents/skills/refresh-data-designer-skill
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill refresh-data-designer-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the synchronization and adaptation of the Data Designer skill bundle from the upstream repository, ensuring that local plugin versions remain consistent with the latest upstream releases while maintaining NeMo Platform-specific CLI and configuration requirements.

Core Features & Use Cases

  • Version Synchronization: Automatically fetches and updates the vendored skill bundle based on the version pinned in the project configuration.
  • CLI Adaptation: Prepend necessary command prefixes and inject required execution modes to ensure compatibility with the NeMo Platform CLI.
  • Drift Auditing: Provides verification steps to identify and resolve discrepancies between the local vendored copy and the upstream source of truth.

Quick Start

Execute the refresh data designer skill to sync the local bundle with the latest upstream version and apply all necessary platform-specific adaptations.

Frequently Asked Questions about refresh-data-designer-skill

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

FAQPage Schema
How do I sync vendored skill bundles from an upstream repository to a local NeMo plugin?

To sync vendored skill bundles, this automation fetches upstream Data Designer source files using GitHub CLI and transforms them into the local NeMo plugin structure via jq, ensuring version consistency and platform-specific CLI adaptation.

What is drift auditing for NeMo plugin skill bundles?

Drift auditing verifies consistency between the local vendored Data Designer skill bundle and the upstream source of truth. It identifies discrepancies and provides resolution steps to maintain plugin integrity during version updates.

Do I need GitHub CLI and jq to synchronize NeMo Data Designer bundles?

Yes, GitHub CLI and jq are required dependencies. GitHub CLI fetches the upstream source files, while jq transforms and translates CLI commands into the local NeMo Platform plugin context during the synchronization process.

How does CLI command translation work when adapting upstream skill bundles for NeMo Platform?

CLI command translation prepends necessary command prefixes and injects required execution modes into the upstream Data Designer files. This ensures the vendored skill bundle operates correctly within the NeMo Platform CLI environment.

Can I update vendored NeMo plugin versions automatically based on a pinned project configuration?

Yes, version synchronization automatically fetches and updates the vendored Data Designer skill bundle based on the version pinned in the project configuration, aligning local plugin copies with the latest upstream releases.

What's the best way to resolve discrepancies between local and upstream Data Designer skill bundles?

Use the built-in drift auditing feature to identify discrepancies between the local vendored copy and the upstream source. It provides verification steps to resolve differences and maintain consistency with upstream releases.