From rulebook
Shows detailed information about a specific skill including metadata, content preview, enabled status, dependencies, and conflicts. Inspect before enabling or review rules.
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.
Show detailed information about a specific skill.
| Parameter | Type | Required | Description |
|---|---|---|---|
skillId | string | Yes | Skill ID (e.g., languages/typescript) |
await mcp.rulebook_skill_show({ skillId: "languages/typescript" });
{
"success": true,
"skill": {
"id": "languages/typescript",
"name": "TypeScript Support",
"description": "TypeScript language rules and setup",
"category": "languages",
"enabled": true,
"version": "1.0.0",
"author": "HiveLLM",
"tags": ["typescript", "strict", "esm"],
"dependencies": ["nodejs"],
"conflicts": ["javascript-basic"],
"content": "# TypeScript Rules\n..."
}
}