Use this skill when NeMo Relay is installed or imported but application-side runtime behavior is missing or incorrect, including load failures, inactive scopes, missing events, and plugin or adaptive wiring problems.
npx skills add https://github.com/NVIDIA/skills --skill nemo-relay-debug-runtime-integration
Use this skill when NeMo Relay is present in the application but something is not
working.
Start by proving which runtime layer is failing before changing configuration.
lifecycle vs typed wrappers vs adaptive/plugins?
affected binding or workspace command.
extension with uv sync, then run a small Python test or import check from
the same environment as the application.
Node binding package before debugging application code.
linker and runtime loader at the release output directory; use the macOS
dynamic-library path variable (DYLD_LIBRARY_PATH) on macOS.
task, goroutine, or worker boundary without the intended stack.
create a fresh stack per independent request or agent.
registration, active scope ancestry, names, and priority values.
scope-local subscribers, ensure the current scope is the owner or descendant.
lifecycle calls require explicit params for input, output, model names, and
tool call IDs.
or clear between runs, and separate concurrent agents by root scope.
SDK handles, callbacks, streams, or class instances with explicit codecs.
registration and check required fields, value types, defaults, and config
source.
adaptive component is enabled, policy allows the behavior, and the call path
reaches the configured component.
version. For 0.6, check the separate exporter, http_binary versus grpc,
endpoint, headers, target support, and an active Tokio runtime for native
gRPC. For 0.7, check the typed projection, endpoint, headers, TLS, and target
support; the subscriber owns the native gRPC runtime.
uses managed execute helpers or balanced manual start/end APIs, not only the
underlying business callback.
nemo-relay-get-startednemo-relay-instrument-context-isolationnemo-relay-plugin-adaptive-tuningnemo-relay-plugin-buildThis skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.
Coding Agent Session Search - unified CLI/TUI to index and search local coding agent history from Claude Code, Codex, Gemini, Cursor, Aider, ChatGPT, Pi-Agent, Factory, and more. Purpose-built for AI agent consumption with robot mode.
Destructive Command Guard - High-performance Rust hook for Claude Code that blocks dangerous commands before execution. SIMD-accelerated, modular pack system, whitelist-first architecture. Essential safety layer for agent workflows.
Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.
Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits
Prompt for generating an AGENTS.md file for a repository
Take nvidia/nemo-relay-debug-runtime-integration from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.