---
roadcrew_template_name: "uninstall-roadcrew.md"
roadcrew_template_type: "command"
execution_mode: "auto-execute"
roadcrew_template_version: "v1.0"
roadcrew_last_updated: "2025-10-25"
roadcrew_min_version: "1.5.0"
roadcrew_license: "See LICENSE file in .roadcrew folder"
roadcrew_copyright: "Copyright (c) 2025 North Star Holdings, LLC"
spdx_license_identifier: "LicenseRef-RoadcrewLicense-1.0"
---

# /uninstall-roadcrew

Safely uninstall Roadcrew from your project.

## Usage

Run this in your project's root directory:

```bash
node node_modules/roadcrew/uninstall.js
```

That's it! The script will:
- Remove `.roadcrew/` directory
- Remove `.cursor/` directory
- Remove `.cursorrules.md`
- Remove `ai-context.yml`
- Show you what was removed

## What gets removed

- `.roadcrew/` - Roadcrew distribution
- `.cursor/commands/` - Cursor commands
- `.cursorrules.md` - Cursor configuration
- `ai-context.yml` - Project configuration

## If you need to reinstall

Just run `npm install roadcrew` again anytime!
