スキル一覧に戻る
ThrownLemon

statusline-setup

by ThrownLemon

Claude Code plugin marketplace - code quality, productivity, and development tools

1🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


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"

Statusline Setup Skill

This skill auto-triggers when users want to set up, configure, or customize their Claude Code statusline.

When This Triggers

  • "setup statusline" / "install statusline"
  • "configure statusline" / "statusline config"
  • "change statusline theme"
  • "customize statusline"
  • "statusline widgets"
  • "enable/disable statusline widget"

What To Do

For Setup/Install Requests

  1. Check if the plugin is already installed by looking for ~/.claude/statusline-config.json

  2. If not installed, run the install command:

    /ultimate-statusline:install
    
  3. Guide the user through initial configuration

For Theme Changes

  1. Show available themes:

    • default (balanced colors)
    • gruvbox (warm retro)
    • nord (arctic blues)
    • tokyo-night (neon cyberpunk)
    • rose-pine (soft pastels)
    • powerline (classic vim powerline)
  2. Apply the requested theme:

    /ultimate-statusline:config set theme <theme-name>
    

For Widget Configuration

  1. If user wants to see available widgets:

    /ultimate-statusline:widgets
    
  2. If user wants to enable/disable a widget:

    /ultimate-statusline:config set widgets.<widget_name>.enabled true/false
    
  3. Common widget requests:

    • "show MCP status" → enable mcp_status
    • "show cost per hour" → enable burn_rate
    • "show daily cost" → enable daily_cost
    • "hide git info" → disable git_branch and git_changes
    • "show token usage" → enable tokens_total or tokens_input/tokens_output

For Preview Requests

  1. Show what the statusline will look like:

    /ultimate-statusline:preview
    
  2. Preview with a specific theme:

    /ultimate-statusline:preview --theme <theme-name>
    

Available Widgets

Always mention these key widgets:

WidgetWhat it shows
model_emoji🧠 Opus, 🎵 Sonnet, ⚡ Haiku
context_percentUsage % with progress bar
session_costCurrent session cost
burn_rateCost per hour 🔥
mcp_statusMCP server health 🟢/🔴
git_branchCurrent git branch
daily_costToday's spending (needs ccusage)

Response Pattern

After helping the user configure the statusline:

  1. Summarize what was changed
  2. Remind them to restart Claude Code if settings.json was modified
  3. Suggest running /ultimate-statusline:preview to see the result

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です