Skip to content

Conversation

@deepan-g2
Copy link

@deepan-g2 deepan-g2 commented Jan 1, 2026

Summary

Adds the enhanced-statusline plugin to the official Claude Code marketplace - a beautiful, informative status line that displays real-time session metrics, git status, token usage, and cost monitoring.

Features

  • 📁 Directory Display - Current working directory
  • ⎇ Git Integration - Branch name, uncommitted changes (*), unpushed commits (↑N)
  • ◉ Smart Context Tracking - Percentage + actual token count with color coding
    • Green (< 60%) - All good
    • Yellow (60-80%) - Watch it
    • Orange (> 80%) - Warning!
  • ⏱ Session Duration - Track how long you've been working
  • +/- Code Changes - Lines added and removed in session
  • 💰 Cost Monitoring - Real-time cost tracking

Example Output

```
📁 myproject │ ⎇ main*↑3 │ ◉ 45% (450K) │ ⏱ 1h30m │ +320/-145 │ $0.450
```

Preview

statusline-preview

Installation (After Merge)

Users will be able to install with:
```bash
/plugin install enhanced-statusline@claude-plugins-official
```

Plugin Structure

```
plugins/enhanced-statusline/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ ├── setup-statusline.md
│ └── color-scheme.md
├── scripts/
│ └── statusline.sh
├── images/
│ └── statusline-preview.png
└── README.md
```

Files Changed

  • Added `plugins/enhanced-statusline/` directory with all plugin files
  • Updated `.claude-plugin/marketplace.json` to include the plugin

Testing

The plugin has been:

  • ✅ Tested locally in production use
  • ✅ Published in custom marketplace at `deepan-g2/claude-statusline-plugin`
  • ✅ Verified to work with Claude Code CLI
  • ✅ Compatible with macOS and Linux

Dependencies

  • `jq` - JSON parsing
  • `bc` - Calculations
  • `git` - (optional) for git status features

Author

Created by Deepan Kumar (@deepan-g2)

Original repository: https://github.com/deepan-g2/claude-statusline-plugin

Category

Productivity - Enhances the Claude Code user experience with real-time metrics and visual feedback


Looking forward to your feedback! Happy to make any adjustments needed for inclusion in the official marketplace.

🤖 Generated with Claude Code

Adds the enhanced-statusline plugin - a beautiful, informative status line
for Claude Code that displays real-time session metrics, git status, token
usage, and cost monitoring.

## Features

- 📁 Directory Display - Current working directory
- ⎇ Git Integration - Branch name, uncommitted changes (*), unpushed commits (↑N)
- ◉ Smart Context Tracking - Percentage + actual token count with color coding
  - Green (< 60%) - All good
  - Yellow (60-80%) - Watch it
  - Orange (> 80%) - Warning!
- ⏱ Session Duration - Track how long you've been working
- +/- Code Changes - Lines added and removed in session
- 💰 Cost Monitoring - Real-time cost tracking

## Example Output

📁 myproject │ ⎇ main*↑3 │ ◉ 45% (450K) │ ⏱ 1h30m │ +320/-145 │ $0.450

## Installation

After merge, users can install with:
\`\`\`bash
/plugin install enhanced-statusline@claude-plugins-official
\`\`\`

## Author

Created by Deepan Kumar (@deepan-g2)
Original repository: https://github.com/deepan-g2/claude-statusline-plugin

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant