How this skill is triggered — by the user, by Claude, or both
Slash command
/cli-share:shareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
IMPORTANT: The npm package name is `@saurav-singh/cli-share` (scoped package). You MUST use this exact name. Do NOT use `cli-share` without the scope.
IMPORTANT: The npm package name is @saurav-singh/cli-share (scoped package). You MUST use this exact name. Do NOT use cli-share without the scope.
When the user invokes this skill, do the following:
ALWAYS use @saurav-singh/cli-share as the package name. Never omit the @saurav-singh/ scope.
For full conversation, public:
npx @saurav-singh/cli-share --full --public
For full conversation, private:
npx @saurav-singh/cli-share --full --private
For custom range, public:
npx @saurav-singh/cli-share --range=START-END --public
For custom range, private:
npx @saurav-singh/cli-share --range=START-END --private
Replace START-END with the actual line numbers the user specified.
After the CLI outputs the URL, display the Gist URL to the user.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub saurav-shakya/cli-share --plugin cli-share