statusline-setup

Configure Claude Code's statusline with a Powerlevel10k-inspired theme.

Updated Dec 2, 2025
One-click install
npx skills add https://github.com/Kacper99/kacpers-marketplace --skill statusline-setup-kacper99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statusline-setup
Source: https://github.com/Kacper99/kacpers-marketplace/tree/main/plugins/essentials/skills/statusline-setup
Command: npx skills add https://github.com/Kacper99/kacpers-marketplace --skill statusline-setup-kacper99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code users need a compact status indicator that shows their working directory, the current Git branch, recent changes, and a visual progress gauge, all without leaving the editor.

Core Features & Use Cases

  • Shortened directory display (e.g., ~/currentDir)
  • Git branch display with current branch name
  • Lines changed indicator (insertions in green, deletions in red)
  • Context usage progress bar with gradient shading to reflect remaining quota
  • Use Case: In a multi-repo project, you immediately see where you are and how much work remains

Quick Start

Install the statusline script and restart Claude Code to enable the new statusline theme.

Frequently Asked Questions about statusline-setup

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

FAQPage Schema
How do I configure a Claude Code statusline to show git branch and lines changed?

You can configure Claude Code's statusline by installing a Powerlevel10k-inspired script that displays the shortened directory, current git branch, and lines changed with insertions in green and deletions in red.

What does a context usage progress bar in a terminal statusline show?

A context usage progress bar displays your remaining quota using gradient shading, providing visual situational awareness of how much context capacity is left during your coding session.

Can I add a Powerlevel10k-inspired theme to Claude Code for multi-repo development?

Yes, this statusline configuration is specifically designed for multi-repo development environments, allowing you to immediately see your working directory and git branch across repositories.

How do I install a custom statusline script without losing my existing configuration?

The installation process enforces pre-install checks and prompts you before replacing an existing configuration, ensuring your current statusline settings are safely handled before applying new changes.

Does the Claude Code statusline display shortened directory paths like ~/currentDir?

Yes, the statusline displays a shortened directory path format, such as ~/currentDir, to maintain a compact and informative view while keeping the working directory visible.