Stats
Actions
Tags
From him0-status-line
Configure the user's Claude Code status line setting. Use this skill to configure the user's Claude Code status line setting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/him0-status-line:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
claude-code-statusline パッケージをグローバルインストールし、settings.json に statusLine 設定を追加します。
claude-code-statusline パッケージをグローバルインストールし、settings.json に statusLine 設定を追加します。
which bun で bun の有無を確認~/.claude/settings.json に以下の設定を追加:bun がある場合:
"statusLine": {
"type": "command",
"command": "bunx him0/claude-code-statusline"
}
bun がない場合:
"statusLine": {
"type": "command",
"command": "npx -y him0/claude-code-statusline"
}
上記の手順を実行してください。完了したら結果を報告してください。
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub him0/him0-claude-marketplace --plugin him0-status-line