gaia-statusline-enable

Add a statusLine block to the Claude Code settings file.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-statusline-enable
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-statusline-enable
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-statusline-enable
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-statusline-enable

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of enabling the GAIA Claude Code statusline by adding the canonical statusLine block to ~/.claude/settings.json.

Core Features & Use Cases

  • Enable GAIA Statusline: Adds the statusLine block to ~/.claude/settings.json to enable the GAIA Claude Code statusline.
  • Idempotent: Checks if the statusline is already enabled and does nothing if it is.
  • Pre-flight Check: Ensures the runtime file is installed and points to install-statusline.sh.

Quick Start

Run the command /gaia-statusline-enable to enable the GAIA statusline.

Frequently Asked Questions about gaia-statusline-enable

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

FAQPage Schema
How do I enable the GAIA statusline in Claude Code?

To enable the GAIA statusline in Claude Code, run the `/gaia-statusline-enable` command, which automatically adds the canonical statusLine block to your `~/.claude/settings.json` file.

What does the statusline enable command modify in my settings?

The statusline enable command modifies `~/.claude/settings.json` by inserting a statusLine block, configuring the Claude Code interface to display the GAIA statusline.

Is enabling the Claude Code statusline idempotent if I run it twice?

Yes, enabling the Claude Code statusline is idempotent; the command checks if the statusLine block already exists in your settings file and does nothing if it is already enabled.

Does enabling the GAIA statusline require a pre-flight runtime check?

Yes, enabling the GAIA statusline requires a pre-flight check to ensure the necessary runtime file is installed and correctly points to `install-statusline.sh`.

Why is my GAIA statusline not showing after updating settings?

Your GAIA statusline might not show if the pre-flight check fails, meaning the necessary runtime file is not installed or does not properly point to `install-statusline.sh`.