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.
How this command is triggered — by the user, by Claude, or both
Slash command
/skrills:validate-skills [--target claude|codex|copilot|all] [--autofix] [--errors-only]The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 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:
npx claudepluginhub athola/skrills --plugin skrills/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.
/devkit.verify-skillValidates specified skill against DevKit standards for SKILL.md frontmatter, structure, files, and content quality, reporting compliance issues.
/setupInventories locally installed skills from Claude Code and OpenClaw directories, surfaces high-signal issues, and manages setup state in manual or auto-trigger modes.
/validate-skillValidates skill file at given path for structure, quality, security, standards, and ecosystem compliance, producing detailed report with summary, findings, recommendations, and readiness status.
/audit-skillAudits Claude Code SKILL.md files for structure, description quality, content effectiveness, and progressive disclosure, producing a critical report across 7 dimensions.
/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.