setup

A setup procedure for adding the wait-lifting workout status display to Claude Code. A statusline is the small line shown in the coding tool's interface while you work.

In plain words
What is it for?
Use it to install or enable the wait-lifting statusline, validate the settings file, and prepare it for the next session restart.
Why use it?
It makes workout messages visible during long coding tasks while preserving any existing settings unless replacement is approved.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/yanismtcr/wait-lifting/setup
Any agent
npx skills add YanisMtcr/wait-lifting --skill setup
Clone the repo
git clone --depth 1 https://github.com/YanisMtcr/wait-lifting

Made for: Claude Code, Codex.

Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 247 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00046 $0.00247
Opus 5 $0.00023 $0.00123
Sonnet 5 $0.00009 $0.00049
Haiku 4.5 $0.00005 $0.00025

Measured 2d ago against content hash 62d0db053fb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

setup scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Wire the wait-lifting statusline into the user's `~/.claude/settings.json` so workout messages appear under the input box.
skills/setup/SKILL.md · 25 lines

What it actually says

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:
"statusLine": {
  "type": "command",
  "command": "python3 \"$HOME/.claude/plugins/marketplaces/wait-lifting/scripts/statusline.py\""
}
  1. Validate the file is still valid JSON.
  2. 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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 25 lines · 46 tokens per session scan B 62d0db053fb1

Subscribe to this mod's changes

setup is a skill published in the GitHub repository YanisMtcr/wait-lifting (2 stars, last pushed 20d ago), licensed MIT. It adds 46 tokens to every session and 247 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

build-mcp-server

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates…

chrisdoc/hevy-mcp · 111 tokens

wayfinder

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

chrisdoc/hevy-mcp · 46 tokens

build-mcpb

This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem…

chrisdoc/hevy-mcp · 98 tokens

hevy-cli

Manage Hevy workouts from the terminal: read and summarize training data, search exercise templates, and create or update workouts, routines, exercises, folders, or body measurements.

chrisdoc/hevy-mcp · 38 tokens

hevy-workouts

Use when the user asks to inspect, summarize, plan, log, or update Hevy workouts, routines, exercises, or body measurements.

chrisdoc/hevy-mcp · 33 tokens

thermo-nuclear-code-quality-review

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

chrisdoc/hevy-mcp · 54 tokens