███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5651 | earth2studio-deterministic-forecast | nvidia/skills |
Earth2Studio Deterministic Forecast Skill Guide users through building deterministic (single-member) weather forecast inference scripts using earth2studio.run.deterministic . Prerequisites Earth2Studio installed with CUDA-capable GPU Python 3.10+, network access for model weights and data Live Doc References Fetch relevant docs to verify current APIs before recommending components: Show more Installs 541 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent...
|
1.4K |
| 5652 | nemo-mbridge-perf-cpu-offloading | nvidia/skills |
CPU Offloading References Stable docs: @docs/training/cpu-offloading.md Structured metadata: @skills/nemo-mbridge-perf-cpu-offloading/card.yaml What It Is Two independent mechanisms to move data from GPU to CPU memory: Mechanism Config namespace What gets offloaded PP restriction Activation offloading model.cpu_offloading* Activations (and optionally weights) per transformer layer PP must be 1 Optimizer offloading optimizer.optimizer_cpu_offload Adam optimizer states (momentum + variance) via Hy...
|
1.4K |
| 5653 | nemo-mbridge-perf-moe-long-context | nvidia/skills |
MoE Long-Context Training Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-long-context/card.yaml What Changes At Long Context Once sequence length moves well past the 4K-class regime, attention memory and activation residency become the dominant constraints. For MoE models, that usually means you need some combination of: context parallelism selective recompute lower precision CPU offload for optimizer state a dispatcher and PP layout that do not waste the sma...
|
1.4K |
| 5654 | nemo-mbridge-perf-activation-recompute | nvidia/skills |
Activation Recompute Stable docs: @docs/training/activation-recomputation.md Card: @skills/nemo-mbridge-perf-activation-recompute/card.yaml What It Is Activation recompute trades GPU compute for memory by discarding intermediate activations during the forward pass and recomputing them during backward. Megatron Bridge supports two granularities: Granularity What you specify What gets recomputed Memory savings Compute cost selective recompute_modules list (e.g. core_attn , mlp ) specific submodule...
|
1.4K |
| 5655 | nemo-mbridge-perf-moe-vlm-training | nvidia/skills |
MoE VLM Training Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-vlm-training/card.yaml FSDP vs 3D Parallel Approach Strength Best fit FSDP Simplest path to a working multimodal run first bring-up, memory-first tuning, awkward PP boundaries 3D parallel Higher ceiling after tuning stable models with a clean PP layout and time for deeper sweeps For MoE VLMs, the practical workflow is usually: get the first reliable run with FSDP stabilize real-data input, recomp...
|
1.4K |
| 5656 | seasonal-aso | eronred/aso-skills |
Seasonal ASO You help the user identify and act on seasonal keyword opportunities and listing optimizations tied to calendar events, holidays, and trending moments. Key Principle Seasonal rankings are competitive and time-sensitive. Metadata takes 1–3 days to index. Plan changes 2 weeks before the event; revert 3–5 days after peak. Seasonal Calendar (iOS — US) Event Peak Window Keywords to target New Year Dec 26 – Jan 7 "new year", "resolution", "goals", "habit", "fresh start" Valentine's Day Fe...
|
1.4K |
| 5657 | react-code-review | giuseppe-trisciuoglio/developer-kit |
React Code Review Overview This skill provides structured, comprehensive code review for React applications. It evaluates code against React 19 best practices, component architecture patterns, hook usage, accessibility standards, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the react-software-architect-review agent for deep architectural anal...
|
1.4K |
| 5658 | notion-cli | 4ier/notion-cli |
Notion CLI Look things up before answering The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge: ntn api ls — list every public API endpoint. ntn api <path> --help — show methods, doc links, and usage for an endpoint. ntn api <path> --docs — print the full official docs for an endpoint. ntn api <path> --spec — print a reduced OpenAPI fragment (useful for understanding request/response schemas). ntn <command> --help — help for an...
|
1.4K |
| 5659 | data-engineering-study-material | aradotso/data-skills |
Data Engineering Study Material Skill by ara.so — Data Skills collection. Overview This project is a comprehensive study guide and reference repository for data engineering concepts, tools, and practices. It serves as a centralized resource for learning core data engineering principles, understanding modern data stack components, and preparing for data engineering roles. The repository covers: Data engineering fundamentals and architecture patterns ETL/ELT pipeline design and implementation Data...
|
1.4K |
| 5660 | altimate-data-engineering-skills | aradotso/data-skills |
Altimate Data Engineering Skills Skill by ara.so — Data Skills collection. Altimate Data Engineering Skills is a collection of Claude Code skills that encode the workflows and best practices of experienced analytics engineers. These skills transform Claude from a code generator into a capable data engineering assistant by teaching how to approach tasks , not just what syntax to use. The project demonstrates 53% accuracy on ADE-bench (43 real-world dbt tasks), 3x improvement on model creation tas...
|
1.4K |
| 5661 | employee-performance-analytics-hr | aradotso/data-skills |
Employee Performance Analytics HR Skill Skill by ara.so — Data Skills collection. Overview Employee Performance Analytics is a Python and SQL-based HR analytics tool that transforms employee data into actionable insights. It uses SQLite for KPI aggregation and pandas/matplotlib for visualization, generating departmental performance reports, efficiency metrics, and workload analysis. The project provides an end-to-end analytics pipeline: data loading → SQL feature engineering → Python analysis → ...
|
1.4K |
| 5662 | amee-joshi-data-engineering-portfolio | aradotso/data-skills |
Amee Joshi Data Engineering Portfolio Skill by ara.so — Data Skills collection. This portfolio showcases production-grade data engineering patterns and architectures for building scalable, cloud-native data platforms. It demonstrates end-to-end solutions covering data ingestion, transformation, modeling, and analytics using Azure services, Databricks, SQL Server, and BI tools. What This Portfolio Demonstrates This is a reference collection showing: Medallion Architecture (Bronze-Silver-Gold) imp...
|
1.4K |
| 5663 | vss-search-archive | nvidia/skills |
Purpose Run the top-level VSS fusion search across archived video, ingest new clips / RTSP streams for search, and delete search-ingested sources. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). vss-manage-video-io-storage skill installed (used to list and manage video sources before search). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the rout...
|
1.4K |
| 5664 | enterprise-data-engineering-pipeline-ssis-pyspark | aradotso/data-skills |
Enterprise Data Engineering Pipeline (SSIS + PySpark) Skill by ara.so — Data Skills collection. Overview This project provides a complete enterprise data engineering solution that combines: SSIS (SQL Server Integration Services) for ETL orchestration SQL Server with Star Schema data warehouse design (fact and dimension tables) Python (Pandas) for data quality audits and visualization PySpark for big data analytics and aggregation The pipeline ingests raw CSV files (Sales, Products, Customers), t...
|
1.4K |
| 5665 | digital-health-clinical-asr-setup | nvidia/skills |
Clinical ASR Flywheel — Stage 1 (Setup) Agent: this file is the complete Stage 1 procedure. Do not invoke find , ls , rg , or grep looking for an installer or hidden config — there isn't one. The four sections below (outbound-data disclosure, three numbered checks, sibling hand-off) are all required reading; don't skip any. Function IDs, env-var conventions, and the smoke-test gate are inlined further down — answer from what's actually written here rather than from prior Riva/NVCF familiarity. S...
|
1.4K |
| 5666 | earth2studio-discover | nvidia/skills |
Earth2Studio Discoverability Skill Purpose Help users identify the right Earth2Studio models, data sources, and examples for their weather/climate task. Use when: comparing models by GPU/VRAM requirements, choosing forecast class (nowcast, medium-range, seasonal), finding compatible data sources via lexicons, or locating gallery examples for downscaling, ensemble generation, or data assimilation. Prerequisites Internet access to fetch live documentation pages from nvidia.github.io Familiarity wi...
|
1.4K |
| 5667 | earth2studio-data-fetch | nvidia/skills |
Earth2Studio Data Fetch Skill Purpose Guide a user through downloading weather/climate data via Earth2Studio data source APIs. Identifies compatible sources by checking the lexicon, verifies variable support, and produces a working fetch script outputting an xarray DataArray. Prerequisites Earth2Studio installed ( uv pip install earth2studio or equivalent) Network access to remote data stores (GCS, S3, CDS API, etc.) For CDS-based sources: valid CDS API key configured ( ~/.cdsapirc ) Python 3.10...
|
1.4K |
| 5668 | nemo-mbridge-mlm-bridge-training | nvidia/skills |
MLM vs Bridge Training For how they differ, the arg mapping tables, gotchas, and translation script, see: @docs/megatron-lm-to-megatron-bridge.md First Answer Checklist For MLM-vs-Bridge correlation questions, always name these items up front: Bridge recipe: vanilla_gpt_pretrain_config . Bridge entry point: scripts/training/run_recipe.py . MLM entry point: 3rdparty/Megatron-LM/pretrain_gpt.py . Launch wrapper for both: uv run python -m torch.distributed.run . Fresh-run cleanup: rm -rf nemo_exper...
|
1.4K |
| 5669 | nemo-mbridge-perf-hierarchical-context-parallel | nvidia/skills |
Hierarchical Context Parallel Skill This skill covers hierarchical context parallelism: nested context-parallel process groups used by cp_comm_type="a2a+p2p" and configured with hierarchical_context_parallel_sizes . For what hierarchical CP is, when to use it, and the decision tree ( a2a+p2p vs pure a2a vs p2p ), see: @docs/training/hierarchical-context-parallel.md @skills/nemo-mbridge-perf-hierarchical-context-parallel/card.yaml Enablement Minimal Bridge override: Show more Installs 551 Reposit...
|
1.4K |
| 5670 | nemo-mbridge-recipe-recommender | nvidia/skills |
Auto Recipe — Recipe Index & Recommendation This skill indexes every shipped recipe and helps users pick the right starting config, adjust parallelism, and avoid common pitfalls. How to Use This Skill Ask the user for: model name/size , GPU count & type , training goal (pretrain / SFT / PEFT), and sequence length (if non-default). Look up the best-match recipe in the index below. Recommend the recipe function name + entry-point command. Provide adjustment advice (parallelism resizing, batch tuni...
|
1.4K |
| 5671 | digital-health-clinical-asr-finetune | nvidia/skills |
Clinical ASR Flywheel — Stage 4 (Fine-tune) ⚠ Agent: read this entire SKILL.md before answering. The Critical-workflow-rules section, the base-model table (§4c), the stock-NeMo-SFT recipe (§4d), and the cycle-N+1 decision table (§4e) are all load-bearing — the do-not-SFT bases and broken-adapter warnings live there. Agent: this file is self-contained. The Stage 4 gate criteria, base-model recommendation, hyperparameter table, container invocation pattern, and cycle-N+1 decision table are all bel...
|
1.4K |
| 5672 | gepetto | softaworks/agent-toolkit |
Gepetto Orchestrates a multi-step planning process: Research → Interview → Spec Synthesis → Plan → External Review → Sections CRITICAL: First Actions BEFORE anything else, do these in order: 1. Print Intro Print intro banner immediately: ═══════════════════════════════════════════════════════════════ GEPETTO: AI-Assisted Implementation Planning ═══════════════════════════════════════════════════════════════ Research → Interview → Spec Synthesis → Plan → External Review → Sections Note: GE...
|
1.4K |
| 5673 | odoo-19 | unclecatvn/agent-skills |
Odoo 19 Skill - Master Index Master index for all Odoo 19 development guides. Read the appropriate guide from references/ based on your task. Quick Reference Topic File When to Use Actions references/odoo-19-actions-guide.md Creating actions, menus, scheduled jobs, server actions API Decorators references/odoo-19-decorator-guide.md Using @api decorators, compute fields, validation Controllers references/odoo-19-controller-guide.md Writing HTTP endpoints, routes, web controllers Data Files refere...
|
1.4K |
| 5674 | copilot-history-ingest | ar9av/obsidian-wiki |
Copilot History Ingest — Conversation Mining You are extracting knowledge from the user's past GitHub Copilot CLI conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest copilot ). Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config ...
|
1.4K |
| 5675 | zod-validation-utilities | giuseppe-trisciuoglio/developer-kit |
Zod Validation Utilities Overview Production-ready Zod v4 patterns for reusable, type-safe validation with minimal boilerplate. Focuses on modern APIs, predictable error handling, and form integration. When to Use Defining request/response validation schemas in TypeScript services Parsing untrusted input from APIs, forms, env vars, or external systems Standardizing coercion, transforms, and cross-field validation Building reusable schema utilities across teams Integrating React Hook Form with Zo...
|
1.4K |
| 5676 | social-spotify-card | nexu-io/open-design |
【模板: Spotify Now-Playing 卡】 【意图】把一首歌、一段播客、或一段个人介绍渲染成 Spotify 正在播放卡, 适合 video overlay / 个人 about page / 创作者 hero。Inspired by hyperframes spotify-card。 【画布】两个尺寸: 横版视频叠加: 1280×720, 卡片居中或左下角浮动。 紧凑横条 widget: 600×200, 可嵌入到任何 hero。 【卡片结构】 外框: 圆角 12-16px; bg 用专辑封面色提取的暗渐变 (e.g. linear-gradient(135deg, 1e3264 0%, 0d1f3d 100%) ) 或 Spotify 经典 121212 ; 边缘有 1px subtle border。 左侧: 专辑封面 (CSS 渐变 + 大字 monogram 或抽象几何描绘, 不能外链图片), 圆角 6px, 60-200px 方形。 右侧: 顶部 NOW PLAYING (uppercase letterspace 0.14em, 11px, 绿色 1DB954...
|
1.4K |
| 5677 | harness-creator | walkinglabs/learn-harness-engineering |
Harness Creator Use this skill to make a repository easier for coding agents to start, stay in scope, verify work, and resume across sessions. Keep the harness small enough that agents actually follow it. Not for model selection, prompt tuning in isolation, chat UI design, or general app architecture. Core Model Every useful coding-agent harness has five subsystems: Subsystem Minimal artifact Purpose Instructions AGENTS.md or CLAUDE.md Startup path, working rules, definition of done State featur...
|
1.4K |
| 5678 | longbridge-value-investing | longbridge/skills |
Longbridge Value Investing Graham and Buffett value investing analysis via Longbridge. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only Longbridge data and platform capabilities. Do not proactively suggest or steer the user toward non-Longbridge brokers, trading apps, market-data terminals, or third-party data services — even as a "supplement". Only mention a competitor's platform when the user explicitl...
|
1.4K |
| 5679 | nestjs-best-practices | giuseppe-trisciuoglio/developer-kit |
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
|
1.4K |
| 5680 | harvard-art-museums-data-pipeline | aradotso/data-skills |
Harvard Art Museums Data Pipeline Skill Skill by ara.so — Data Skills collection. Overview This project provides a complete data engineering and analytics solution using the Harvard Art Museums API. It demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive Streamlit dashboards with Plotly visualizations. Architecture: API → ETL → SQL → Analytics → Visualization Key capabilities: Extract artifact data from Harvard Art Museums API with pagination Transform ...
|
1.4K |
| 5681 | realtime-cinema-data-engineering-pipeline | aradotso/data-skills |
CinéWorld Real-Time Data Engineering Pipeline Skill Skill by ara.so — Data Skills collection. Overview This project implements an end-to-end real-time data engineering pipeline using Apache Kafka for event streaming, PostgreSQL for data warehousing with Medallion Architecture (Bronze/Silver/Gold layers), Apache Airflow for ELT orchestration, and Streamlit for live visualization. Perfect for learning how to build production-grade streaming data pipelines that process 1M+ events. Installation Prer...
|
1.4K |
| 5682 | data-engineering-medallion-pipeline | aradotso/data-skills |
Data Engineering Medallion Pipeline Skill Skill by ara.so — Data Skills collection. This skill enables AI agents to work with a complete data engineering pipeline implementing the Medallion Architecture (Bronze → Silver → Gold) using modern open-source tools: MinIO (S3-compatible storage), Airbyte (data ingestion), PostgreSQL (data warehouse), DBT (transformations), Apache Airflow (orchestration), and Grafana (monitoring). What This Project Does The data-engineering-medallion project provides a ...
|
1.4K |
| 5683 | harvard-artifacts-etl-analytics | aradotso/data-skills |
Harvard Artifacts ETL Analytics Skill Skill by ara.so — Data Skills collection. This skill enables AI agents to help developers build end-to-end data engineering and analytics applications using the Harvard Art Museums API. It covers ETL pipeline design, SQL database schema creation, batch data processing, analytical query implementation, and interactive visualization with Streamlit. What This Project Does The Harvard Artifacts Collection app demonstrates a complete data engineering workflow: Ex...
|
1.4K |
| 5684 | harvard-art-museums-etl-analytics | aradotso/data-skills |
Harvard Art Museums ETL Analytics Skill Skill by ara.so — Data Skills collection Overview This project provides an end-to-end data engineering solution for collecting, processing, and analyzing Harvard Art Museums artifact data. It demonstrates production-grade ETL pipelines, SQL database design, and interactive analytics dashboards using Streamlit. Architecture Flow: API → ETL → SQL → Analytics → Visualization Installation Clone the repository git clone https://github.com/Manali0711/Harvard-Ar...
|
1.4K |
| 5685 | digital-health-clinical-asr-build | nvidia/skills |
Clinical ASR Flywheel — Stage 2 (Build the benchmark) ⚠ Agent: read this entire SKILL.md before answering. This stage is conversational and gated. Specifically: ask the user 1–2 specialty-aware clarifying questions before proposing terms (Step 2a), walk them through the two-tier IPA pipeline (override → merriam-webster → magpie_g2p) in Step 2c, hit the explicit QA-mode audition gate in Step 2d before full Cartesian synthesis, and name KER as the headline metric they'll see in Stage 3. Skipping a...
|
1.4K |
| 5686 | vss-deploy-detection-tracking-3d | nvidia/skills |
Purpose Deploy and operate the RTVI-CV-3D microservice as MV3DT ( MODE=mv3dt ) — per-camera DeepStream perception plus BEV Fusion over multiple calibrated cameras — on the bundled sample dataset, custom videos, or live RTSP, without the full warehouse agent / LLM / VLM stack. Instructions Work top-to-bottom: answer the routing questions (Q0–Q3) under Routing , then follow the reference for the chosen path. Detailed step-by-step procedures live in references/ (deploy, calibration chain, camera co...
|
1.4K |
| 5687 | tilegym-adding-cutile-kernel | nvidia/skills |
Adding a cuTile Kernel to TileGym End-to-end workflow for adding a new operator (e.g., my_op ) with cuTile backend. Execution Rules MUST follow these rules strictly: Use TodoWrite to create the checklist below BEFORE writing any code Execute steps in order — do NOT skip ahead or combine steps Mark each todo as completed after finishing, in_progress when starting If a step is not applicable (e.g., no cuTile impl), mark it completed with a note, do NOT silently skip Each step MUST result in a file...
|
1.4K |
| 5688 | digital-health-clinical-asr-eval | nvidia/skills |
Clinical ASR Flywheel — Stage 3 (Eval) ⚠ Agent: read the Critical Workflow Rules section below before answering. This SKILL.md is self-contained — evals/ , references/ , and assets/ are pointers, not load-bearing. Answer methodology questions from this file directly; only invoke tools when the user explicitly asks to execute against a real manifest. You are the score-and-route stage. The user arrives with a NeMo-format manifest.jsonl (either from /digital-health-clinical-asr-build or carried in ...
|
1.4K |
| 5689 | nemo-mbridge-perf-megatron-fsdp | nvidia/skills |
Megatron FSDP Skill For stable background and recommendation level, see: @docs/training/megatron-fsdp.md @skills/nemo-mbridge-perf-megatron-fsdp/card.yaml Enablement Minimal Megatron FSDP override in Bridge: cfg . dist . use_megatron_fsdp = True cfg . ddp . use_megatron_fsdp = True cfg . ddp . data_parallel_sharding_strategy = "optim_grads_params" cfg . ddp . average_in_collective = False cfg . checkpoint . ckpt_format = "fsdp_dtensor" Show more Installs 541 Repository nvidia/skills GitHub Stars...
|
1.4K |
| 5690 | nemo-mbridge-perf-expert-parallel-overlap | nvidia/skills |
MoE Expert-Parallel Overlap Skill References Stable docs: @docs/training/communication-overlap.md Structured metadata: @skills/nemo-mbridge-perf-expert-parallel-overlap/card.yaml What It Is Expert-parallel (EP) overlap hides the cost of token dispatch/combine all-to-all communication by running it concurrently with expert FFN compute. Optionally, delayed expert weight-gradient computation ( delay_wgrad_compute ) provides additional overlap by deferring wgrad to overlap with the next layer's forw...
|
1.4K |
| 5691 | nemo-mbridge-resiliency | nvidia/skills |
Resiliency Stable docs: @docs/training/resiliency.md, @docs/training/checkpointing.md Card: @skills/nemo-mbridge-resiliency/card.yaml Enablement Fault tolerance (Slurm only) Option 1: NeMo Run plugin (recommended) from megatron . bridge . recipes . run_plugins import FaultTolerancePlugin import nemo_run as run Show more Installs 540 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 5692 | vss-setup-video-analytics-api | nvidia/skills |
Purpose Deploy the video-analytics-api REST service standalone with the user's chosen config, data-log bind, and Elasticsearch / Kafka connectivity. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ . Examples Worked end-to-end examples are kept under evals/ (each *.json manifest contains a runnable scenario). Run a Tier-3 ev...
|
1.4K |
| 5693 | nemo-mbridge-perf-moe-optimization-workflow | nvidia/skills |
MoE Training Optimization Workflow Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-optimization-workflow/card.yaml Source: Scalable Training of MoE Models with Megatron Core Quick Reference Think in terms of the paper's Three Walls: memory wall communication wall compute and host-overhead wall MoE tuning is iterative. Fixing one wall usually exposes the next one, so the best workflow is: fit first, scale second, profile third, then retune. First Answer Checkli...
|
1.4K |
| 5694 | nemo-mbridge-perf-moe-dispatcher-selection | nvidia/skills |
MoE Dispatcher Selection Guide Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-dispatcher-selection/card.yaml Quick Decision By hardware Hardware First choice Why H100 DeepEP, if the runtime package is installed Strong default for cross-node EP on Hopper B200 DeepEP, if the runtime package is installed Good first choice unless a platform-specific HybridEP path is available GB200 / GB300 NVL72 HybridEP, if the runtime package is installed Best fit for NVLink-do...
|
1.4K |
| 5695 | nemo-mbridge-perf-moe-comm-overlap | nvidia/skills |
MoE Communication Overlap For the higher-level overview, see: @docs/training/communication-overlap.md @skills/nemo-mbridge-perf-moe-comm-overlap/card.yaml Quick Decision Use MoE communication overlap when: EP > 1 token dispatch or combine time is visible in the profile the run is already correct and you are now tuning throughput Avoid turning it on as an early bring-up step. It is easier to validate after the dispatcher, routing mode, and recompute plan are already stable. Enablement Show more I...
|
1.4K |
| 5696 | dicom-metadata-extract | nvidia/skills |
DICOM Metadata Extract Purpose Used for extracting selected metadata from one DICOM file and flagging standard-tag PHI presence. Not for anonymization or clinical use. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_path ; outputs are metadata_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/extract_metadata.py through the documente...
|
1.4K |
| 5697 | vss-generate-video-report | nvidia/skills |
Report Generate a video analysis report by routing to one of two backends — never via POST /generate on the VSS agent. Mode Backend A. Video clip /vss-manage-video-io-storage → clip URL → VLM chat/completions B. Incident range /vss-query-analytics → incident list → narrative report If the request is ambiguous (e.g. "report on <sensor> " with no time range and no incident wording), default to Mode A . Ask only if the user mentions both a sensor and a time range. See Examples below for the request...
|
1.4K |
| 5698 | nemo-mbridge-perf-tp-dp-comm-overlap | nvidia/skills |
TP / DP / PP Communication Overlap Skill For stable background and recommendation level, see: @docs/training/communication-overlap.md Enablement Minimal Bridge override: from megatron . bridge . training . comm_overlap import CommOverlapConfig cfg . model . tensor_model_parallel_size = 4 cfg . model . sequence_parallel = True cfg . model . pipeline_model_parallel_size = 4 cfg . model . virtual_pipeline_model_parallel_size = 2 Show more Installs 539 Repository nvidia/skills GitHub Stars 1.3K Firs...
|
1.4K |
| 5699 | nemo-mbridge-perf-moe-hardware-configs | nvidia/skills |
MoE Hardware Configuration Reference Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-hardware-configs/card.yaml Quick Platform Playbook Platform Typical MoE strategy What usually matters most H100 DeepEP + stronger PP + moderate TP communication overlap and PP efficiency B200 DeepEP + MXFP8 + careful PP layout container quality and tuned comm settings GB200 HybridEP + partial CUDA graphs + CPU cleanup host overhead, topology-aware dispatch, memory headroom GB3...
|
1.4K |
| 5700 | nemo-mbridge-perf-sequence-packing | nvidia/skills |
Sequence Packing Skill For stable background and recommendation level, see: @docs/training/packed-sequences.md @skills/nemo-mbridge-perf-sequence-packing/card.yaml Enablement Offline packed SFT for LLM finetuning: from megatron . bridge . data . datasets . packed_sequence import PackedSequenceSpecs Show more Installs 538 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |