skills/rulebook-skill-disable/SKILL.md
Disable a skill in the project configuration. Removes its rules from the next AGENTS.md generation. Use to remove unwanted capabilities.
npx skillsauth add hivellm/rulebook rulebook-skill-disableInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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"
}
research
Create structured analyses with numbered findings, execution plans, and task materialization
research
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)