Files
claude-skills/skillshare/references/status.md
admin 89792d56bd Initial commit: skillshare meta-skill
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-29 16:17:42 +00:00

1.1 KiB

Status & Inspection Commands

status

Shows source location, targets, and sync state.

skillshare status

Expected output:

Source: ~/.config/skillshare/skills (4 skills)
Targets:
  claude   ✓ synced   ~/.claude/skills
  codex    ✓ synced   ~/.codex/skills
  cursor   ⚠ 1 diff   ~/.cursor/skills

Version:
  ✓ CLI: 0.6.4
  ✓ Skill: 0.6.4 (up to date)

diff

Shows differences between source and targets.

skillshare diff                # All targets
skillshare diff claude         # Specific target

list

Lists installed skills.

skillshare list                # Basic list
skillshare list --verbose      # With source and install info

doctor

Checks configuration health and diagnoses issues.

skillshare doctor

upgrade

Upgrades CLI binary and/or built-in skillshare skill.

skillshare upgrade              # Both CLI + skill
skillshare upgrade --cli        # CLI only
skillshare upgrade --skill      # Skill only
skillshare upgrade --force      # Skip confirmation
skillshare upgrade --dry-run    # Preview

After upgrading skill: skillshare sync