From rulebook
Enables skills in project configuration by skill ID, checking for conflicts. Useful for adding languages, frameworks, quality rules, or integration modules.
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.
Enable a skill in the project configuration.
| Parameter | Type | Required | Description |
|---|---|---|---|
skillId | string | Yes | Skill ID to enable (e.g., languages/typescript) |
await mcp.rulebook_skill_enable({ skillId: "languages/typescript" });
{
"success": true,
"skillId": "languages/typescript",
"message": "Skill languages/typescript enabled successfully",
"warnings": [],
"conflicts": []
}