How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-share:delete-sessionThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delete a shared session. Only the session owner can delete it.
Delete a shared session. Only the session owner can delete it.
Config file: !cat ~/.claude/cc_share_config.json 2>/dev/null || echo "NOT_CONFIGURED"
If not configured, tell the user to run /share-session first (it handles setup) and stop.
$ARGUMENTS must contain a share link (e.g., Kobi+B./grounding-strategy-investigation_20260408T120000Z.md).
If $ARGUMENTS is empty, tell the user:
Usage:
/delete-session <share-link>You can get a share link from
/share-sessionor/fetch-sessions.
Then stop.
Before deleting, tell the user which session will be deleted (decode the filename from the link into a readable form) and ask for explicit confirmation. Do NOT proceed without a "yes".
Run:
bash ${CLAUDE_SKILL_DIR}/scripts/delete.sh "$ARGUMENTS"
SUCCESS: — confirm deletion to the user.DENIED: — explain that only the session owner can delete it, and show who the owner is.ERROR: — report the error.npx claudepluginhub kobibarhanin/cc-share --plugin cc-shareCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.