by rz1989s
Transform your Claude Code terminal with atomic precision statusline. Features flexible layouts, real-time cost tracking, MCP monitoring, prayer times, and beautiful themes.
# Add to your Claude Code skills
git clone https://github.com/rz1989s/claude-code-statuslineGuides for using mcp servers skills like claude-code-statusline.
Last scanned: 5/19/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-19T07:46:22.250Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-statusline is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by rz1989s. Transform your Claude Code terminal with atomic precision statusline. Features flexible layouts, real-time cost tracking, MCP monitoring, prayer times, and beautiful themes. It has 463 GitHub stars.
Yes. claude-code-statusline passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/rz1989s/claude-code-statusline" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-statusline is primarily written in Shell. It is open-source under rz1989s on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-statusline against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
🎨 Transform your terminal with 28 atomic components across 1-9 configurable lines
Block metrics • Burn rate monitoring • Cache efficiency • Cost projections • Atomic precision • Clean separators • Rich information display • Stunning themes • Real-time monitoring • MCP integration • Islamic prayer times • Ultimate customization

🎨 Catppuccin Mocha Theme in VS Code Terminal

📋 Platform Requirements: 100% compatible across all major platforms
brew install jq curlsudo apt install jq curlsudo pacman -S jq curlsudo dnf install jq curlapk add jq curlChoose your preferred installation method:
# Download and inspect the installer (strongly recommended)
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh -o install.sh
# Review what it does - look for:
# ✓ Only creates files in ~/.claude/statusline/
# ✓ Downloads from this GitHub repo
# ✓ No sudo or system modifications
less install.sh
# Run when you're satisfied it's safe
bash install.sh
🔍 Quick Security Check: Open install.sh and verify it only:
~/.claude/raw.githubusercontent.com/rz1989s/claude-code-statuslinesudo or modify system filescurl with proper GitHub raw URLs# Direct install without inspection (for trusted users)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash
# Check all dependencies (shows 6 feature categories)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps
# Interactive installation with user choices
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --interactive
# Comprehensive dependency analysis + interactive mode
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps --interactive
# Install from development branch
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/nightly/install.sh | bash -s -- --branch=nightly
# Debug installation issues
STATUSLINE_INSTALL_DEBUG=true curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash
# 1. Create directory structure
mkdir -p ~/.claude/statusline/{lib,examples}
# 2. Download core files
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/statusline.sh -o ~/.claude/statusline/statusline.sh
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/examples/Config.toml -o ~/.claude/statusline/Config.toml
# 3. Download library modules (automated)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --modules-only
# 4. Make executable and test
chmod +x ~/.claude/statusline/statusline.sh
~/.claude/statusline/statusline.sh --version
# Confirm installation success
~/.claude/statusline/statusline.sh --version
ls -la ~/.claude/statusline/lib/ # Should show 10+ module files
# Test with sample input
echo '{"workspace": {"current_dir": "'"$(pwd)"'"}, "model": {"display_name": "Test"}}' | ~/.claude/statusline/statusline.sh
🔍 Transparency First - Here's exactly what happens:
✅ Creates one directory: ~/.claude/statusline/ (in your home folder only)
✅ Downloads 31 text files: Shell scripts from this GitHub repository
✅ Creates one config file: Config.toml with default settings you can edit
✅ No system changes: Everything stays in your home folder
❌ Does NOT:
🔐 Security: All files are downloaded from this public GitHub repository - you can inspect every line of code before running.
🚀 REVOLUTIONARY BLOCK METRICS SYSTEM
🚀 REVOLUTIONARY INSTALLER OVERHAUL
⚡ INSTALLATION IMPROVEMENTS
🐛 ADDITIONAL FIXES
📈 IMPACT: Bulletproof installation system - Reliable, fast installation regardless of GitHub API availability, with 100% download guarantee and zero user intervention required.
🎯 REVOLUTIONARY SIMPLIFICATION: SINGLE SOURCE OF TRUTH ARCHITECTURE
Transform your configuration experience with the most significant architectural simplification ever:
🧹 Configuration Breakthrough - Eliminated triple redundancy system:
🎯 Zero Hunting - All parameters pre-filled in Config.toml, just edit values
🔧 Zero Code Defaults - No more DEFAULT_CONFIG_* constants scattered in lib/config.sh
⚡ Pure Extraction - No