verify-training-pipeline
Verify a CVlization training pipeline example is properly structured, can build, trains successfully, and logs appropriate metrics. Use when validating example implementations or debugging training issues.
Profile →npx skills add majiayu000/claude-skill-registry --skill verify-training-pipeline-kungfuai-cvlization --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Verify Training Pipeline Systematically verify that a CVlization training example is complete, properly structured, and functional. ## When to Use - Validating a new or modified training example - Debugging training pipeline issues - Ensuring example completeness before commits - Verifying example works after CVlization updates ## Important Context **Shared GPU Environment**: This machine may be used by multiple users simultaneously. Before running GPU-intensive training: 1. Check GPU memory availability with `nvidia-smi` 2. Wait for sufficient VRAM and low GPU utilization if needed 3. Consider stopping other processes if you have permission 4. If CUDA OOM errors occur, wait and retry when GPU is less busy ## Verification Checklist ### 1. Structure Verification Check that the example directory contains all required files: ```bash # Navigate to example directory cd examples/<capability>/<task>/<framework>/ # Expected structure: # . # ├── example.yaml # Required: CVL metadata # ├── Dockerfile # Required: Container definition # ├── build.sh # Required: Build script # ├── train.sh # Required: Training script # ├── train.py # Required: Training code # ├── README.md # Recommended: Docu
- When to Use
- Important Context
- Verification Checklist
- 1. Structure Verification
- 2. Build Verification
- 3. Training Verification
- 4. Metrics Verification
- 5. Runtime Checks
- 6. Lazy Downloading & Caching Verification
- 7. Quick Validation Test
- 8. Update Verification Metadata
- Common Issues and Fixes
- Build Failures
- Training Failures
Navigate to example directory cd examples/<capability>/<task>/<framework>/ Expected structure: Option 1: Build using script directly Option 2: Build using CVL CLI (recommended) cvl run <example-name> build Verify image was created docker images | grep <example-name> Option 1: Run training using script directly Option 2: Run training using CVL CLI (recommended)
What does the verify-training-pipeline skill do?
Verify a CVlization training pipeline example is properly structured, can build, trains successfully, and logs appropriate metrics. Use when validating example implementations or debugging training issues.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill verify-training-pipeline-kungfuai-cvlization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.