statusline

Install or remove the Coral HUD statusline for Claude Code.

11|3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/kangig94/coral --skill statusline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statusline
Source: https://github.com/kangig94/coral/tree/main/skills/statusline
Command: npx skills add https://github.com/kangig94/coral --skill statusline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines managing the Coral HUD statusline for Claude Code, eliminating manual setup and ensuring the statusline integrates with your local environment.

Core Features & Use Cases

  • Install the statusline by writing the HUD script to ~/.claude/hud/coral-hud.mjs and enabling the statusLine entry in the user settings.
  • Uninstall to remove the statusLine key and clean up related files such as the HUD script and caches, restoring the environment to a clean state.
  • Safely handle prompts to avoid overwriting an existing configuration and adapt to Codex integration state if present.

Quick Start

Run the install command to enable the Coral HUD statusline.

Frequently Asked Questions about statusline

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

FAQPage Schema
How do I install a custom statusline for Claude Code on macOS or Linux?

To install a Claude Code statusline, this Skill writes the HUD script to ~/.claude/hud/coral-hud.mjs and enables the statusLine entry in your user settings. It handles file writes and configuration updates automatically across macOS and Linux environments.

Can I safely remove the Claude Code HUD statusline without breaking my configuration?

Yes, removing the Claude Code HUD statusline is safe. This Skill uninstalls the statusline by removing the statusLine key from user settings and cleans up related files like the HUD script and caches, restoring your local environment to a clean state.

What happens if I already have a statusline configured in my Claude Code settings?

If an existing statusline configuration is detected, this Skill safely handles prompts to avoid overwriting your current setup. It validates existing configurations before applying updates or file modifications during the installation process.

Does the Coral HUD statusline work with Codex integration?

Yes, the Coral HUD statusline adapts to the Codex integration state if present on your system. This ensures the statusline setup or removal process respects existing Codex configurations during environment updates.

Why manage the Claude Code statusline through an automated setup instead of manual configuration?

Automating Claude Code statusline management eliminates manual setup errors and ensures the HUD script integrates correctly with your local environment. It safely validates configurations and handles file cleanups often missed during manual updates.