apply_customization
Applies confirmed rules or skills customizations by writing their content to configuration files, either globally or in the workspace.
Instructions
Save the rules or skills customizations. Always ensure you have written a proposal and obtained user confirmation before calling this tool.
Args: type: The customization type - either 'rule' or 'skill'. name: The name of the skill (required for skills). For rules, this can be empty or 'cursor'. content: The complete text content to write to the file. workspace_path: Optional path to the workspace root. is_global: Set to True to save globally, False to save to workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| content | Yes | ||
| is_global | No | ||
| workspace_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |