Skill Check banner
VersoXBT VersoXBT

Skill Check

Development community

Description

--- description: Show all installed skills, their sources, structure issues, and available updates argument-hint: [--fix] [--json] [--no-update] allowed-tools: ["Bash", "Read", "Write", "Edit", "Glob", "Grep", "Agent"] --- # Skill Check Show the user everything they have installed and flag anything that needs attention. ## Step 1: Run the audit ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/index.js" check $ARGUMENTS ``` ## Step 2: Present the results The script outputs a markdown report. Pre

Installation

Installs to ~/.claude/skills/versoxbt-skill-manager-skill-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/versoxbt-skill-manager-skill-check && curl -fsSL https://raw.githubusercontent.com/VersoXBT/skill-manager/HEAD/commands/skill-check.md -o ~/.claude/skills/versoxbt-skill-manager-skill-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository