skill-card-generator

Assemble governance card context from skill directory signals and render a draft.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill skill-card-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-card-generator
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/skills/skill-card-generator
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill skill-card-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jinja2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Crafting NVIDIA governance skill cards for agent skills is labor-intensive and error-prone. This Skill automates the collection of signals from a target skill directory and its repository, renders a deterministic governance card, and highlights fields that require human review.

Core Features & Use Cases

  • Gather skill-scoped frontmatter and repository signals to seed a governance card context.
  • Render a deterministic card from a Jinja template and produce associated review artifacts.
  • Validate the rendered card and surface VERIFY/SELECT markers for reviewer action.
  • Use cases include preparing NVSkills governance materials, refreshing cards after skill updates, and documenting licensing and ownership.

Quick Start

Run the discovery workflow against a target skill directory to generate a governance card draft.

Frequently Asked Questions about skill-card-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate NVIDIA governance skill card creation from a repository?

Automating NVIDIA governance skill card creation involves discovering signals from a target skill directory and its repository to assemble a deterministic governance card context, rendering a draft card from a Jinja template, and validating the submission for human review.

What is a deterministic governance card and how does it work with skill directories?

A deterministic governance card is generated by extracting frontmatter and repository signals from a target skill directory to seed a standardized context, which is then rendered through a Jinja template to ensure consistent compliance documentation.

How do I validate a rendered governance card and identify fields needing human review?

Validating a rendered governance card requires running a validation script to surface VERIFY and SELECT markers, flagging specific fields that require manual reviewer action before the compliance documentation can be finalized.

Does Jinja2 support rendering governance review artifacts from skill frontmatter?

Jinja2 supports rendering governance review artifacts by applying a style guide and template to skill-scoped frontmatter and repository signals, producing a deterministic draft card without exposing sensitive data or leaving unreconciled markers.

What is the best way to refresh compliance cards after updating agent skills?

Refreshing compliance cards after updating agent skills is best handled by running a discovery workflow against the updated target skill directory to gather new signals, re-render the governance card, and validate the submission for any newly flagged items.

When should I not use automated skill card generation for compliance documentation?

Automated skill card generation should not be used as a final submission without human oversight, because the workflow explicitly flags VERIFY and SELECT markers indicating governance fields that require manual reviewer action and validation.