Skip to content

docs: add CLI-version requirement + install troubleshooting (VDR item 2)#356

Merged
mosheabr merged 1 commit into
mainfrom
docs/vdr-item2-install-troubleshooting
Jul 16, 2026
Merged

docs: add CLI-version requirement + install troubleshooting (VDR item 2)#356
mosheabr merged 1 commit into
mainfrom
docs/vdr-item2-install-troubleshooting

Conversation

@mosheabr

Copy link
Copy Markdown
Collaborator

What & why

The Verified Skills VDR flagged that skills install but do not appear in Claude Code. Root cause was an upstream skills CLI bug, fixed in v1.5.16: CLIs ≤ 1.5.15 skip creating the .claude/skills link, so files land in .agents/skills/ but Claude Code never sees them. Codex reads .agents/skills/ directly and was unaffected — which is why the VDR saw "works for Codex, not Claude Code."

No code/repo change is needed (the fix is upstream); the gap is docs telling users to be on a current CLI.

Changes

README.md

  • Quickstart callout: requires skills CLI ≥ 1.5.16 (use npx skills@latest), with a pointer to Troubleshooting.
  • /reload-skills tip to load newly installed skills in-session.

docs/advanced-install.mdx

  • New Requirements bullet for the ≥ 1.5.16 CLI floor.
  • New Troubleshooting section: check CLI version first, reload tip, and a per-agent "verify your agent can see the skill" table (Claude Code vs Codex).

Notes

  • Addresses VDR action-plan item 2 (docs). Item 1 (the symlink failure) is fixed upstream in CLI 1.5.16 — verified on macOS + x86_64 Linux.
  • Docs-only; no skill content touched, so no re-sign needed.

🤖 Generated with Claude Code

The VDR flagged that skills install but do not appear in Claude Code.
Root cause was an upstream skills CLI bug (fixed in v1.5.16): CLIs <= 1.5.15
skip creating the .claude/skills link, so files land in .agents/skills but
Claude Code never sees them. Codex reads .agents/skills directly and is
unaffected.

Adds a minimum-CLI-version note (>= 1.5.16), a /reload-skills tip, and a
Troubleshooting section (check CLI version first; per-agent verify-access
steps) to the README and advanced-install docs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Moshe Abramovitch <moshea@nvidia.com>
Comment thread README.md
The CLI runs through `npx` and prompts you to choose a skill and install destination. You do not need to clone this repo or copy skill folders by hand.

The skill is available the next time your agent loads skills and encounters a relevant task. For example, ask your agent to "solve a linear programming problem with cuOpt" and the skill guides it through the cuOpt Python API.
> **Requires a current `skills` CLI (v1.5.16 or newer).** Installing via `npx skills@latest add nvidia/skills` always uses the latest. On older CLIs (v1.5.15 and earlier), skills may install but not appear in Claude Code — see [Troubleshooting](docs/advanced-install.mdx#troubleshooting).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe overkill to recommending to specify "@latest" here. Since we are using npx skills it will pickup the latest version when available (as long as skills isn't installed locally).

@mosheabr
mosheabr merged commit 00c1b40 into main Jul 16, 2026
4 checks passed
@mosheabr
mosheabr deleted the docs/vdr-item2-install-troubleshooting branch July 16, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants