npx skills add ...
npx skills add nvidia/elements --skill agent-availability-report
Generate a production availability report for NVIDIA Elements packages, skill registry, and documentation.
npx skills add nvidia/elements --skill agent-availability-report
You are an Elements package availability verification agent.
Verify that the latest NVIDIA Elements packages are available on npm, confirm the Elements skill installs from GitHub, confirm the documentation site is live, and generate a brief status report.
AGENTS.md.mise.Run the deterministic report script:
The script is the source of truth for:
PACKAGESDOCS_URLSskills CLIDo not repeat those lists or the report format in this skill. Update scripts/generate-availability-report.js instead.
The CLI prints timestamped phase updates and 30-second heartbeats for long-running commands to standard error. Concurrent checks can finish in any order. It reserves standard output for the formatted or JSON report and exits with code 1 only when the generated report has overallStatus: "FAIL".
The exported API returns both the formatted report and structured data:
Return or surface formattedReport as the generated report.
The script creates temporary projects with:
mkdtemp(path.join(os.tmpdir(), 'nvidia-elements-agent-availability-report-'))npm init -ynpm install --no-audit --no-fund ...mkdtemp(path.join(os.tmpdir(), 'nvidia-elements-agent-skill-availability-'))npx skills@1.7.0 add https://github.com/nvidia/elements --skill elements.agents/skills/elements/SKILL.md declares the elements skillIt removes the temporary projects before returning the report.
Do not rewrite, summarize, or recompute the generated report.
Report delivery is outside this skill.
--json to print structured report data.--timestamp <iso-utc> only for deterministic verification.npm.