https://github.com/atomantic/commands
claude shortcut commands
https://github.com/atomantic/commands
Last synced: 3 months ago
JSON representation
claude shortcut commands
- Host: GitHub
- URL: https://github.com/atomantic/commands
- Owner: atomantic
- License: mit
- Created: 2026-02-21T15:39:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-22T00:47:52.000Z (3 months ago)
- Last Synced: 2026-03-22T15:02:25.204Z (3 months ago)
- Language: PowerShell
- Size: 134 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude Code Commands [ARCHIVED]
> **This repo has moved to [atomantic/slashdo](https://github.com/atomantic/slashdo)**
slashdo is the successor to this repo, published as an npm package with multi-environment support (Claude Code, OpenCode, Gemini CLI, Codex), automatic format conversion, and self-update notifications.
## Migrate
**1. Remove old commands:**
```bash
./uninstall.sh # macOS/Linux
.\uninstall.ps1 # Windows PowerShell
```
**2. Install slashdo:**
```bash
npx slash-do@latest
```
This installs all commands under the `/do:` namespace (e.g., `/do:cam`, `/do:pr`, `/do:makegood`).
## Why the move?
- **npm distribution** — `npx slash-do@latest` instead of git clone
- **Multi-environment** — one source of truth, auto-converted for Claude Code, OpenCode, Gemini CLI, and Codex
- **Semver + self-update** — version tracking and `/do:update` command
- **No git dependency** — curl installer available for environments without npm
See the [slashdo README](https://github.com/atomantic/slashdo#readme) for full details.