From rulebook
Disables a specified skill in project configuration, removing its rules from next AGENTS.md generation. Use to prune unused languages/frameworks, resolve rule conflicts, or simplify setup.
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.
Disable a skill in the project configuration.
| Parameter | Type | Required | Description |
|---|---|---|---|
skillId | string | Yes | Skill ID to disable (e.g., languages/typescript) |
await mcp.rulebook_skill_disable({ skillId: "languages/typescript" });
{
"success": true,
"skillId": "languages/typescript",
"message": "Skill languages/typescript disabled successfully"
}
{
"success": false,
"error": "Skill languages/typescript is not currently enabled"
}