docs: replace placeholder install commands with real repo references#12
Open
netrajpatel wants to merge 2 commits into
Open
docs: replace placeholder install commands with real repo references#12netrajpatel wants to merge 2 commits into
netrajpatel wants to merge 2 commits into
Conversation
Fill in the <this-repo> placeholder across Claude Code, Gemini CLI, and skills-CLI install snippets so they're directly copy-pasteable, expand the skills-CLI section to cover whole-bundle/single-skill/multi-skill installs, and delink the "skills CLI" reference to anthropics/skills since that repo documents the SKILL.md format, not this command. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
timbenniks-contentstack
approved these changes
Jul 9, 2026
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<this-repo>placeholder across the Claude Code, Gemini CLI, andskillsCLI install snippets so every command in the README is directly copy-pasteable (contentstack/contentstack-agent-skillsshorthand where supported, fullhttps://github.com/...URL for Gemini CLI, which requires it).skillsCLI section from one example to four: whole-bundle install, single-skill shorthand (@<skill-slug>), single-skill via full URL +--skillflag, and multi-skill install via repeated--skillflags — all verified by running them live against this repo (read-only--listmode).github.com/anthropics/skills— that repo documents theSKILL.mdfile format, not this CLI's command syntax, so the link was pointing readers at the wrong project.Test plan
npx skills add contentstack/contentstack-agent-skills --list— confirmed shorthand resolves and lists all 21 skills@<skill-slug>and--skillflag forms against the real repo — confirmed they parse without error--listmode performs no local writes (no changes to~/.claude/skillsor~/.agents/skills)🤖 Generated with Claude Code