This validates your agent skill definitions against the agentskills.io spec and AGENTS.md rules before you commit them. Run it when you're creating or modifying skills to catch missing fields, malformed YAML, or incomplete documentation. It's purely a contract validator, not a logic tester, so it won't tell you if your skill actually works, just whether it's properly structured and machine-readable. The real value is in CI/CD pipelines where you can block non-compliant PRs automatically. It only needs read access and runs everything locally without external calls, which makes it safe to run on any repo without worrying about data leaks.
npx -y skills add jorgealves/agent_skills --skill skill-validator --agent claude-codeInstalls into .claude/skills of the current project.
The skill-validator is the primary quality control tool for this repository. It ensures that every AI Agent Skill is "machine-consumable" by validating it against the agentskills.io standard and the repository's AGENTS.md rules.
agent-skills/ directory to ensure long-term compliance as specifications evolve.skill.yaml cannot be parsed, the validator will fail immediately with a syntax error.agentskills.io specification will result in is_valid: false.agent-skills/ that do not contain a skill.yaml will be flagged as invalid skills.sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot