Skip to main content

このリポジトリの skills

NVIDIA-NeMo/nemo-platform - 2ページ

SkillsMP は NVIDIA-NeMo/nemo-platform から 85 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

NVIDIA-NeMo/nemo-platform

収集済み skill 85 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

NeMo Platform secret CRUD lifecycle through the platform SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo Platform workspace CRUD playbook through `nemo_api(resource='workspaces')`. Use for workspace creation, listing, retrieval, or deletion.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo Platform auditor playbook for audit target and config CRUD through the platform SDK. Use when the task involves audit targets, audit configs, or probes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Benchmark task execution contract: complete every numbered requirement, execute tool calls directly (never plan-only), and verify final state with a direct retrieve/list before responding. Use for every agentic-use benchmark task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo Platform model and dataset CRUD lifecycle through the platform SDK, with strict field matching on final verification entities.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo Platform inference provider registration lifecycle through the platform SDK (secret -> create temp provider -> verify -> delete -> create final provider).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo Platform secret CRUD lifecycle through the platform SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

The Supercool Coding Guidelines — mandatory naming conventions for every function you write. Use this whenever you are asked to write or edit a Python function.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

End-to-end reference for inference on the NeMo platform — registering LLM backends as ModelProviders, wiring them to VirtualModels with Switchyard middleware (random routing, translate) and `nemo-guardrails` content-safety rails, and hitting them via the nemo…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo files CLI reference for filesets, file upload/download, and dataset management. Use when the task involves filesets, file uploads, file downloads, datasets, JSONL files, or `nemo files` CLI commands.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo guardrails CLI reference for creating guardrail configs and applying them to chat completions through an IGW VirtualModel. Covers config CRUD, the standalone `/checks` endpoint for verifying a config, and the `nemo-guardrails` inference middleware plugin…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

NeMo secrets CLI reference for creating, listing, and managing secrets. Use when the task involves creating API key secrets, managing credentials, or `nemo secrets` CLI commands.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Read-only dashboard for NeMo Platform. Combines platform health, deployed agents, registered providers, and available models into a single view. Use over generic status checks for any NeMo Platform dashboard request.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates a new NeMo plugin from scratch. Use when starting plugin development, setting up a plugin package, registering surfaces via entry points, or asking how plugins are discovered by the platform. Trigger keywords: create plugin, new plugin, plugin setup,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Declares HTTP authorization on NeMo Platform plugin routes with @path_rule, AuthzScope, PermissionSet, and CallerKind. Use when adding or securing a plugin route, minting permission ids, choosing PRINCIPAL vs SERVICE_PRINCIPAL callers, fixing a hard_fail…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates plugin configuration using NemoConfig with environment variables and YAML file support. Use when adding plugin configuration fields, reading config values at runtime, setting up test config overrides, or understanding the env var naming formula.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates background reconcile-loop controllers using NemoController. Use when implementing state-machine reconciliation, running periodic background work, managing deployment lifecycle, building service-principal entity clients for background use, or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Defines NemoEntity subclasses and uses NemoEntitiesClient for CRUD in the NeMo Platform entity store. Use when defining a new entity type, storing plugin data in the entity store, handling optimistic locking conflicts, listing entities with filters, or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates in-process NemoFunction surfaces for NeMo Platform plugins. Use when adding a function, declaring spec_schema, mounting function routes with add_function_routes, understanding the two CLI verbs (run / submit), or streaming NDJSON frames. Trigger…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implements NemoInferenceMiddleware plugins for in-process inference request/response interception in IGW. Use when building a middleware plugin, implementing process_request or process_response, handling MiddlewareCall config (inline or config_id), exposing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates schedulable NemoJob surfaces for NeMo Platform plugins. Use when adding a job, declaring spec_schema / input_spec_schema / to_spec / compile, mounting job routes with add_job_routes, understanding the three CLI verbs (run / submit / explain), or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Calls NeMo Platform services (entity store, jobs, files, secrets, models, inference gateway, auth) from a plugin. Use when a plugin needs to submit jobs, access files, read secrets, look up models, call the inference gateway, check permissions, or route calls…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Builds HTTP service surfaces for NeMo Platform plugins using NemoService, RouterSpec, NemoListResponse, and NemoFilter. Use when adding REST API routes to a plugin, implementing CRUD endpoints, handling pagination and filtering, or testing FastAPI routes.…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Tests NeMo Platform plugin surfaces without a running platform. Use when writing tests for entity CRUD routes, mocking the entity client, testing NemoJob run() methods, setting up config overrides, or verifying FastAPI route error handling. Trigger keywords:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Demonstrates plugin skill companion file installation from the example plugin.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Demonstrates a minimal plugin-provided skill from the example plugin.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimizes and accelerates a deployed NeMo agent by suggesting switchyard routing splits, skill optimization, prompt/hyperparameter tuning, and evaluations against newly available models. Persists snapshots and structured suggestions to the NeMo files service…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Audits a deployed NeMo agent for safety and security risks: missing content-safety guardrails on the model endpoint, PII exposure, and leaked API keys / secrets in recent telemetry. Persists snapshots and structured suggestions to the NeMo files service for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Improve agent skills via the `nemo agents` plugin (evaluate-suite / analyze / optimize-skills). Use when the user wants to improve an agent's skills using a Harbor or NAT eval suite, run a batch of agentic tests, analyze why evals fail, or kick off an…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user wants to detect and replace, hash, redact, annotate, or rewrite PII (names, emails, phone numbers, locations, ...) in a CSV or Parquet dataset using the NeMo Anonymizer plugin.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

NeMo auditor CLI reference for audit configs, targets, and jobs. Use when the task involves audit configurations, audit targets, audit jobs, vulnerability scanning, probes, or `nemo auditor` CLI commands.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Refresh the vendored data-designer skill bundle in this plugin from the upstream NVIDIA-NeMo/DataDesigner repo at the pinned library version, adapting CLI commands and platform-specific guidance to the NeMo plugin context. Use when bumping the `data-designer`…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guidance for building LLM-powered agents with LangChain, LangGraph, or Deep Agents. Use when building agents with any of these frameworks, implementing tool-calling agents, stateful graph workflows, or multi-step orchestration. Read this skill before writing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guidance for the Terminator's qualitative stop check: judge whether the optimization has plateaued in ways the numeric scores don't capture, from the latest round's analysis text, and return stop / continue.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

End-to-end testing workflow with Playwright. Use when writing, running, or debugging E2E tests for Studio user flows.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Inspect and manage Studio feature flags. Use when working with feature flags, adding new flags, checking flag state across environments, or debugging why a feature is enabled/disabled.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Prepare the current git worktree for Studio web/ development — copies missing .env.*.local files and runs pnpm install. Use when the user is inside a newly-created linked worktree and wants to bring it to a runnable state. Does NOT create/remove worktrees —…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Autonomous Vitest coverage workflow for a chosen package under web/packages: baseline report, agent-curated shortlist of ~10 files, then per-file context from reading source, inferred behaviors, implemented tests, and verification (vitest + typecheck) before…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Unit testing workflow with Vitest and React Testing Library. Use when writing, running, or debugging unit tests for Studio components and utilities.

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

UX design guidelines and standards for NeMo Studio. Use when implementing new UI features, reviewing designs, or making UX decisions.

原文の言語: 英語

更新
収集済み skill 85 件中 40 件を表示しています。