Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

NVCF Public Skills

Public agent skills for users and developers working with NVIDIA Cloud Functions (NVCF). Public user skills live under user/skills/; public dev skills live under dev/skills/.

Skills

Skill Description
documentation-style NVCF documentation conventions for public repo prose
nvcf-explore-stack Navigate the self-hosted stack topology, helmfile dependency graph, chart ownership, and deployment order
nvcf-self-managed-installation Install and deploy the nvcf-self-managed-stack helmfile bundle: installation, teardown, values overrides, pull secrets, debugging
nvcf-self-managed-cli Standalone NVCF CLI (nvcf-cli) for self-managed/self-hosted deployments: install, status, add compute plane, teardown, function lifecycle, invocation, and API keys
nvcf-self-managed-prerequisite Install the cluster-level prerequisites NVCA needs: KAI Scheduler (with queue-quota patch) and the SMB CSI driver. Cloud-neutral helm installs pinned to NVCF-validated versions

Prerequisites

Before using the self-managed user skills, ensure you have:

  1. The nvcf-cli binary or the source checkout that builds it.
  2. An extracted nvcf-self-managed-stack bundle when installing a stack.
  3. Access to the target self-managed environment.

Quick Start

Once installed, your coding agent will automatically discover these skills when you work on NVCF-related tasks. You can also explicitly invoke them:

  • "Help me create a new cloud function"
  • "Deploy my function to production"
  • "Install the self-managed NVCF stack"
  • "Explain what deploys the API service in the stack"

References