Help us improve
Share bugs, ideas, or general feedback.
From coach
Scans project for outdated CLI tools, npm/pip packages, and skills; reports findings summary, upgrade recommendations, and generates review candidates.
npx claudepluginhub netresearch/claude-code-marketplace --plugin coachHow this command is triggered — by the user, by Claude, or both
Slash command
/coach:scanThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /coach scan Proactively scan the project for outdated tools and dependencies. ## Steps 1. Run the skill analyzer scan: 2. Review the findings: - **Outdated CLI tools**: Core tools (node, npm, python, go, docker, gh) below recommended versions - **Outdated npm packages**: Dependencies that have newer versions available - **Outdated pip packages**: Python dependencies that need updating - **Installed skills**: List of skills available for potential updates 3. For each finding, generate a learning candidate if appropriate: - Tool updates → snippet candidates - Depr...
/setupInventories locally installed skills from Claude Code and OpenClaw directories, surfaces high-signal issues, and manages setup state in manual or auto-trigger modes.
/depsAudits project dependencies for security vulnerabilities (default), lists outdated packages, or previews upgrades across detected package managers. Outputs vulnerability lists, update tables, and prioritized fix commands.
/check-depsChecks project dependencies for vulnerabilities, outdated packages, and license issues across npm, pip, Composer, Bundler, and Go modules. Generates report with CVE details, upgrade paths, and commands.
/suggest-skillsSuggests new skills to create by analyzing project context for gaps in technologies, workflows, and common practices. Reports skill name, purpose, usefulness, complexity, and similar skills.
/just-ship-auditDiscovers audit skills in .claude/skills, dispatches them as parallel agents for security and quality audits, and consolidates findings into a report. Supports --diff, --skills, and --no-filter flags.
/skills-evalEvaluates Claude Skills for quality, frontmatter compliance, token efficiency, activation reliability, and security. Generates scores, breakdowns, prioritized improvements, and roadmaps for all or specific skills.
Share bugs, ideas, or general feedback.
Proactively scan the project for outdated tools and dependencies.
Run the skill analyzer scan:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/skill_analyzer.py --scan --verbose
Review the findings:
For each finding, generate a learning candidate if appropriate:
Report summary to user:
/coach reviewScanning project dependencies...
Checking installed skills...
Findings:
Outdated tools/packages: 3
Installed skills: 5
Generated candidates: 2
Tool/Package Issues:
- node: 16.0 → 18+ (recommended)
- lodash: 4.17.20 → 4.17.21
- axios: 0.21.4 → 1.6.2
Run /coach review to see generated update candidates.