promptheus-commands
v1.2.0
Published
Install Promptheus slash commands into your repo — npx promptheus-commands add <name>
Downloads
492
Maintainers
Readme
promptheus-commands
Install Promptheus slash commands into your
repo — /review, /debug, /refactor, /commit and more, as ready-to-use
Claude Code .claude/commands/*.md (or Cursor .cursor/commands/*.md) files.
# add one or more commands to ./.claude/commands/
npx promptheus-commands add review commit
# pnpm / bun work too
pnpm dlx promptheus-commands add debug
bunx promptheus-commands add # interactive picker
# install for Cursor instead
npx promptheus-commands add refactor --cursor
# browse everything
npx promptheus-commands listThen type /review in Claude Code or Cursor.
Target (default: Claude Code)
| Flag | Installs to |
| ---- | ----------- |
| --cursor | .cursor/commands/ |
| --gemini | .gemini/commands/ (TOML, {{args}}) |
| --codex | ~/.codex/prompts/ |
| --windsurf | .windsurf/workflows/ |
Options
| Flag | Description |
| ---- | ----------- |
| -g, --global | Install into your home dir (available in every project) |
| -f, --force | Overwrite existing files |
| --dir <path> | Install into a custom directory |
| -v, --version | Print the version |
Commands are fetched live from the site, so new ones appear without updating the
CLI. Point it elsewhere with PROMPTHEUS_COMMANDS_URL.
Zero dependencies · Node 18+ · public domain (CC0).
