Remove Skill
remove_skillUninstall specific skills from AI coding agents to manage capabilities and reduce clutter. Specify skills to remove, target agent, and scope (global or project-level).
Instructions
Remove installed skills from an AI coding agent.
Parameters:
skills: Skill names to remove (comma-separated: 'skill1,skill2'). REQUIRED.
agent: Agent to remove from (default: 'claude-code') Valid: claude-code, cursor, codex, opencode, antigravity, github-copilot, roo
global: Removal scope [REQUIRED] true = remove from user-level ~/.agents/skills (global install) false = remove from project-level ./.agents/skills (project install)
Removes the skill directory and associated symlinks from the agent's skills directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Skill names to remove (comma-separated: 'skill1,skill2' or array). REQUIRED. | |
| agent | No | Agent whose skills to remove (default: 'claude-code') | claude-code |
| global | Yes | Removal scope - REQUIRED. Set to true for user-level (~/.claude/skills) or false for project-level (./.claude/skills) |