From rulebook
Validates skills configuration for missing dependencies, conflicts, invalid or malformed setups, and orphaned references. Use after enabling/disabling skills, during project setup, or as a health check.
npx claudepluginhub hivellm/rulebook --plugin rulebookThis skill uses the workspace's default tool permissions.
---
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
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
}