███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6901 | okx-ai-guide | okx/onchainos-skills |
OKX.AI Guide The OKX.AI onboarding entry. Introduces OKX.AI (the Agent economic system), detects whether the current runtime can run OKX.AI, and routes the user into one of the three identity-registration flows — or, on an incompatible platform, tells them how to get a compatible one. Instruction Priority Tagged blocks indicate rule severity (higher wins on conflict): <NEVER> — Absolute prohibition. <MUST> — Mandatory step. <SHOULD> — Best practice. Scope & Boundary This skill owns: OKX.AI intro...
|
1.7K |
| 6902 | running-decision-processes | refoundai/lenny-skills |
Running Decision Processes Help the user run effective decision-making processes using frameworks from 65 product leaders. How to Help When the user asks for help with decision processes: Understand the decision type - Ask if this is reversible or irreversible, high-stakes or routine Identify the blockers - Determine what's preventing the decision from being made Structure the process - Recommend an appropriate framework for the decision at hand Enable commitment - Help them move from deliberati...
|
1.7K |
| 6903 | review | alirezarezvani/claude-skills |
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
|
1.7K |
| 6904 | skill-lookup | f/awesome-chatgpt-prompts |
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
|
1.7K |
| 6905 | product-operations | refoundai/lenny-skills |
Product Operations Help the user build and scale product operations functions using frameworks from 5 product leaders. How to Help When the user asks for help with product operations: Understand the pain points - Ask what's breaking down in their current product processes Assess organizational scale - Determine if they're at the stage where dedicated product ops makes sense Define the scope - Help them clarify what product ops should own vs. what PMs should retain Design the systems - Create pro...
|
1.7K |
| 6906 | startup-pivoting | refoundai/lenny-skills |
Startup Pivoting Help the user decide when and how to pivot their startup using frameworks and insights from 2 product leaders. How to Help When the user asks for help with pivoting: Assess the current state - Ask about their traction, how long they've been trying, and what they've learned Evaluate if possibilities are exhausted - Determine if they've truly tried everything or just one version of the idea Challenge pivot magnitude - Most founders pivot too little; help them consider if they need...
|
1.7K |
| 6907 | writing-north-star-metrics | refoundai/lenny-skills |
Writing North Star Metrics Help the user define their North Star metric using frameworks and insights from 27 product leaders. How to Help When the user asks for help with North Star metrics: Understand the value - Ask what specific value the product delivers to users (not revenue or internal activity) Test for simplicity - Ensure the metric can be understood and discussed by anyone in the company Check for actionability - Confirm teams can actually influence this metric through their work Add g...
|
1.7K |
| 6908 | scaffolding-oracle-to-postgres-migration-test-project | github/awesome-copilot |
Scaffolding an Integration Test Project for Oracle-to-PostgreSQL Migration Creates a compilable, empty xUnit test project with transaction management and seed data infrastructure for a single target project. Run once per project before writing tests. Workflow Progress: - [ ] Step 1: Inspect the target project - [ ] Step 2: Create the xUnit test project - [ ] Step 3: Implement transaction-rollback base class - [ ] Step 4: Implement seed data manager - [ ] Step 5: Verify the project compiles Step ...
|
1.7K |
| 6909 | product-taste-intuition | refoundai/lenny-skills |
Product Taste & Intuition Help the user develop product taste and intuition using frameworks from 10 product leaders. How to Help When the user asks for help with product taste: Understand their current exposure - Ask about the products they use and analyze regularly Identify gaps in their intuition - Determine where their product judgment feels weakest Suggest deliberate practice - Recommend specific activities to build taste over time Help them trust their gut - Guide them on when to rely on i...
|
1.7K |
| 6910 | scroll-experience | sickn33/antigravity-awesome-skills |
Scroll Experience Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Role : Scroll Experience Architect You see scrolling as a narrative device, not just navigation. You create moments of delight as users scroll. You know when to use subtle animations and whe...
|
1.7K |
| 6911 | runpodctl | runpod/skills |
Runpodctl Manage GPU pods, serverless endpoints, templates, volumes, and models. Install curl -sSL https://cli.runpod.net | bash (any platform) or brew install runpod/runpodctl/runpodctl . Manual binaries, Windows/Linux steps, and the version caveat ( --model-reference + multi-volume need v2.4.0+ ): reference/install.md . Old runpodctl builds silently lack newer flags/behaviors (e.g. --model-reference doesn't exist before v2.4.0) and produce confusing downstream errors — and the Homebrew tap can...
|
1.7K |
| 6912 | oo-component-documentation | github/awesome-copilot |
OO Component Documentation Create new documentation for an object-oriented component or update an existing component documentation file by analyzing the current implementation. Determine the mode first Choose the workflow before writing anything: Use update mode when the user provides an existing documentation Markdown file, points to a docs path, or explicitly asks to refresh or revise existing documentation. Follow references/update-mode.md . Use create mode when the user provides a source fil...
|
1.7K |
| 6913 | pro | tanweai/pua |
PUA Pro — 自进化 + Platform 本 skill 是 /pua 核心的扩展层。角色切换请用 /pua:p7 /pua:p9 /pua:p10 。 自进化协议 "今天最好的表现,是明天最低的要求"——这不是旁白,这是机制。 读取 ~/.pua/evolution.md (详见 references/evolution-protocol.md ) 存在 → 加载基线 + 已内化模式。内化模式是默认义务,做了不标 [PUA生效],不做则退化警告 不存在 → 首次启动,创建初始模板 任务完成时比对:超越 → 刷新基线 / 达标 → 保持 / 低于 → 退化警告(不降基线) 某行为重复 3+ 次会话 → 晋升为"已内化模式"(永久默认义务) Platform 层 会话启动前置检查 检查 ~/.pua/evolution.md :加载自进化基线 检查 ~/.pua/builder-journal.md (Compaction 断点恢复):存在且 <2h → [Calibration] 流程,恢复 pressure_level / failure_count / tried_appr...
|
1.7K |
| 6914 | social-media-image-sizes | branding5/social-media-image-sizes |
Social Media Image Sizes Check and resize images for 9 platforms / 60+ specs. Scripts mirror the logic at branding5.com/tools/social-media-cheat-sheet . Setup Run once after install: cd < skill-dir > npm install Check an image node scripts/check.js photo.jpg Outputs a ranked match list — perfect → close → usable → too small — with an inline node scripts/resize.js command for every non-perfect match. Filter by platform or match level: node scripts/check.js photo.jpg --platform instagram node scri...
|
1.7K |
| 6915 | shopify-development | sickn33/antigravity-awesome-skills |
Shopify Development Skill Use this skill when the user asks about: Building Shopify apps or extensions Creating checkout/admin/POS UI customizations Developing themes with Liquid templating Integrating with Shopify GraphQL or REST APIs Implementing webhooks or billing Working with metafields or Shopify Functions ROUTING: What to Build IF user wants to integrate external services OR build merchant tools OR charge for features: → Build an App (see references/app-development.md ) Show more Installs...
|
1.7K |
| 6916 | web-development | tencentcloudbase/skills |
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
|
1.7K |
| 6917 | p10 | tanweai/pua |
PUA P10 战略层 — 定方向管 P9 定战略、造土壤、断事用人。写战略输入不写 Prompt,管 P9 不管 P8。 详细协议见 references/p10-protocol.md 。加载后按协议执行。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
|
1.7K |
| 6918 | nemo-mbridge-perf-parallelism-strategies | nvidia/skills |
Parallelism Strategy Selection Skill For stable background on each parallelism type, see: @docs/parallelisms.md @skills/nemo-mbridge-perf-parallelism-strategies/card.yaml Decision by Model Size Dense models Model size GPUs Recommended starting point < 1B 1-8 DP only 1-10B 8-16 TP=2-4 + DP 10-70B 16-64 TP=4-8 + PP=2-4 + DP 70-175B 64-256 TP=8 + PP=4-8 + DP 175-500B 256-1024 TP=8 + PP=8-16 + CP=2 + DP Show more Installs 552 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Securit...
|
1.7K |
| 6919 | 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.7K |
| 6920 | 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.7K |
| 6921 | 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.7K |
| 6922 | nemo-mbridge-multi-node-slurm | nvidia/skills |
Multi-Node Slurm Convert single-node uv run python -m torch.distributed.run commands into multi-node Slurm sbatch scripts with Enroot container support, and debug common multi-node failures. Two Approaches: srun-native vs uv run torch.distributed Approach ntasks-per-node Process spawning Best for srun-native (preferred) 8 Slurm spawns 8 tasks/node Conversion, inference, Bridge scripts uv run torch.distributed (legacy) 1 uv run python -m torch.distributed.run spawns 8 procs/node MLM pretrain_gpt....
|
1.7K |
| 6923 | 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.7K |
| 6924 | 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.7K |
| 6925 | 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.7K |
| 6926 | 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.7K |
| 6927 | 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.7K |
| 6928 | 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.7K |
| 6929 | vss-deploy-profile | nvidia/skills |
VSS Deploy Available Scripts Script Purpose Arguments scripts/normalize_resolved_yml.py Strip optional depends_on entries for services filtered out of resolved.yml before deploy. Path to resolved.yml scripts/probe_remote_models.sh Probe an OpenAI-compatible remote LLM/VLM endpoint and verify the selected model id. Base URL, optional expected model id Profile Routing Match the user's request to a profile, then load that profile's reference for sizing, services, env recipes, and debugging. Show mo...
|
1.7K |
| 6930 | vss-deploy-detection-tracking-2d | nvidia/skills |
Purpose Deploy, debug, and operate the RTVI-CV detection / tracking 2D microservice and drive its REST API. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). 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 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-...
|
1.7K |
| 6931 | vss-deploy-dense-captioning | nvidia/skills |
Purpose Stand up the RT-VLM dense-captioning microservice on its own and exercise every endpoint it exposes (file upload, generate_captions, stream add/delete, chat-completions, Kafka topics). Prerequisites For standalone RT-VLM deployment: Docker, Docker Compose, NVIDIA Container Toolkit, and a visible GPU. NGC registry credentials in $NGC_CLI_API_KEY for docker login nvcr.io , image pulls, and local NGC model/artifact downloads. curl , jq , and any writable working directory for the standalone...
|
1.7K |
| 6932 | image-tryon | starchild-ai-agent/official-skills |
image-tryon Use this skill for all virtual try-on requests on Starchild. Covers: clothing try-on, accessory try-on, hairstyle preview, makeup preview, glasses try-on, hat try-on, shoes try-on, watch try-on. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. Key difference from image-edit: try-on always requires two images — a person photo and a garment/item photo. 1. Quick start — clothing try-on (most common) Show more Installs 556 Repository starchild-ai-ag…l...
|
1.7K |
| 6933 | 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.7K |
| 6934 | 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.7K |
| 6935 | 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.7K |
| 6936 | vss-deploy-video-embedding | nvidia/skills |
VSS Video Embedding (RT-Embed) Use this skill when you need to: Deploy the VSS Video Embedding microservice from a Docker Compose file. Generate text or video embeddings against the Cosmos-Embed1-448p model. Embed an uploaded file, an HTTP/S3/file/data URL, or a live RTSP stream. Wire the service into a VSS deployment alongside Redis, Kafka, and OpenTelemetry. Triage readiness, model-download, GPU, or stream-reconnection failures. Trigger phrases: vss-deploy-video-embedding , RT-Embed , rtvi-emb...
|
1.7K |
| 6937 | p7 | tanweai/pua |
PUA P7 骨干 — 方案驱动执行 在 P8 管理下执行子任务。先设计方案 + 影响分析,再实施编码,完成后三问自审查。 详细协议见 references/p7-protocol.md 。加载后按协议执行。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
|
1.7K |
| 6938 | pua-loop | tanweai/pua |
PUA Loop — 自动迭代 + 门控协议 + PUA 质量引擎 autoresearch 证明了:630 行 Python + Oracle 验证,一夜跑 100 个实验,每个实验的结果不可伪造。 PUA Loop 借鉴同样的门控设计: Claude 说"完成了"不算数,verify_command 说了才算。 门控协议(Gate Protocol) 借鉴 autoresearch 的 5 个设计模式: 模式 1: Oracle Isolation(评估者隔离) Claude 输出 <promise>LOOP_DONE</promise> │ ▼ ┌─── Stop Hook (Oracle) ───┐ │ │ │ 运行 verify_command │ │ (Claude 无法修改此命令) │ │ │ │ exit 0 ──→ ✅ 接受 │ │ exit ≠0 ──→ 🚫 拒绝 │ │ → 将验证输出喂回 Claude │ │ ...
|
1.7K |
| 6939 | finlab | koreal6803/finlab-ai |
FinLab Quantitative Trading Package Execution Philosophy: Shut Up and Run It You are not a tutorial. You are an executor. When a user asks for a backtest, they want results on screen, not instructions to copy-paste. When they ask for a chart, they want to see the chart, not a filepath to open manually. The Rule User says → Result appears That's it. Everything in between is YOUR job. Not theirs. What This Means User Request ❌ WRONG ✅ RIGHT "Run a backtest" "Here's the code, run it yourself"...
|
1.7K |
| 6940 | 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.7K |
| 6941 | 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.7K |
| 6942 | mcore-linting-and-formatting | nvidia/skills |
Linting and Formatting Running the Formatter Run before opening a PR: Check mode (no changes applied) BASE_REF = main CHECK_ONLY = true SKIP_DOCS = false bash tools/autoformat.sh Fix mode BASE_REF = main CHECK_ONLY = false bash tools/autoformat.sh Tools invoked: black , isort , pylint , ruff , mypy . Show more Installs 543 Repository nvidia/skills GitHub Stars 1.3K First Seen May 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.7K |
| 6943 | dicom-series-preflight | nvidia/skills |
DICOM Series Preflight Purpose Used for header-only preflight of one DICOM series folder before conversion or inference. Not for de-identification or clinical clearance. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_dir ; outputs are preflight_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/preflight_series.py through the documen...
|
1.7K |
| 6944 | vss-generate-video-calibration | nvidia/skills |
Purpose Run AutoMagicCalib end-to-end on local files, RTSP streams, or the bundled sample dataset and (when needed) deploy the AMC microservice. 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/ ; load only the reference needed for the selected input mode. Examples Worked end-to-end examples are kept under evals/ (each *.json...
|
1.7K |
| 6945 | vss-manage-video-io-storage | nvidia/skills |
Purpose Manage VIOS and NvStreamer API operations for VSS video input/output and storage workflows: sensors, streams, uploads, snapshots, clips, timelines, and recording status. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions VIOS Operations Call the VIOS REST API to manage cameras/sensors, RTSP streams, rec...
|
1.7K |
| 6946 | 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.7K |
| 6947 | 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.7K |
| 6948 | vss-manage-alerts | nvidia/skills |
Purpose Operate the VSS alert pipeline (mode detection, Alert-Bridge subscriptions, Slack notifications, queries, camera onboarding, verifier-prompt customization). Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). 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 routing tables and step-by-step workflows below. Each section that ends in workflow ,...
|
1.7K |
| 6949 | cufolio | nvidia/skills |
cuFOLIO Skill Purpose Build and analyze quantitative portfolios with NVIDIA-accelerated Mean-CVaR optimization. Use cuFOLIO to compute returns, generate KDE scenarios, solve allocations with the cuOpt GPU solver, trace an efficient frontier, backtest portfolios, and run rebalancing workflows from price data. When to Use Use this skill when the task is to: Show more Installs 597 Repository nvidia/skills GitHub Stars 2.0K First Seen Jun 11, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass...
|
1.7K |
| 6950 | pptx | tfriedel/claude-office-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
1.7K |