Scan project for outdated tools and dependencies
/plugin marketplace add netresearch/claude-coach-plugin/plugin install coach@netresearch-claude-code-marketplace# /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...