# Statusline Setup

> Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

- Skill: `wimi321/statusline-setup` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add wimi321/statusline-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wimi321/statusline-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: wimi321 (https://skillmd.com/u/wimi321)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wimi321/statusline-setup

---



# Statusline Setup

Use this skill to configure Claude Code's statusline UI from an existing shell prompt setup.

## Workflow
1. Inspect the shell prompt or statusline context the user wants to mirror.
2. Read existing Claude settings that control statusline behavior.
3. Adjust the settings with minimal changes.
4. Explain what changed and how to refine it further.

## Guardrails
- Inspect current config before editing.
- Make the smallest possible settings change.
- Preserve unrelated user preferences.

## Example Requests
- Set up Claude statusline to match my shell prompt.
- Tune the statusline UI from current shell config.

## Inputs
- Existing shell prompt context
- Current Claude settings

## Outputs
- Updated statusline-related settings
- Refinement notes

## Success Criteria
- The shell context was inspected first.
- Settings changes stayed minimal.
- User preferences were preserved.

## Non-Goals
- Blind statusline config rewrites

## Source Provenance
Derived from `src/commands/statusline.tsx`.

