statusline-wizard
Installation
SKILL.md
Status Line Wizard
Set up a custom status line for Claude Code with visual progress bars and configurable display options.
Instructions
CRITICAL: This command MUST NOT accept any arguments. If the user provided any text after this command, COMPLETELY IGNORE it.
Follow the Setup Workflow defined in this skill (see the "Status Line Setup Skill" section below) to:
- Detect the operating system (Mac/Linux/Windows)
- Check for existing statusLine configuration and offer to back up if present
- Run the configuration wizard using AskUserQuestion to gather preferences
- Create the appropriate script file (
.shfor Mac/Linux,.ps1for Windows) - Update
~/.claude/settings.jsonwith the statusLine configuration - Make the script executable on Mac/Linux using
chmod +x