How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-navi-lapal:setup-naviThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
cc-navi-lapal statusline을 설정합니다:
cc-navi-lapal statusline을 설정합니다:
~/.claude/settings.json의 statusLine 설정을 확인합니다{
"statusLine": {
"type": "command",
"command": "npx cc-navi-lapal"
}
}
사용 가능한 모듈:
project — 📁 프로젝트명branch — 🌿 브랜치mainRelation — ↑↓ main 대비 ahead/behindworktree — 🌳 워크트리 여부alerts — 🔴 안전 경고 (main 브랜치, stale, dirty)lastCommit — 📝 마지막 커밋 시간model — 🤖 모델 상세 (Opus 4.6 Max/API/Bedrock/Vertex)tokens — 📊 input/output 토큰 사용량timer — ⏱ 세션 소요 시간cost — 💰 세션 비용contextBar — 컨텍스트 사용률 프로그레스 바~/.cc-navi.json 설정 파일을 생성합니다:{
"modules": {
"project": true,
"branch": true,
"mainRelation": true,
"worktree": true,
"alerts": true,
"lastCommit": true,
"model": true,
"tokens": true,
"timer": true,
"cost": true,
"contextBar": true
},
"alerts": {
"staleBranchHours": 24,
"warnOnMain": true
},
"iterm2": {
"tabColor": true,
"badge": true,
"badgeStyle": "compact",
"badgeMaxWidth": 25,
"badgeMaxHeight": 15,
"tabTitle": true
}
}
npx claudepluginhub lapalai/cc-navi-lapalai --plugin cc-navi-lapalCreates and customizes Claude Code status lines to display contextual info like model name, git branch, token usage, project colors, and session cost. Supports manual scripts or ccstatusline widget.
Interactive wizard sets up Claude Code's custom status line with progress bars, token counts, git branch, model name, and session info. Cross-platform for Mac/Linux/Windows via bash/PowerShell scripts.
Develops custom status lines for Claude Code to display git branch, context usage, model name, and session costs using bash scripts that process JSON stdin input.