Agent skill
rulebook-skill-enable
Enable a skill in the project configuration. Checks for conflicts with existing skills. Use to add new capabilities to the project.
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/skills/rulebook-skill-enable
SKILL.md
rulebook_skill_enable
Enable a skill in the project configuration.
Input Schema
| Parameter | Type | Required | Description |
|---|---|---|---|
skillId |
string | Yes | Skill ID to enable (e.g., languages/typescript) |
Usage
typescript
await mcp.rulebook_skill_enable({ skillId: "languages/typescript" });
Response
json
{
"success": true,
"skillId": "languages/typescript",
"message": "Skill languages/typescript enabled successfully",
"warnings": [],
"conflicts": []
}
When to Use
- Adding a new language or framework to the project
- Enabling additional quality rules
- Activating integration modules
Didn't find tool you were looking for?