Home › Search: coding

Search: coding

Search MCP servers and agent skills by name, description, category or topic — 442 results.

Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-maintainer-morning

Runs the morning maintainer standup for NemoClaw.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-maintainer-normalize-title-tags

Normalizes GitHub issue and PR titles by removing any bracketed [NemoClaw] tag case-insensitively, even when the tag appears later in the title.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-maintainer-pr-comparator

Compares competing PRs that target the same issue and recommends which one to merge.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-maintainer-security-code-review

Performs a comprehensive security review of code changes in a GitHub PR or issue.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-maintainer-triage

AI-assisted label triage for NVIDIA/NemoClaw issues and PRs.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-skills-guide

Start here.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-agent-skills

Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-configure-inference

Connects NemoClaw to a local inference server.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-configure-security

Presents a risk framework for every configurable security control in NemoClaw.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-deploy-remote

Explains how to run NemoClaw on a remote GPU instance, including the deprecated Brev compatibility path and the preferred installer plus onboard flow.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-get-started

Installs NemoClaw, launches a sandbox, and runs the first agent prompt.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-manage-policy

Adds, removes, or modifies allowed endpoints in the sandbox policy.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-manage-sandboxes

Explains operational tasks after the quickstart: listing sandboxes, status and health checks, logs, diagnostics, port forwards, multiple sandboxes, credential reset, rebuilds, netw...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-monitor-sandbox

Inspects sandbox health, traces agent behavior, and diagnoses problems.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-overview

Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when to prefer NemoClaw ve...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-reference

Describes the NemoClaw plugin and blueprint architecture and how they orchestrate the OpenClaw sandbox.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-accuracy-debug

Debug AutoDeploy accuracy regressions vs a reference score (PyTorch backend or published baseline).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-add-fusion-transformation

Claude Code skill (trtllm-agent-toolkit): implement or extend TensorRT-LLM AutoDeploy fusion transforms under transform/library/ in a TensorRT-LLM checkout.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-conf-check

Check whether AutoDeploy YAML configs were actually applied by analyzing server logs and optionally graph dumps (AD_DUMP_GRAPHS_DIR).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-graph-dump

Enable and interpret TensorRT-LLM AutoDeploy FX graph text dumps via AD_DUMP_GRAPHS_DIR.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-layer-visualizer

Visualize a specific transformer decoder layer from an AutoDeploy FX graph text dump as a hierarchical DOT/PNG diagram.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-model-onboard

Translates a HuggingFace model into a prefill-only AutoDeploy custom model using reference custom ops, validates with hierarchical equivalence tests.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/exec-local-compile

Compile TensorRT-LLM on a compute node inside a Docker container.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/exec-slurm-compile

Compile TensorRT-LLM on a SLURM cluster.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/kernel-cute-writing

Write and implement GPU kernels using NVIDIA CuTe DSL (CUTLASS 4.x Python API) — NOT for Triton, CUDA C++, or conceptual explanations.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/kernel-tileir-optimization

Optimize existing Triton kernels for NVIDIA TileIR backend on Blackwell GPUs (sm_100+).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/kernel-triton-writing

ONLY for OpenAI Triton (@triton.jit) kernel development.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-analysis

Performance analysis coordination workflow.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-host-analysis

Analyze host/CPU overhead in TensorRT-LLM inference from nsys traces.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-host-optimization

Profiles and optimizes TensorRT-LLM host/CPU overhead using line_profiler (with nsys support planned).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-nsight-compute-analysis

Analyze ncu (NVIDIA Nsight Compute) profiling output: SOL% bottleneck classification, roofline analysis, occupancy diagnosis, memory hierarchy analysis, warp stall analysis, metr...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-nsight-systems

Nsight Systems (nsys) CLI for system-level timeline profiling.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-optimization

Performance optimization coordination playbook.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-torch-cuda-graphs

Apply CUDA Graphs to PyTorch workloads — API selection (torch.compile, PyTorch make_graphed_callables, TE make_graphed_callables, MCore CudaGraphManager, FullCudaGraphWrapper, m...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-torch-sync-free

Identify and eliminate host-device synchronizations in PyTorch code.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-workload-profiling

Code instrumentation for timing workloads.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-code-contribution

Best practices for contributing code to TensorRT-LLM.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-codebase-exploration

Systematic approach to exploring the TensorRT-LLM codebase before implementing new features or optimizations.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-flashinfer-upgrade

Upgrade flashinfer-python version in TensorRT-LLM.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-moe-develop

Review, design, and refactor TensorRT-LLM PyTorch MoE code for architecture fit, clean code, maintainability, and testability.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-serve-config-guide

Generate a source-backed starting `trtllm-serve --config` YAML for basic aggregate single-node PyTorch serving, aligned with checked-in TensorRT-LLM configs and deployment docs.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/adding-cutile-kernel

Add a new cuTile GPU kernel operator to TileGym.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/converting-cutile-to-julia

Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/converting-cutile-to-triton

Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/cutile-autotuning

Use when adding, modifying, optimizing, or debugging CuTile autotuning code.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/cutile-python

Expert cuTile programming assistant.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/improve-cutile-kernel-perf

Iteratively optimize cuTile kernel performance through systematic profiling, bottleneck analysis, IR comparison, and targeted tuning.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/monkey-patch-kernels-to-transformers

Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching certain class(es)' in...

2.8k Python Updated today Score 84
‹ Prev123410Next ›