statusline
Installation
SKILL.md
Statusline 설치
2줄 statusline 스크립트를 설치한다.
- 라인1: 디렉토리명 + git branch + worktree
- 라인2: context % + rate limit + lines changed
설치 절차
${CLAUDE_PLUGIN_ROOT}/skills/statusline/statusline-command.sh를~/.claude/statusline-command.sh에 복사chmod +x ~/.claude/statusline-command.sh~/.claude/settings.json에 아래 설정 병합 (기존 설정 유지):
{
"statusLine": {
"type": "command",
"command": "~/.claude/statusline-command.sh"
}
Related skills