From rich-statusline
Install and configure the rich-statusline plugin. Use when the user says "setup statusline", "configure statusline", "install statusline", "enable statusline", or "statusline not working".
How this skill is triggered — by the user, by Claude, or both
Slash command
/rich-statusline:statusline-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure Claude Code to use the bundled `statusline-command.sh` script directly from the plugin install path — no copying needed.
Configure Claude Code to use the bundled statusline-command.sh script directly from the plugin install path — no copying needed.
Find the script path — use the Bash tool to locate the installed script:
ls ~/.claude/plugins/cache/badoriie/rich-statusline/*/scripts/statusline-command.sh
Use the resulting absolute path in the next step.
Wire it into settings — read ~/.claude/settings.json, then set the statusLine key (camelCase, object form) pointing at the resolved absolute path:
{
"statusLine": {
"type": "command",
"command": "/absolute/path/to/plugin/scripts/statusline-command.sh"
}
}
Use the Edit tool to update the file. If the file doesn't exist yet, create it with just this key.
Confirm by telling the user the statusLine setting was updated to point at the plugin path. Remind them to start a new Claude Code session for the statusline to appear.
statusLine setting without asking the user first.jq to be installed (brew install jq on macOS).Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub badoriie/rich-statusline --plugin rich-statusline