From yas
Writes or updates statusLine.command in settings.json to point at the newest installed version of yet-another-statusline's Python renderer. Run after plugin install and after every upgrade.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yas:inithaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Write statusLine.command into settings.json (in $CLAUDE_CONFIG_DIR, defaulting to ~/.claude/) pointing at the newest installed version of this plugin's Python renderer.
Run once after claude plugin install yas@yet-another-statusline.
Re-run after every upgrade — it detects a stale versioned path and rewrites it.
bash "${CLAUDE_PLUGIN_ROOT}/ops/install.sh"
npx claudepluginhub tmck-code/yet-another-statusline --plugin yasInstalls the MST HUD statusline wrapper by backing up the current statusLine.command and replacing it with the MST wrapper script.
Removes the yet-another-statusline statusLine config from settings.json and deletes runtime state. Run before or after `claude plugin uninstall yas` to fully disable the statusline.
Guides users through claude-2x-statusline onboarding after install: checks config, summarizes tier/mode, offers verify install, switch tier, learn segments, or check updates.