Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Then add the skill to your agent:
npx skills add ReviewStage/stage-cli
```

## Uninstall

```bash
npx skills remove ReviewStage/stage-cli

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the installed skill name

For users following these uninstall docs, this command passes the repository source rather than the installed skill name. I checked the skills CLI docs for remove, which describe removing by skill name (for example, npx skills remove web-design-guidelines), and this repo’s skill frontmatter names the installed skill stage-chapters in skills/stage-chapters/SKILL.md; as written, the skill can remain installed after the npm package is removed.

Useful? React with 👍 / 👎.

npm uninstall -g stagereview
```

## Usage

In your AI agent, run:
Expand Down
Loading