dev-llm-modelcard

Draft Markdown model cards for ONNX tiny-AI models with provenance validation.

3|1|Updated May 28, 2026
One-click install
npx skills add https://github.com/VMAFx/vmafx --skill dev-llm-modelcard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-llm-modelcard
Source: https://github.com/VMAFx/vmafx/tree/main/.claude/skills/dev-llm-modelcard
Command: npx skills add https://github.com/VMAFx/vmafx --skill dev-llm-modelcard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a shipped ONNX tiny-AI model into a reliable Markdown model card by gathering provenance, contract details, and measured facts before any prose is generated. It helps prevent unsupported claims and keeps documentation aligned with the actual artifact.

Core Features & Use Cases

  • Fact-first card drafting: Collects graph details, sidecar provenance, and optional quality metrics before rendering the card.
  • Provenance validation: Checks for replay evidence and flags missing run provenance as a documentation gap.
  • Controlled publishing workflow: Shows a facts-only preview first, then supports draft review, save, copy, or regenerate actions.
  • Use case: A model maintainer preparing a release can generate a trustworthy card for an ONNX file and attach it beside the model for publication.

Quick Start

Use the dev-llm-modelcard skill to inspect the ONNX file, verify its provenance, and draft a Markdown model card for review.

Frequently Asked Questions about dev-llm-modelcard

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

FAQPage Schema
How do I generate a model card for an ONNX file?

To generate an ONNX model card, you need a validated ONNX path and fact blocks. The skill inspects the model, verifies replay evidence from provenance sidecars, and drafts a Markdown card for review.

What is model provenance auditing for shipped AI artifacts?

Model provenance auditing verifies replay evidence from run sidecars to ensure documentation matches the actual artifact. It flags missing run provenance as a documentation gap before generating any prose.

Does the model card generator prevent inventing unsupported fields?

The model card generator prevents inventing unsupported fields by using fact blocks. It collects graph details, sidecar provenance, and measured metrics first, ensuring the LLM only renders validated data.

Can I review the facts before publishing the Markdown model card?

You can review the facts before publishing because the workflow shows a facts-only preview first. After checking graph details and provenance, you can save, copy, or regenerate the draft.

What happens if my ONNX model is missing run provenance sidecars?

If your ONNX model is missing run provenance sidecars, the documentation workflow flags the absent replay evidence as a gap. It still drafts the card using available graph details but notes the missing validation.