/validate-skills
Validate skills for Claude Code, Codex, and/or Copilot CLI compatibility.
$ npx -y skills add athola/skrills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/validate-skills
Context preview
What this command does when you run it.
Validate skills for Claude Code, Codex, and/or Copilot CLI compatibility.
Command definition
validate-skills.mddescription: Validate skills for Claude Code, Codex, and/or Copilot CLI compatibility. argument-hint: "[--target claude|codex|copilot|all] [--autofix] [--errors-only]" triggers: validate skills, check skills, skill errors, skill warnings, skill compatibility
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`: Check dependencies
Report validation results including:
- Total skills validated
- Skills with errors (must fix)
- Skills with warnings (should fix)
- Valid skills
- Specific issues and how to fix them
Handle errors:
- If target invalid: List valid options (claude, codex, copilot, both, all)
- If no skills found: Report empty state with setup suggestions
- If autofix fails: Report which fixes failed and why
Write a skill once, use it everywhere. Skrills validates and syncs skills, commands, agents, MCP servers, and hooks across **Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor**, all from a single Rust binary. Install · User Guide · CLI Reference · FAQ ·
Repo: athola/skrills
Other commands on skrills.
- /analyze-skills
Analyze skills for token usage, dependencies, and optimization suggestions.
Open command - /create-skill
Create a new skill via GitHub search, LLM generation, or both.
Open command - /search-skills
Fuzzy search installed skills by name or description.
Open command - /skill-diff
Compare a skill across Claude, Codex, Copilot, and Cursor to show differences.
Open command - /skill-metrics
Get aggregate statistics about discovered skills including counts, quality, and token usage.
Open command - /skill-trace-disable
Disable skill tracing and remove instrumentation markers.
Open command

