Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
NVIDIA Skill Card Generator
Summary
Generates or refreshes an NVIDIA governance skill card for an existing agent skill — discovers assets, renders a deterministic markdown card, and blocks submission while human-review markers remain.
Features
- Generates or refreshes a governance card for an existing skill directory
- Discovers skill assets and renders a deterministic markdown card
- Blocks submission while human-review markers remain in the card
- Declares scoped file-read, file-write and allowed-script permissions
- Explicitly does not sign, publish or approve — human review still required
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Example Usage
Generate a governance skill card for ./skills/my-skill
Description
As agent skills spread through organisations, someone eventually has to answer what a given skill reads, writes and executes, and who owns it. This skill from NVIDIA's Trustworthy AI Projects team produces that artefact: a governance skill card for an existing skill directory.
The pipeline. It gathers source signals from the target skill, guides the agent to build a grounded JSON context, renders a deterministic markdown card from it, and then validates that human-review markers have been removed before the card is treated as submittable. Three scripts do the work — discover_assets.py, render_card.py and validate_submission.py — and the skill declares its own permissions in frontmatter: reads scoped to the target directory plus its own references/ and scripts/, writes scoped to the target directory and /tmp/.
Use it when a skill directory needs a new governance card, a changed skill needs its card refreshed, or a skill owner is assembling legal or safety review material.
It deliberately refuses to explain, list or compare skill capabilities; to create or rewrite the source skill; to generate cards for models, datasets, containers or whole systems; and — importantly — to sign, publish or approve a card. NVIDIA states plainly that it does not replace required human legal, safety or owner review; it prepares the material that review consumes.
Runs on any agent that can execute Python 3 and write files. Licensed CC-BY-4.0 AND Apache-2.0.
Related Skills
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
