
from Brewcode (claude-brewcode)27
Check, install, and update the Claude Code brewcode plugin suite; report versions and present actionable install/update flows.
This skill audits installed Claude Code plugins from the brewcode suite (brewcode, brewdoc, brewtools, brewui), discovers missing or outdated plugins, runs installation and update commands, and renders status and token-cost tables. It executes marketplace/add/install/update commands within the Claude Code session via Bash and returns full command output and a final summary including installed/updated/skipped plugins and errors.
Use when you need to verify plugin versions, install missing brewcode plugins, or update the entire brewcode suite. Typical triggers: running a health/check before using brewcode features, preparing an environment for reproducible agent runs, or performing maintenance with minimal manual steps.
Designed for Claude Code / Claude Code sessions that expose Bash tool and the claude plugin CLI. Compatible with agent runtimes that can run shell commands and handle AskUserQuestion interactions.
Plugin management skill for Claude Code's brewcode suite. Both scripts require jq which wasn't available in the audit environment, so they exited with clear error messages rather than failing silently. SKILL.md is well-structured with 7 phases and clear argument handling. Scripts use proper error handling, safe pipefail, and graceful fallbacks.
jqWell-crafted niche tool for brewcode plugin management. No security concerns - scripts properly validate inputs, use timeouts on network requests, and handle missing dependencies gracefully. The skill is specific to Claude Code's brewcode ecosystem which limits its audience but serves a real need.