From skrills
Validates installed skills for Claude Code, Codex, and Copilot CLI compatibility. Reports totals, errors, warnings, valid skills, issues, and fixes. Supports --target, --autofix, --errors-only flags.
npx claudepluginhub athola/skrills --plugin skrills[--target claude|codex|copilot|all] [--autofix] [--errors-only]# Validate Skills Validate installed skills using the skrills MCP server. Use the `mcp__plugin_skrills_skrills__validate-skills` tool with: - `target`: Validation target (claude, codex, copilot, both, or all). Default: both - `autofix`: Automatically fix issues when possible - `errors_only`: Only show skills with errors - `check_dependencies`: Validate skill dependencies exist Parse `$ARGUMENTS` for: - `--target <target>` or `-t <target>`: Which CLI(s) to validate against - `--autofix` or `-a`: Enable automatic fixes - `--errors-only` or `-e`: Filter to errors only - `--deps` or `-d`: Ch...
/validate-skillsValidates bash/shell code blocks in plugin markdown command/skill files or specified paths/directories using static analysis (bash -n, shellcheck), safety tiering, safe execution for green-tier, and AI review. Outputs report or JSON with --json.
/validate-skillsCheck all Claude Code skills for stale facts (version numbers, file paths, LOC counts, formation counts, etc.).
Validate installed skills using the skrills MCP server.
Use the mcp__plugin_skrills_skrills__validate-skills tool with:
target: Validation target (claude, codex, copilot, both, or all). Default: bothautofix: Automatically fix issues when possibleerrors_only: Only show skills with errorscheck_dependencies: Validate skill dependencies existParse $ARGUMENTS for:
--target <target> or -t <target>: Which CLI(s) to validate against--autofix or -a: Enable automatic fixes--errors-only or -e: Filter to errors only--deps or -d: Check dependenciesReport validation results including:
Handle errors: