developer-guide

Guide developers through Megatron Bridge environment setup and CI/CD workflows.

2.8k|332|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/NVIDIA/skills --skill developer-guide-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-guide
Source: https://github.com/NVIDIA/skills/tree/main/skills/Megatron-Bridge/developer-guide
Command: npx skills add https://github.com/NVIDIA/skills --skill developer-guide-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboards and guides developers to set up a reproducible Megatron Bridge development environment and CI/CD workflows.

Core Features & Use Cases

  • Comprehensive container-based development setup
  • uv-driven dependency management and lockfile maintenance
  • Pre-commit hooks, testing, and CI failure investigation guidance
  • Use cases: onboarding new engineers, debugging CI failures, maintaining consistent local environments

Quick Start

Follow the Megatron Bridge developer guide to initialize a container-based dev environment, install uv, and run the project tests.

Frequently Asked Questions about developer-guide

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

FAQPage Schema
How do I set up a reproducible Megatron Bridge development environment with Docker and uv?

To set up a reproducible Megatron Bridge dev environment, initialize a container-based development setup using Docker, install uv for dependency management, and run the project tests to verify the build.

What's the best way to manage Python dependencies and lockfiles for Megatron Bridge CI?

Managing Megatron Bridge dependencies and lockfiles is handled through uv-driven dependency management, which ensures consistent package resolution and reproducible builds across local and CI environments.

How do I configure pre-commit hooks and testing patterns for Megatron Bridge CI workflows?

Configuring pre-commit hooks and testing patterns for Megatron Bridge involves following the provided step-by-step workflows to integrate pre-commit setup and execute testing patterns that ensure CI reproducibility.

Why do my Megatron Bridge CI pipelines fail and how can I investigate the build errors?

Investigating Megatron Bridge CI pipeline failures requires using the guide's container-based development workflows to debug CI errors, verify lockfile maintenance, and ensure local environments match CI configurations.

Can I use Docker for local Megatron Bridge development and CI failure investigation?

Yes, you can use Docker for local Megatron Bridge development and CI failure investigation, as the guide provides specific Docker usage guidance and container-based setups to replicate and debug CI environments locally.

Do I need uv to maintain consistent local and CI environments for Megatron Bridge?

Yes, you need uv to maintain consistent local and CI environments for Megatron Bridge, as uv-driven dependency management and lockfile maintenance are core to ensuring reproducible builds across different environments.