diff --git a/docs/command-graph.html b/docs/command-graph.html
index 2245c415..64714134 100644
--- a/docs/command-graph.html
+++ b/docs/command-graph.html
@@ -273,13 +273,6 @@
{ id: "ar_validate", label: "validate", group: "command", path: "asset-registry validate",
description: "Validate asset configuration against the asset service's validate endpoint.",
options: ["-p, --profile ", "--assetType (e.g., BOARD_V2)", "--packageKey (required with --nodeKey or --configuration)", "--nodeKey (use with --packageKey)", "--configuration (inline JSON, use with --packageKey)", "-f, --file (full ValidateRequest body; mutually exclusive with build-from-options flags)", "--json", "-h, --help"] },
- { id: "ar_skills_area", label: "skills", group: "subarea", path: "asset-registry skills",
- description: "Discover agent skills exposed by the asset registry", options: ["-p, --profile ", "-h, --help"] },
- { id: "ar_skills_list", label: "list", group: "command", path: "asset-registry skills list",
- description: "List all available agent skills (name, description, path)", options: ["-p, --profile ", "--json", "-h, --help"] },
- { id: "ar_skills_get", label: "get", group: "command", path: "asset-registry skills get",
- description: "Download a skill file (defaults to SKILL.md)",
- options: ["-p, --profile ", "--path (Skill path from 'skills list', e.g. platform/ or asset//)", "--file (Relative path of a reference file within the skill, defaults to SKILL.md)", "--output