ワンクリックで
statusline-setup
Auto-trigger skill for setting up and configuring the ultimate-statusline
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Auto-trigger skill for setting up and configuring the ultimate-statusline
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fork terminal sessions to spawn parallel AI agents or CLI commands in new terminal windows. Supports git worktrees for isolated parallel development.
Local code review using CodeRabbit CLI. Use when user wants to review changes before committing or pushing.
UI/UX design intelligence. 57 styles, 96 palettes, 50 font pairings, 25 charts, 11 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Search and apply design best practices.
Use when the user asks for a "second opinion", "third opinion", "what does GLM/Gemini think", or wants another model to weigh in on code, design, or review. Routes to the consult plugin's CLI which calls z.ai (GLM-5.2) or Gemini directly via API.
Automatically assist with Bambu Lab X1Plus 3D printer operations via the bambu CLI. Covers status checks, file transfer, print control, calibration, filament management, camera analysis, diagnostics, and SSH commands.
Auto-triggered skill for managing UniFi network devices, clients, sites, and diagnostics via the unifi CLI.
| name | statusline-setup |
| description | Auto-trigger skill for setting up and configuring the ultimate-statusline |
| triggers | ["setup statusline","configure statusline","install statusline","statusline config","change statusline theme","customize statusline","statusline widgets","enable statusline widget","disable statusline widget"] |
This skill auto-triggers when users want to set up, configure, or customize their Claude Code statusline.
Check if the plugin is already installed by looking for ~/.claude/statusline-config.json
If not installed, run the install command:
/ultimate-statusline:install
Guide the user through initial configuration
Show available themes:
Apply the requested theme:
/ultimate-statusline:config set theme <theme-name>
If user wants to see available widgets:
/ultimate-statusline:widgets
If user wants to enable/disable a widget:
/ultimate-statusline:config set widgets.<widget_name>.enabled true/false
Common widget requests:
mcp_statusburn_ratedaily_costgit_branch and git_changestokens_total or tokens_input/tokens_outputShow what the statusline will look like:
/ultimate-statusline:preview
Preview with a specific theme:
/ultimate-statusline:preview --theme <theme-name>
Always mention these key widgets:
| Widget | What it shows |
|---|---|
model_emoji | 🧠 Opus, 🎵 Sonnet, ⚡ Haiku |
context_percent | Usage % with progress bar |
session_cost | Current session cost |
burn_rate | Cost per hour 🔥 |
mcp_status | MCP server health 🟢/🔴 |
git_branch | Current git branch |
daily_cost | Today's spending (needs ccusage) |
After helping the user configure the statusline:
/ultimate-statusline:preview to see the result