Configure the wait-lifting statusline so workout messages show up inside Claude Code. Use when the user runs /wait-lifting:setup or asks to set up, install, or enable the wait-lifting statusline.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add YanisMtcr/wait-lifting --skill setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yanismtcr-setup)More formats (shields.io, HTML) on the badges page.
---
name: setup
description: Configure the wait-lifting statusline so workout messages show up inside Claude Code. Use when the user runs /wait-lifting:setup or asks to set up, install, or enable the wait-lifting statusline.
---
# Wait Lifting Setup
Wire the wait-lifting statusline into the user's `~/.claude/settings.json` so workout messages appear under the input box.
## Steps
1. Read `~/.claude/settings.json` (create it with `{}` if missing).
2. If a `statusLine` key already exists and does not point to wait-lifting, show it to the user and ask before replacing it. Otherwise continue.
3. Add this key, keeping everything else untouched:
```json
"statusLine": {
"type": "command",
"command": "python3 \"$HOME/.claude/plugins/marketplaces/wait-lifting/scripts/statusline.py\""
}
```
4. Validate the file is still valid JSON.
5. Tell the user it takes effect on the next session restart, and that the statusline shows the coach during long tasks and a dim `model | directory` line the rest of the time.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.