From rulebook
Validates skills configuration for conflicts, missing dependencies, invalid setups, and orphaned references. Use after enabling/disabling skills, during project setup, or as a health check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rulebook:rulebook-skill-validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate the current skills configuration.
Validate the current skills configuration.
No parameters required.
await mcp.rulebook_skill_validate({});
{
"success": true,
"valid": true,
"errors": [],
"warnings": ["Skill 'languages/typescript' depends on 'nodejs' which is not enabled"],
"conflicts": [],
"enabledCount": 5
}
npx claudepluginhub hivellm/rulebook --plugin rulebookAudits skill quality against routing, progressive loading, and verification criteria. Produces health reports with per-skill ratings and a Gate outcome.
Audits pm-skills skills against structural conventions and quality criteria, producing a pass/fail report with actionable recommendations. Use before shipping or after editing a skill.
Validates SKILL.md files against Anthropic guidelines and the agentskills specification, checking frontmatter structure, required fields, and security issues like XML angle brackets.