install-statusline

Automate installation of the Claude Code status line and merge its configuration into settings.json.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/hg-pyun/claude-code-marketplace --skill install-statusline-hg-pyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-statusline
Source: https://github.com/hg-pyun/claude-code-marketplace/tree/main/plugins/dev-tools/skills/install-statusline
Command: npx skills add https://github.com/hg-pyun/claude-code-marketplace --skill install-statusline-hg-pyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the installation of the Claude Code status line, ensuring that the necessary binary and configuration are set up correctly on the user's machine.

Core Features & Use Cases

  • Automated Installation: Installs the ccstatusline binary and merges the statusLine block into the target settings file.
  • Configuration Preservation: Preserves all existing settings while adding the status line configuration.
  • Use Case: For users who want to quickly replicate their status line configuration on a new machine or for a new user.

Quick Start

Use the install-statusline skill to set up your status line configuration.

Frequently Asked Questions about install-statusline

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

FAQPage Schema
How do I automate the installation of the Claude Code status line?

To automate the Claude Code status line installation, you can use a tool that ensures the ccstatusline binary is present, merges the statusLine block into settings.json, and applies the widget layout automatically.

Will setting up the Claude Code status line overwrite my existing settings.json configuration?

Setting up the Claude Code status line preserves your existing settings.json configuration by merging the statusLine block into the file rather than overwriting your current preferences.

What do I need to configure the status line for Claude Code on a new machine?

To configure the status line for Claude Code on a new machine, you need the ccstatusline binary installed and a target settings.json file to merge the status line configuration into.

What is the best way to replicate my status line configuration across different environments?

The best way to replicate your status line configuration across environments is to automate the installation process, which handles binary setup and merges the widget layout into your settings file in one command.

Does the Claude Code status line installation require any specific dependencies?

The Claude Code status line installation requires the ccstatusline binary to be present on your machine and a valid settings.json file to apply the standard status line configuration.