statusline

Installation
SKILL.md

Statusline 설치

2줄 statusline 스크립트를 설치한다.

  • 라인1: 디렉토리명 + git branch + worktree
  • 라인2: context % + rate limit + lines changed

설치 절차

  1. ${CLAUDE_PLUGIN_ROOT}/skills/statusline/statusline-command.sh~/.claude/statusline-command.sh에 복사
  2. chmod +x ~/.claude/statusline-command.sh
  3. ~/.claude/settings.json에 아래 설정 병합 (기존 설정 유지):
{
  "statusLine": {
    "type": "command",
    "command": "~/.claude/statusline-command.sh"
  }
Related skills
Installs
2
Repository
psw7205/skills
GitHub Stars
1
First Seen
Apr 7, 2026