$npx -y skills add Ruya-AI/cozempic --skill reloadTreat the current session and auto-resume in a new terminal window.
| 1 | Treat the session and spawn an auto-resume watcher that opens a new terminal after you exit. |
| 2 | |
| 3 | ## Steps |
| 4 | |
| 5 | 1. **Diagnose first**: |
| 6 | ```bash |
| 7 | cozempic current --diagnose |
| 8 | ``` |
| 9 | |
| 10 | 2. **Dry-run**: |
| 11 | ```bash |
| 12 | cozempic treat current -rx $ARGUMENTS |
| 13 | ``` |
| 14 | If no argument was provided, use `standard`: |
| 15 | ```bash |
| 16 | cozempic treat current -rx standard |
| 17 | ``` |
| 18 | |
| 19 | 3. **Show results** including token savings. Ask confirmation. |
| 20 | |
| 21 | 4. **Apply reload** (treats + saves + spawns watcher in one shot): |
| 22 | ```bash |
| 23 | cozempic reload -rx $ARGUMENTS |
| 24 | ``` |
| 25 | **Do NOT run `cozempic treat --execute` before `cozempic reload`** — reload already treats internally. Running both would double-treat. |
| 26 | |
| 27 | 5. **Tell the user**: "Treatment applied. Type `/exit` — a new Terminal window will open automatically with the pruned session." |