uninstall
Remove a content item and its config reference from the project. Specify the path and target AI agent to delete installed knowledge, rules, or workflows.
Instructions
Uninstall a content item from the current project. Removes the file and the config reference. Supports opencode, Claude Code, Cline, and Codex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the content to uninstall (e.g. "rules/typescript") | |
| agent | Yes | Target AI agent (opencode, claude-code, cline, codex, or copilot). | |
| projectDir | No | Project directory (defaults to current working directory). Config files are found by walking up. |