statusline-setup

Configure Claude Code's status line with platform-specific scripts and settings.json updates.

34|3|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/charlesjones-dev/claude-code-plugins-dev --skill statusline-setup-charlesjones-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statusline-setup
Source: https://github.com/charlesjones-dev/claude-code-plugins-dev/tree/main/plugins/ai-statusline/skills/statusline-setup
Command: npx skills add https://github.com/charlesjones-dev/claude-code-plugins-dev --skill statusline-setup-charlesjones-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided approach for configuring Claude Code's status line with customizable display options, progress indicators, and cross-platform support.

Core Features & Use Cases

  • Config wizard: Interactive prompts to tailor which elements appear in the status line (model, token count, directory, git branch, etc.).
  • Cross-platform scripts: Wizard-driven script templates for macOS/Linux and Windows.
  • Settings integration: Automatic updates to user settings to apply status line customization.
  • Templates: Provides reusable script templates for quick setup.

Quick Start

  1. Run the status line configuration wizard to collect preferences.
  2. Generate the platform-specific script at the user’s home directory.
  3. Update the settings.json to enable the status line with the generated script.
  4. If on macOS/Linux, make the script executable with chmod +x.

Frequently Asked Questions about statusline-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I customize Claude Code's status line display?

Customize your status line by running the configuration wizard, which guides you through selecting which elements to display—such as model name, token count, directory, and git branch. The wizard generates a platform-specific script and updates your settings.json automatically.

Does status line customization work on both macOS and Windows?

Yes, status line customization works cross-platform. The wizard generates Bash scripts for macOS and Linux, and PowerShell scripts for Windows, ensuring your customized status line functions on all three operating systems.

How do I enable progress indicators in Claude Code's status line?

Progress indicators are configured through the interactive setup wizard as part of your status line customization. Select progress bar options during configuration, and the generated script will display progress updates in your status line.

Can I back up my existing status line configuration before customizing?

Yes, the Skill automatically backs up your existing configuration before applying changes. This ensures you can revert to your previous setup if needed without manual intervention.

What do I need to do after generating a status line script on macOS or Linux?

After the wizard generates your script, make it executable by running chmod +x on the script file in your home directory. Then the status line will function with your customized settings.

Does status line customization require any external dependencies?

No external dependencies are required. The Skill uses native Bash for Unix-like systems and PowerShell for Windows to configure your status line, integrating directly with Claude Code's settings.