docs(install): update example commands in post-install message

The `ring-default` namespace has been simplified to `ring` for default
skills.

This commit updates the post-installation instructions shown to the
user to reflect the corrected skill names. This ensures the examples
provided are accurate and work out-of-the-box, preventing user
confusion.
This commit is contained in:
Fred Amaral 2026-04-16 19:53:14 -03:00
parent e46509b8c4
commit c543e80607
No known key found for this signature in database
GPG key ID: ADFE56C96F4AC56A

View file

@ -172,7 +172,7 @@ Write-Host ""
Write-Host "Next steps:"
Write-Host " 1. Restart Claude Code or start a new session"
Write-Host " 2. Skills will auto-load via SessionStart hook"
Write-Host " 3. Try: /ring-default:brainstorm or Skill tool: 'ring-default:using-ring'"
Write-Host " 3. Try: /ring:brainstorm or Skill tool: 'ring:using-ring'"
Write-Host ""
Write-Host "Marketplace commands:"
Write-Host " claude plugin marketplace list # View configured marketplaces"