
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-claude-statusline
Advanced tools
Beautiful, highly customizable status line for Claude Code with granular control over every element. Shows project info, git status, framework, and model.
Beautiful, highly customizable status line for Claude Code with granular control over every element.
npm create claude-statusline
Adds a beautiful status line to your Claude Code. ZERO dependencies in your project.
[ ◈ my-project on ⎇ main via ◉ React (node) | ↑ 2 / + 1 / ~ 3 / ? 2 | ⌘ Sonnet 4.5 ]
npm create claude-statusline
Or with other package managers:
npx create-claude-statusline # npx
pnpm dlx create-claude-statusline # pnpm
bunx create-claude-statusline # bun
Global install:
npm install -g create-claude-statusline
create-claude-statusline # or use alias: ccs
Edit .claude/scripts/statusline-config.cjs to customize:
FEATURES: {
SHOW_PROJECT: true, // Show project name
SHOW_GIT_BRANCH: true, // Show git branch
SHOW_FRAMEWORK: true, // Show detected framework (React, Vue, etc.)
SHOW_RUNTIME: true, // Show runtime (Node.js, Bun, etc.)
SHOW_GIT_AHEAD: true, // Show commits ahead of remote
SHOW_GIT_BEHIND: true, // Show commits behind remote
SHOW_GIT_STAGED: true, // Show staged files
SHOW_GIT_MODIFIED: true, // Show modified (unstaged) files
SHOW_GIT_UNTRACKED: true, // Show untracked files
SHOW_MODEL: true, // Show Claude model name
}
Color scheme follows an intuitive severity gradient:
COLORS: {
PROJECT: '\x1b[38;5;110m', // Muted steel blue
BRANCH: '\x1b[38;5;109m', // Slate gray-blue
FRAMEWORK: '\x1b[38;5;145m', // Cool gray
RUNTIME: '\x1b[38;5;180m', // Muted beige
GIT_AHEAD: '\x1b[38;5;109m', // Slate blue
GIT_BEHIND: '\x1b[38;5;167m', // Soft coral
GIT_STAGED: '\x1b[38;5;108m', // Muted teal-green
GIT_MODIFIED: '\x1b[38;5;180m', // Muted amber
GIT_UNTRACKED: '\x1b[38;5;167m', // Soft coral
MODEL: '\x1b[38;5;146m', // Soft gray-green
}
ICONS: {
PROJECT: '◈',
BRANCH: '⎇',
GIT_AHEAD: '↑',
GIT_BEHIND: '↓',
GIT_STAGED: '+',
GIT_MODIFIED: '~',
GIT_UNTRACKED: '?',
MODEL: '⌘'
}
Frameworks: Next.js, Nuxt.js, NestJS, React, Vue, Angular, Svelte, Express, Fastify
Runtimes: Node.js, Bun, TypeScript, Python, Rust, Go, Java, C/C++
All configuration is centralized in .claude/scripts/statusline-config.cjs - one file to control everything!
Your existing .claude directory is automatically backed up to .create-claude-statusline-backup-[timestamp] before installation.
rm -rf .claude/scripts/statusline*.cjs
Then remove the "statusLine" section from .claude/settings.local.json.
MIT © RMNCLDYO
FAQs
Beautiful, highly customizable status line for Claude Code with granular control over every element. Shows project info, git status, framework, and model.
The npm package create-claude-statusline receives a total of 2 weekly downloads. As such, create-claude-statusline popularity was classified as not popular.
We found that create-claude-statusline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.