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/.
| 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 |
Before using the self-managed user skills, ensure you have:
- The
nvcf-clibinary or the source checkout that builds it. - An extracted
nvcf-self-managed-stackbundle when installing a stack. - Access to the target self-managed environment.
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"